From aegis
Establishes Aegis skill-use discipline at conversation start: checks skill relevance, classifies task complexity, enforces workspace rules, and follows hot path priorities before responding.
npx claudepluginhub ganyuanran/aegis --plugin aegisThis skill uses the workspace's default tool permissions.
<SUBAGENT-STOP>
Routes all technical tasks to workflow skills before code edits, planning, debugging, or reviews. Enforces project setup gate for memory files like project-map.md.
Discovers and invokes agent skills for engineering workflows by matching tasks to development phases like ideation, planning, implementation, testing, debugging, review, and deployment. Use at session start or for skill selection.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Before any response or action, check whether a skill is relevant or explicitly requested. If yes, load and follow that skill. If no skill applies, proceed normally.
docs/aegis/ missing → create now with python scripts/aegis-workspace.py init; medium+ work trails use python scripts/aegis-workspace.py new-work; pause/handoff/completion uses python scripts/aegis-workspace.py check.history.jsonl,
.codex/sessions, ~/.claude/projects, or large logs by default. Only when
requested, required by a test, or direct evidence; bound by scope, time,
filename, or line window.references/.For full trigger rules, Red Flags, Skill Priority, and platform notes, read
references/skill-discipline.md. Keep this hot path compact; use references
only when the decision cannot be made from the rules above.