Help us improve
Share bugs, ideas, or general feedback.
From mega-code
Shows MEGA-Code commands, output paths, skill/strategy file structure, model options, and usage tips.
npx claudepluginhub wisdomgraph/mega-code --plugin mega-codeHow this skill is triggered — by the user, by Claude, or both
Slash command
/mega-code:helpThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Command | Description |
Shows MEGA-Code status including pending skills, strategies, and recent pipeline runs. Useful for checking what will be activated or installed.
Create, update, and manage Claude Code skills including SKILL.md files, slash commands, directory structures, frontmatter, substitutions, and invocation controls.
Guides creation, validation, auditing, and management of Claude Code skills and slash commands with templates, workflows, naming conventions, and docs queries.
Share bugs, ideas, or general feedback.
| Command | Description |
|---|---|
/mega-code:login | Sign in via GitHub or Google OAuth |
/mega-code:wisdom-gen | Run skill extraction pipeline |
/mega-code:skill-enhance | Enhance a skill (remote server by default; pass --hitl for local human-in-the-loop A/B) |
/mega-code:wisdom-curate | Curate a wisdom-backed workflow with skill installation |
/mega-code:status | Show pending items and status |
/mega-code:stop | Stop a running pipeline |
/mega-code:profile | View or update your developer profile |
/mega-code:help | Show this help |
| Type | Pending Location | Installed Location |
|---|---|---|
| Skills | ~/.local/share/mega-code/data/pending-skills/{name}/ | .claude/skills/{name}/SKILL.md |
| Strategies | ~/.local/share/mega-code/data/pending-strategies/{name}.md | .claude/rules/mega-code/{name}.md |
| Curated Skills | — | {data_dir}/skills/{name}/SKILL.md |
| Curations | {data_dir}/curations/pending/{session_id}.json | {data_dir}/curations/completed/{session_id}.json |
Generated skills follow this structure:
~/.local/share/mega-code/data/pending-skills/{skill-name}/
├── SKILL.md # Main skill content
├── injection.json # Auto-trigger rules
├── evidence.json # Source evidence
└── metadata.json # Generation info
Strategies are modular rules saved as:
---
paths: **/*.py
---
# Strategy Title
Clear statement of the preference or convention.
The --model flag for /mega-code:wisdom-gen accepts any model alias supported by the LLM module:
| Alias | Provider |
|---|---|
gemini-3-flash | |
gpt-5-mini | OpenAI |
When no model is specified, the server selects the best model based on your configured LLM keys.
MEGA_CODE_CLIENT_MODE=remote); add --hitl to use the local human-in-the-loop A/B flow instead/plugin marketplace update mind-ai-mega-code