Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Lists available slash commands for agent control, git workflows, session management, quality checks, and zetetic reasoning across 6 categories.
npx claudepluginhub cdeust/cortex --plugin zetetic-team-subagentsHow this command is triggered — by the user, by Claude, or both
Slash command
/zetetic-team-subagents:_indexThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Commands Index 16 commands across 6 categories. Commands are operational shortcuts that invoke tools, skills, and agents. ## Quick Reference | Command | Category | Description | |---------|----------|-------------| | `/agent-list` | agent | List agents by type, shape, or keyword | | `/agent-spawn` | agent | Spawn an agent in an isolated worktree | | `/agent-status` | agent | Check active agent worktrees | | `/skill-run` | skill | Execute a registered skill by name | | `/zcommit` | git | Commit with zetetic pre-checks and conventional message | | `/zpr` | git | Create PR with review, ze...
Share bugs, ideas, or general feedback.
16 commands across 6 categories. Commands are operational shortcuts that invoke tools, skills, and agents.
| Command | Category | Description |
|---|---|---|
/agent-list | agent | List agents by type, shape, or keyword |
/agent-spawn | agent | Spawn an agent in an isolated worktree |
/agent-status | agent | Check active agent worktrees |
/skill-run | skill | Execute a registered skill by name |
/zcommit | git | Commit with zetetic pre-checks and conventional message |
/zpr | git | Create PR with review, zetetic checklist, and description |
/zclean | git | Clean up merged agent worktree branches |
/session-save | session | Save session context to Cortex + local cache |
/session-recall | session | Load context from previous session |
/pre-commit | quality | Run zetetic pre-commit checks manually |
/pre-push | quality | Run full review on changes since last push |
/qverify | zetetic | Quick claim verification (fast /verify-claim) |
/qestimate | zetetic | Quick Fermi bracket (fast /estimate) |
/qreview | zetetic | Quick review of staged changes (critical only) |
/qdifficulty | zetetic | Check difficulty book status |
/qintegrity | zetetic | Quick integrity audit (Feynman-style) |
Copy commands to your Claude Code commands directory:
# Global (all projects)
cp -r zetetic-team-subagents/commands/* ~/.claude/commands/
# Per-project
mkdir -p .claude/commands
cp -r zetetic-team-subagents/commands/* .claude/commands/
Then type / in Claude Code to see available commands.