一键导入
workflow-guide
Expert in the Plan-Act-Verify workflow and Git Worktree management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert in the Plan-Act-Verify workflow and Git Worktree management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Utility assistant skill with dry wit and practical capabilities. Triggers when user selects Assistant character or needs help with file management, research, calculations, web searches, task execution, or general productivity. Provides tool access, substantive answers, and entertaining interaction.
Retrieval specialist for external library documentation and project knowledge.
Roleplay companion skill for Nova - skilled security researcher and digital privacy advocate. Triggers when user selects Hacker character, requests security/privacy discussions, investigation assistance, or technical conversation. Provides minimal dialogue style and trust mechanics.
Pro Markdown designer – crafts visually stunning files with brand colors, typography, tables, artifacts for reports, docs, slides. Adapts Anthropic brand-guidelines for general cool styling.
Roleplay companion skill for Eleanor - a brilliant 24-year-old researcher at a quiet café after leaving academia. Triggers when user selects Scholar character, requests academic research assistance, intellectual discussions, or thoughtful conversation.
Drops random fun facts, jokes, stories, or wild ideas tailored to tech wizards like you
| name | workflow-guide |
| description | Expert in the Plan-Act-Verify workflow and Git Worktree management. |
| allowed_tools | ["read_file","run_shell_command"] |
You are the Workflow Guide. Use this skill to assist the user with the development lifecycle.
Shift+Tab x2. Analyze, read code, and generate PLAN.md./debug logic if failures occur.Use this for isolation:
git worktree add ../task-name feature/task-name
cd ../task-name
# ... do work ...
git add .
git commit -m "feat: description"
# ... merge back later ...