This creates and maintains a CONTEXT.md file at your project root that defines domain terminology, borrowed from Domain-Driven Design's ubiquitous language concept. When you first enter a project, it offers to set up a glossary with 3-5 core terms. During work sessions, it updates the file immediately when you resolve what a vague term actually means in your domain. The format is simple: term name, one sentence definition, and what not to call it. The discipline here is resisting the urge to dump implementation details or architecture into it. Those belong in ADRs and baseline docs. This is purely about shared vocabulary between you and the AI so you stop talking past each other about what "order" or "session" means in your specific context.
npx -y skills add ganyuanran/aegis --skill establishing-project-context --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
leonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template