Files
.tweakcc/system-prompts/system-prompt-skillify-current-session.md
wassname 576052754f Minimize system prompts to defer to CLAUDE.md/AGENTS.md
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>
2026-03-02 13:18:05 +08:00

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

  1. Analyze: What repeatable process was performed? What inputs, steps, success criteria?
  2. Interview (use AskUserQuestion): Confirm name/description, steps, arguments, save location (repo .claude/skills/ or personal ~/.claude/skills/), execution mode (inline vs fork).
  3. Write SKILL.md with frontmatter (name, description, allowed-tools, when_to_use, arguments) and steps with success criteria.
  4. Show the user for confirmation before saving.