How this command is triggered — by the user, by Claude, or both
Slash command
/aegis:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display Aegis diagnostic information for the current project.
When invoked, perform these checks and report results:
1. **Plugin Version**: Read version from `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`
2. **Detected Stacks**: Check the project root for:
- `tsconfig.json` → TypeScript
- `package.json` → Node.js
- `pyproject.toml` / `setup.py` / `requirements.txt` → Python
- `*.csproj` / `*.sln` → C# / .NET
- `Cargo.toml` → Rust
- `go.mod` → Go
3. **Test Framework**: Identify from package.json (vitest/jest/mocha), pyproject.toml (pytest), Cargo.toml, etc.
4. **Li...Display Aegis diagnostic information for the current project.
When invoked, perform these checks and report results:
Plugin Version: Read version from ${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json
Detected Stacks: Check the project root for:
tsconfig.json → TypeScriptpackage.json → Node.jspyproject.toml / setup.py / requirements.txt → Python*.csproj / *.sln → C# / .NETCargo.toml → Rustgo.mod → GoTest Framework: Identify from package.json (vitest/jest/mocha), pyproject.toml (pytest), Cargo.toml, etc.
Linter/Formatter: Check for biome.json, eslint config, ruff.toml, rustfmt, gofmt presence.
Active Bridges: List which MCP servers from Aegis are available in this session (GitHub, Playwright, Context7, DeepWiki). For GitHub, note whether GITHUB_TOKEN is set.
Project Memory: Check if CLAUDE.md exists. If yes, report line count and last modified date.
Git State: Current branch, clean/dirty status, number of unpushed commits.
Hooks Status: Confirm that Aegis hooks are loaded (context-load on SessionStart, pre-push on PreToolUse).
Format the output as a clean, compact summary. Example:
⛡ Aegis v0.1.0
Stack: TypeScript, Node.js
Tests: vitest
Linter: biome
Git: main (clean, 0 unpushed)
Memory: CLAUDE.md (47 lines, updated 2h ago)
Bridges:
✅ Playwright
✅ Context7
✅ DeepWiki
⚠️ GitHub (GITHUB_TOKEN not set)
Hooks:
✅ context-load (SessionStart)
✅ pre-push (PreToolUse/Bash)
$ARGUMENTS
npx claudepluginhub testbot-chronicles/aegis --plugin aegis/doctorRuns health check for the great_cto pipeline, reporting missing required files, PROJECT.md format issues, hook status, last run per agent, and permission-denied tails. Optional --fix flag outputs remediation commands.
/statusDisplays cached project detection status: framework, agents, tests, templates, styles. Shows single project or workspace table; accepts optional [project-name] in multi-repo setups.
/statusChecks project health including Git status, dependencies (Python/Node.js), Memory Bank, and environment, producing a formatted diagnostic report with suggestions. Supports --full for component stats and --conflicts for plugin detection.
/audit-my-setupAudits your Research Agora setup by reading CLAUDE.md files, plugins, MCP servers, and privacy settings. Produces a scored health report with actionable recommendations.
/show-setupDisplays Claude Forge installation status including counts of agents/commands/skills/hooks/rules, current project type/git status/CLAUDE.md/tests; recommends next command and copies summary to clipboard.
/project-statusAnalyzes .aiwg/ artifacts to detect SDLC phase, assess milestone progress, identify blockers, and recommend next commands.