Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Claude-Workflow

Claude-Workflow 收录了来自 Mike-205 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
3
更新
2026-06-27
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

discovery-nontechnical
项目管理专家

Use this skill at the very start of a new project when the user wants to explore or explain their idea. Trigger when the user says things like "I have an idea", "I want to build something", "let me explain my project", "I want to create an app/website/tool", or begins describing a problem they want to solve. This is the non-technical first pass — focused on the problem, the people, and the desired outcome. Do NOT use for existing projects or when the user is already deep into technical decisions.

2026-06-27
discovery-technical
软件开发工程师

Use this skill after the non-technical discovery is complete and the user wants to define the technical design of the project. Trigger when the user says "let's talk tech", "what should the stack be", "let's design the architecture", "I want to plan the technical side", or after confirming DISCOVERY.md is accurate. Requires DISCOVERY.md to exist. Do NOT use before non-technical discovery is complete.

2026-06-27
pressure-test
项目管理专家

Use this skill to stress-test a plan, design, or architecture before building. Trigger when the user says "pressure test this", "grill me on this", "poke holes in my plan", "challenge my design", or after ARCHITECTURE.md is confirmed and the user says they're ready to proceed. Can also be triggered mid-project when a significant decision needs stress-testing. Reads DISCOVERY.md and ARCHITECTURE.md if they exist.

2026-06-27
project-structure
软件开发工程师

Use this skill to scaffold the initial project structure and template files after the architecture is designed and pressure-tested. Trigger when the user says "scaffold the project", "create the project structure", "set up the folders", or "let's start the project setup". Requires ARCHITECTURE.md to exist. Do NOT start writing real application logic — only structure and template files.

2026-06-27
claude-md-generator
软件开发工程师

Use this skill to generate the project's own CLAUDE.md file after the project structure and git setup are complete. Trigger when the user says "create the CLAUDE.md", "generate claude context", or "set up claude for this project". Requires DISCOVERY.md, ARCHITECTURE.md, MILESTONES.md to exist. This generates the project CLAUDE.md — not the workflow one.

2026-06-27
git-setup
软件开发工程师

Use this skill to initialize git, connect the project to GitHub, and define the branch structure and milestone plan. Trigger when the user says "set up git", "connect to GitHub", "initialize git", or "set up version control". Should be run after project-structure is complete. Requires the project directory to exist and have a working structure.

2026-06-27
git-commit
软件开发工程师

Use this skill whenever committing code, staging changes, writing a commit message, or when the user says "commit this", "make a commit", "what should the commit message be", or "stage and commit". Applies to every commit throughout the project lifecycle. Do NOT use for PR descriptions or changelogs — those are separate.

2026-06-27
code-branch
软件开发工程师

Use this skill when starting work on a new milestone branch, or when the user says "let's start coding", "work on this branch", "build the next milestone", "continue the project", or "what do we build next". Reads CLAUDE.md and MILESTONES.md to understand the current branch goal. Do NOT start coding without confirming which branch we're on.

2026-06-27
code-review
软件质量保证分析师与测试员

Use this skill to review code on the current branch before merging. Trigger when the user says "review this branch", "check my code", "review before merge", "code review", or after a milestone is complete. Reviews against the project's own architecture rules and conventions. Do NOT auto-approve — surface real issues.

2026-06-27
testing
软件质量保证分析师与测试员

Use this skill to write and run tests for the current branch. Trigger when the user says "write tests", "add tests", "test this", "run the tests", or after code review passes on a milestone. Reads ARCHITECTURE.md to use the correct testing framework. Tests are written for the current branch's code only.

2026-06-27
handoff
软件开发工程师

Use this skill when the project (or a milestone) is complete and needs to be handed off to a client, another developer, or another agent. Trigger when the user says "prepare handoff", "write a handoff doc", "deliver to client", "summarize what was built", or "another agent will continue this". Also useful at end of a long session to compact context for the next session.

2026-06-27