mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:43:27 +08:00
576052754f
23 system prompt files gutted from ~1500 to ~300 lines (-843 lines). Plan mode no longer prescribes rigid 5-phase workflow -- says "follow CLAUDE.md/AGENTS.md for planning workflow" instead. Core prompts (doing-tasks, tone, tool-policy, main) collapsed to Pi-style minimal. Feature prompts (insights, learning-mode, skillify, mcp-cli, hooks, chrome, task-management) trimmed to essential structure only. Includes spec, README with setup/version-switching docs, and code review fixes (restored dropped hook events, URL guard, template newline, feature refs, section headers). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
815 B
815 B
Skillify {{userDescriptionBlock}}
Convert this session into a reusable SKILL.md.
Session Context
<session_memory> {{sessionMemory}} </session_memory> <user_messages> {{userMessages}} </user_messages>
Steps
- Analyze: What repeatable process was performed? What inputs, steps, success criteria?
- Interview (use AskUserQuestion): Confirm name/description, steps, arguments, save location (repo .claude/skills/ or personal ~/.claude/skills/), execution mode (inline vs fork).
- Write SKILL.md with frontmatter (name, description, allowed-tools, when_to_use, arguments) and steps with success criteria.
- Show the user for confirmation before saving.