Help us improve
Share bugs, ideas, or general feedback.
From mega-code
Interactively sets up or resets a developer profile (language, level, style) via MEGA-Code to personalise skill extraction based on experience level.
npx claudepluginhub wisdomgraph/mega-code --plugin mega-codeHow this skill is triggered — by the user, by Claude, or both
Slash command
/mega-code:profile [--language <lang>] [--level Beginner|Intermediate|Expert] [--style Mentor|Formal|Concise] [--reset][--language <lang>] [--level Beginner|Intermediate|Expert] [--style Mentor|Formal|Concise] [--reset]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up your developer profile to personalise skill extraction. Profile determines
Transforms engineer expertise extracts into queryable skills with progressive disclosure, organizing by task, language, and pattern for AI agents to apply coding guidance efficiently.
Shows MEGA-Code commands, output paths, skill/strategy file structure, model options, and usage tips.
Manages user preferences and corrections for bilateral modeling with Claude. Saves communication style, technical preferences, and workflow settings across sessions. Auto-learns from corrections and allows viewing/updating/resetting profile.
Share bugs, ideas, or general feedback.
Set up your developer profile to personalise skill extraction. Profile determines which skills are too basic for your experience level.
MEGA_DIR="$(cd "${CLAUDE_SKILL_DIR}/../.." && pwd)"
export MEGA_CODE_AGENT="claude"
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.
Ask the user for their profile using AskUserQuestion with these fields:
English, Korean, Thai
(user can also type a custom language via "Other")Beginner, Intermediate, or ExpertMentor, Formal, or Concise (reserved for future use)Save with:
uv run --directory "$MEGA_DIR" mega-code profile --language "<language>" --level <level> --style <style>
uv run --directory "$MEGA_DIR" mega-code profile
uv run --directory "$MEGA_DIR" mega-code profile --reset
Profile is saved in two places:
/mega-code:login first).~/.local/share/mega-code/profile.json — written only after a successful remote save.