一键导入
ratchet-profile
View or update your Ratchet developer profile (language, level, style) to personalise skill extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View or update your Ratchet developer profile (language, level, style) to personalise skill extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ratchet-profile |
| description | View or update your Ratchet developer profile (language, level, style) to personalise skill extraction. |
| argument-hint | [--language <lang>] [--level Beginner|Intermediate|Expert] [--style Mentor|Formal|Concise] [--reset] |
| allowed-tools | Bash, AskUserQuestion |
Set up your developer profile to personalise skill extraction. Profile determines which skills are too basic for your experience level.
RATCHET_DIR="${RATCHET_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$(cat ~/.local/ratchet/plugin-root 2>/dev/null)}}}"
set -a && . "$RATCHET_DIR/.env" 2>/dev/null && set +a
uv run --directory "$RATCHET_DIR" python -m ratchet.client.check_auth
If the local readiness 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 "$RATCHET_DIR" ratchet profile --language "<language>" --level <level> --style <style>
uv run --directory "$RATCHET_DIR" ratchet profile
uv run --directory "$RATCHET_DIR" ratchet profile --reset
Profile is saved locally at ~/.local/ratchet/profile.json.
Collect Ratchet local pipeline debug evidence. Use when a run is failed, stuck, stale, stopped, missing outputs, has confusing LLM behavior, or needs local evidence from pipeline traces, events.jsonl, worker.log, raw LLM artifacts, and a debug bundle directory.
Show local Ratchet setup status and optional host-agent configuration.
Evaluate and enhance a ratchet skill using LLM-as-judge A/B testing with an iterative improvement loop.
Run the Ratchet skill extraction pipeline to analyze project sessions and generate reusable skills and strategies.
Show Ratchet help — available commands, output locations, skill and strategy structure, and usage tips.
Show Ratchet status including pending skills, strategies, and recent pipeline runs.