com um clique
workflow-guide
Expert in the Plan-Act-Verify workflow and Git Worktree management.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Expert in the Plan-Act-Verify workflow and Git Worktree management.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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 ...