用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hbmartin/ratchet --skill ratchet-help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
基于 SOC 职业分类
| name | ratchet-help |
| description | Show Ratchet help — available commands, output locations, skill and strategy structure, and usage tips. |
| argument-hint | |
| allowed-tools | Read |
| Command | Description |
|---|---|
/ratchet:login | Show local setup status |
/ratchet:wisdom-gen | Run skill extraction pipeline |
/ratchet:skill-enhance | Evaluate and enhance a skill with A/B testing |
/ratchet:wisdom-curate | Curate a wisdom-backed workflow with skill installation |
/ratchet:status | Show pending items and status |
/ratchet:debug | Collect local pipeline evidence and write a debug bundle directory |
/ratchet:stop | Stop a running pipeline |
/ratchet:profile | View or update your developer profile |
/ratchet:help | Show this help |
| Type | Pending Location | Installed Location |
|---|---|---|
| Skills | ~/.local/ratchet/data/pending-skills/{name}/ | .claude/skills/{name}/SKILL.md |
| Strategies | ~/.local/ratchet/data/pending-strategies/{name}.md | .claude/rules/ratchet/{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/ratchet/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.
Ratchet defaults to deterministic local embeddings and structured heuristic generation. Optional host-agent generation can be enabled with:
ratchet configure --llm-mode host-cli --host-agent codex
/plugin marketplace update mind-ai-ratchet