feat: add AURELION skill suite (kernel, advisor, agent, memory)#444
feat: add AURELION skill suite (kernel, advisor, agent, memory)#444Chase-Key wants to merge 1 commit intoanthropics:mainfrom
Conversation
|
Thanks for reviewing! This PR adds four new MIT‑licensed skills from the AURELION ecosystem, each following the SKILL.md spec and including a valid skill‑manifest.json. Summary of additions
All repos are public, lightweight, and self‑contained. No proprietary content is included. Happy to make any adjustments needed for structure, naming, or compliance. Justification The suite aligns with the repository’s mission by:
All components are MIT‑licensed and follow the existing conventions of the repo. |
What this adds
Four new skills from the AURELION ecosystem — a structured cognitive + memory framework for professional knowledge management and AI collaboration.
Skills
aurelion-kernel — Structured Thinking Templates
A 5-floor cognitive framework that gives an AI agent structured templates for organizing knowledge, reasoning through problems, and maintaining consistent thinking architecture across sessions.
aurelion-advisor — Career Strategy & Planning
A strategic planning skill that acts as a personal career GPS — helping structure advancement goals, investigate career scenarios, map stakeholder dynamics, and build a methodology library.
aurelion-agent — AI Collaboration Protocols
A set of AI collaboration protocols that transform the assistant from a passive executor into a strategic thinking partner — with defined triggers for when to push back, question assumptions, and challenge direction.
aurelion-memory — Knowledge Graph & MCP Server
A file-based personal knowledge graph organized in the 5-floor architecture. Available as a Python API, CLI, and MCP server compatible with Claude Desktop and VS Code Copilot Chat.
Source Repositories
Ecosystem Hub
https://github.com/chase-key/aurelion-hub
Checklist