mega-code-wisdom-gen
Run Skill Extraction Pipeline
Extract reusable skills and coding strategies from your Claude Code sessions.
⚠️ Important: Pipeline is Long-Running
The pipeline command blocks until the server finishes processing. The server runs the pipeline asynchronously and this client polls for completion.
DO NOT interrupt the command (Ctrl+C) while it is running. Silence with no
new output for several minutes is completely normal during LLM inference
(especially with gpt-5-mini or other reasoning models).
The default poll timeout is 20 minutes. For longer runs, use --poll-timeout:
--poll-timeout 3600— wait up to 1 hour--poll-timeout 0— wait indefinitely (no timeout)
Setup
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-status
Show MEGA-Code status including pending skills, strategies, and recent pipeline runs.
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.
14