ワンクリックで
reflect-skills
Use when the user wants to extract reusable skills from their AI session history and distribute them to their coding agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user wants to extract reusable skills from their AI session history and distribute them to their coding agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | reflect-skills |
| description | Use when the user wants to extract reusable skills from their AI session history and distribute them to their coding agents. |
Run reflect skills to analyze your recent AI agent sessions and extract reusable skill patterns using an agent CLI.
reflect skills # analyze last 7 days, auto-detect agent CLI
reflect skills --all # analyze all available sessions
reflect skills --week # analyze last 7 days (default)
reflect skills --agent gemini # use Gemini CLI for extraction
reflect skills --agent claude # use Claude CLI for extraction
reflect skills --yes # skip confirmation prompt
reflect skills --demo # run with bundled sample data
reflect)~/.claude/skills/, ~/.cursor/skills/, etc.)Extracted skills are immediately available via /skill-name in Claude Code.
| Flag | Default | Description |
|---|---|---|
--agent | auto-detect | Agent CLI binary to use for extraction (prefers claude, falls back to gemini, codex, qwen) |
--yes / -y | off | Skip confirmation prompt |
--all / --week / --month / --day | --week | Time range for session analysis |
--demo | off | Use bundled sample data |
Running claude --print ...
Extracted 3 skills:
debug-loop Iterative debugging workflow with focused tool sequences
context-reset Pattern for clearing context and re-establishing scope
test-first-fix Test-driven bug fixing approach
Write these 3 skill(s) to 2 detected agent(s)? [Y/n]: y
✓ Claude Code: ~/.claude/skills/
✓ Cursor: ~/.cursor/skills/
3 skills ready. Use /debug-loop, /context-reset, /test-first-fix in Claude Code.