بنقرة واحدة
ratchet-login
Show local Ratchet setup status and optional host-agent configuration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show local Ratchet setup status and optional host-agent configuration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
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.
View or update your Ratchet developer profile (language, level, style) to personalise skill extraction.
Show Ratchet status including pending skills, strategies, and recent pipeline runs.
| name | ratchet-login |
| description | Show local Ratchet setup status and optional host-agent configuration. |
| argument-hint | |
| allowed-tools | Bash, Read |
Ratchet runs locally by default. OAuth login and provider keys are no longer required for normal use.
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
# Show status
uv run --directory "$RATCHET_DIR" ratchet login
# Optional: enable host-agent generation
# uv run --directory "$RATCHET_DIR" ratchet configure --llm-mode host-cli --host-agent codex
# Verify configuration
uv run --directory "$RATCHET_DIR" ratchet status
If no host-agent mode is configured, /ratchet:wisdom-gen and
/ratchet:wisdom-curate use deterministic local generation.