mega-code-status
Installation
SKILL.md
MEGA-Code Status
Show current MEGA-Code status and pending items.
Setup
MEGA_DIR="$(cd "${CLAUDE_SKILL_DIR}/../.." && pwd)"
uv run --directory "$MEGA_DIR" python -m mega_code.client.check_auth
If the auth check fails (non-zero exit), show the output to the user and stop.
Pipeline Status
uv run --directory "$MEGA_DIR" mega-code pipeline-status 2>/dev/null || true
Related skills
More from wisdomgraph/mega-code
mega-code-login
Sign in to MEGA-Code via GitHub or Google OAuth to get an API key.
29mega-code-help
Show MEGA-Code help — available commands, output locations, skill and strategy structure, and usage tips.
28mega-code-stop
Stop a running MEGA-Code pipeline.
28mega-code-profile
View or update your MEGA-Code developer profile (language, level, style) to personalise skill extraction.
28mega-code-run
Run the MEGA-Code skill extraction pipeline to analyze Claude Code sessions and generate reusable skills and strategies.
14mega-code-wisdom-gen
Run the MEGA-Code skill extraction pipeline to analyze Claude Code sessions and generate reusable skills and strategies.
14