Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

claude-agent-blueprint

claude-agent-blueprint enthält 12 gesammelte Skills von mongoistkeingemuese, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
12
Stars
3
aktualisiert
2026-06-29
Forks
1
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

bootstrap
Softwareentwickler

Onboards a new or existing project: scans the codebase and generates the skill set + docs. Use when setting up the agent system in a fresh repo, or re-scanning an existing project to refresh its skills and documentation.

2026-06-29
execute-task
Softwareentwickler

Executes a single planned task end-to-end on its own branch: implement, white-box review, black-box test, learn, merge. Use when a task (FEAT/BUG/REFAC) is planned and approved and you want it fully implemented and merged.

2026-06-29
learn
Softwareentwickler

Captures post-task learnings and writes actionable insights back into the agent skill files. Use after a task finishes to record what worked or failed so the agents improve over time.

2026-06-29
quick
Softwareentwickler

Handles a small, low-risk change directly with a short mandatory plan, bypassing the full task pipeline. Use for minor edits (typo, copy, tiny fix) that don't warrant a full plan/review/test/merge cycle.

2026-06-29
readme
Softwareentwickler

Reference overview of the Claude Agent System: architecture, the command/skill pipeline, state management, and quality gates. Use when you need to understand how the agent system fits together; this is reference material, not an executable workflow.

2026-06-29
resolve
Softwareentwickler

Detects merge conflicts, analyzes their root cause, and creates resolution tasks for the pipeline (it does not resolve conflicts directly). Use when a branch merge hits conflicts that need systematic handling.

2026-06-29
review
Softwarequalitätssicherungsanalysten und -tester

White-box code review of an implementation against its plan: checks code quality, conventions, plan-version match, and prohibits acceptance-criteria changes. Use right after implementing a task, in parallel with black-box tests.

2026-06-29
state
Softwareentwickler

Read-only project status report: shows the queue, active task, current pipeline phase, and history from orchestrator_state.json. Use when you want to inspect progress without changing anything.

2026-06-29
task
Softwareentwickler

Plans a task with validation: defines acceptance criteria, edge cases, and a test spec, then sanity-checks the plan against the codebase. Use before implementing any non-trivial feature, bugfix, or refactor.

2026-06-29
test
Softwarequalitätssicherungsanalysten und -tester

Black-box acceptance testing derived only from the plan, independent of the implementer: verifies behavior against acceptance criteria and checks plan-version. Use right after implementation, in parallel with white-box review.

2026-06-29
testfix
Softwarequalitätssicherungsanalysten und -tester

Analyzes failing tests one by one and decides per test whether to fix the code or the test, re-running after each code fix. Use when review or test reports test failures.

2026-06-29
validate
Softwarequalitätssicherungsanalysten und -tester

Deep validation of a task plan against the actual codebase (8-check suite). Use to vet a plan before execution -- manually, or auto-triggered for complex tasks.

2026-06-29