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

open-agent-toolkit

open-agent-toolkit enthält 64 gesammelte Skills von tkstang, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
64
Stars
0
aktualisiert
2026-06-05
Forks
1
Berufsabdeckung
10 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

oat-agent-instructions-analyze
Sonstige Computerberufe

Run when you need to evaluate agent instruction file coverage, quality, and drift. Produces a severity-rated analysis artifact. Run before oat-agent-instructions-apply to identify what needs improvement.

2026-06-05
oat-docs-analyze
Softwarequalitätssicherungsanalysten und -tester

Run when you need to evaluate documentation structure, navigation, and coverage against the OAT docs app contract. Produces a severity-rated analysis artifact for oat-docs-apply.

2026-06-05
oat-project-discover
Sonstige Computerberufe

Use when the user explicitly asks to continue discovery for an active spec-driven OAT project — e.g. "continue discovery", "run discovery", or confirms a previously offered discovery step. Do NOT auto-invoke for new ideas or quick-mode projects. Gathers requirements and context before spec/design.

2026-06-05
oat-project-import-plan
Sonstige Computerberufe

Use when you have an external markdown plan to execute with OAT. Preserves the source plan and normalizes it into canonical plan.md format.

2026-06-05
oat-project-plan
Sonstige Computerberufe

Use when design.md is complete and executable implementation tasks are needed. Breaks design into bite-sized TDD tasks in canonical plan.md format.

2026-06-05
oat-project-plan-writing
Sonstige Computerberufe

Use when authoring or mutating plan.md in any OAT workflow. Defines canonical format invariants — stable task IDs, required sections, review table rules, and resume guardrails.

2026-06-05
oat-project-progress
Sonstige Computerberufe

Use when the user explicitly asks to check OAT project progress — e.g. "check progress", "what's next", "where are we", or confirms a previously offered progress check. Do NOT auto-invoke just because a workflow step completed. Reads project status and offers the next route.

2026-06-05
oat-project-quick-start
Sonstige Computerberufe

Use when a task is small enough for quick mode or rapid iteration is preferred. Scaffolds a lightweight OAT project from discovery directly to a runnable plan, with optional brainstorming and lightweight design.

2026-06-05
oat-project-review-provide
Sonstige Computerberufe

Use when the user explicitly asks to review an OAT project — e.g. "review project", "review the project", "run project review", or confirms a previously offered review. Do NOT auto-invoke on completed work alone. Resolves a project review scope and offers before running.

2026-06-05
oat-project-review-receive
Softwareentwickler

Use when the user explicitly asks to receive review findings for an OAT project — e.g. "receive review", "process review", "process the project review", or confirms a previously offered review-receive step. Do NOT auto-invoke merely because a review file exists. Resolves the latest review and offers before acting.

2026-06-05
oat-project-complete
Sonstige Computerberufe

Use when all implementation work is finished and the project is ready to close. Marks the OAT project lifecycle as complete.

2026-06-03
oat-wrap-up
Softwareentwickler

Use when preparing a shipping digest or weekly/biweekly wrap-up summarizing OAT projects and merged PRs over a time window. Reads local summary files and GitHub PR metadata; writes a version-controlled markdown report.

2026-06-03
oat-agent-instructions-apply
Softwareentwickler

Run when you have an agent instructions analysis artifact and want to generate or update instruction files. Creates a branch, generates files from templates, and optionally opens a PR.

2026-06-02
oat-project-split
Sonstige Computerberufe

Use when a discovery or brainstorm should split one broad scope into coordinated OAT child projects.

2026-06-01
oat-review-provide
Softwarequalitätssicherungsanalysten und -tester

Use when you need an ad-hoc review outside an active OAT project lifecycle. Reviews code or artifacts without project phase state, unlike oat-project-review-provide.

2026-05-31
oat-project-review-provide-remote
Softwareentwickler

Use when reviewing a GitHub PR opened on another machine for an active OAT project and posting findings back as a single PR review. Resolves the project from the PR diff, reads project artifacts for mode-aware review, and posts via gh api.

2026-05-29
oat-project-review-receive-remote
Softwareentwickler

Use when processing GitHub PR review comments within project context. Fetches PR comments, creates plan tasks, and updates project artifacts.

2026-05-29
oat-review-provide-remote
Softwareentwickler

Use when reviewing a GitHub PR opened on another machine and posting findings back as a single PR review, outside any OAT project context. Fetches the PR via gh, reviews it, and posts via gh api.

2026-05-29
oat-review-receive-remote
Softwareentwickler

Use when processing GitHub PR review comments outside project context. Fetches PR comments via agent-reviews and converts them into actionable task lists.

2026-05-29
oat-review-receive
Softwareentwickler

Use when processing review findings outside project context. Converts local review artifacts into actionable task lists.

2026-05-29
oat-project-implement
Softwareentwickler

Use when plan.md is ready for execution. Dispatches phase-level subagents with bounded fix loops; supports plan-declared parallel phase groups with worktree-isolated execution and ordered fan-in.

2026-05-29
oat-pjm-review-backlog
Sonstige Computerberufe

Use when prioritizing the file-backed repo backlog or evaluating roadmap alignment. Produces value-effort ratings, dependency mapping, and execution recommendations.

2026-05-27
review-backlog
Sonstige Computerberufe

Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations.

2026-05-27
oat-project-new
Softwareentwickler

Use when starting a spec-driven OAT project from scratch. Scaffolds a new project under PROJECTS_ROOT and sets it active.

2026-05-25
oat-project-summary
Softwareentwickler

Use when the user requests or confirms summarizing an active OAT project — e.g. "summarize the project", "generate the summary", "run oat-project-summary", or confirms a previously offered summary run. Do NOT auto-invoke when implementation completes. Generates summary.md from project artifacts as institutional memory.

2026-05-25
oat-brainstorm
Projektmanagementspezialisten

Use when the user explicitly invokes the `brainstorm` verb, including `/oat-brainstorm`, "let's brainstorm", "brainstorm this", "can we brainstorm X", or "help me brainstorm X". For ambiguous exploratory phrasing ("I've been thinking", "what if", "help me think through"), do NOT auto-enter; respond conversationally and offer mode only after ≥2 sustained exploratory turns. Do NOT use for review, debug, PR, status, implementation, or active-workflow questions.

2026-05-22
oat-worktree-bootstrap-auto
Softwareentwickler

Use when an orchestrator/subagent needs autonomous worktree bootstrap. Non-interactive companion to oat-worktree-bootstrap.

2026-05-18
create-agnostic-skill
Softwareentwickler

Use when adding a reusable workflow skill for AI coding agents. Scaffolds a new .agents/skills skill using the Agent Skills open standard.

2026-05-13
create-oat-skill
Softwareentwickler

Use when adding a new oat-* workflow skill or lifecycle action. Scaffolds the skill with OAT conventions like mode assertions, progress banners, and project-root resolution.

2026-05-13
oat-project-next
Softwareentwickler

Use when continuing work on the active OAT project. Reads project state, determines the next lifecycle action, and invokes the appropriate skill automatically.

2026-05-11
oat-idea-ideate
Projektmanagementspezialisten

Use when continuing an existing tracked idea or expanding an explicit scratchpad seed from {IDEAS_ROOT}/scratchpad.md. Do NOT use to start a brand-new, destinationless brainstorm; use oat-brainstorm for that.

2026-05-08
oat-pjm-add-backlog-item
Projektmanagementspezialisten

Use when the user requests or confirms adding a new repo backlog item — e.g. "add a backlog item for X", "capture that as backlog", "track that follow-up", "file a backlog ticket", or confirms a previously offered backlog capture. Do NOT auto-invoke when a follow-up is mentioned. Creates the item file in the file-per-item backlog structure, regenerates the index, and prompts for curated overview updates.

2026-05-08
oat-pjm-update-repo-reference
Projektmanagementspezialisten

Use when repo reference artifacts need updating — roadmap, decision records, backlog status, or completed history. Frequently invoked at project completion, often chained from `oat-project-document`, to ensure `.oat/repo/reference/` state reflects what shipped.

2026-05-08
oat-project-document
Projektmanagementspezialisten

Use when the user requests or confirms documenting an active OAT project — e.g. "document the project", "update the docs", "run oat-project-document", or confirms a previously offered documentation run. Do NOT auto-invoke when implementation completes. Analyzes project artifacts, presents a documentation delta plan, and applies approved changes.

2026-05-08
oat-project-pr-final
Projektmanagementspezialisten

Use when the user requests or confirms opening the final PR for an active OAT project — e.g. "open the final PR", "ship it", "run oat-project-pr-final", or confirms a previously offered final-PR step. Do NOT auto-invoke when phases are marked complete. Generates the final lifecycle PR description from artifacts and creates the PR.

2026-05-08
oat-project-spec
Softwareentwickler

Use when discovery is complete but you're not ready to design yet, and you want to formalize requirements into a structured spec.md as an optional standalone step. Independent of the design workflow — oat-project-design confirms requirements automatically and does not require this skill to be run first.

2026-05-08
oat-project-pr-progress
Softwareentwickler

Use when an active OAT project needs a mid-project PR for a completed phase (pNN). Generates a phase-scoped progress PR description from OAT artifacts and commit history, with optional PR creation.

2026-05-01
oat-project-reconcile
Softwareentwickler

Use when human-implemented commits need to be mapped back to planned tasks. Reconciles implementation.md and state.md after manual work outside the OAT workflow.

2026-05-01
oat-project-design
Softwareentwickler

Use when discovery is complete and implementation-ready decisions are needed. Runs a collaborative, selective collaborative, or draft-and-review design flow, confirms requirements and produces both `spec.md` and `design.md`, and commits artifacts before the user-review gate.

2026-04-30
oat-doctor
Softwareentwickler

Use when you need to diagnose your OAT setup, check for outdated skills, identify misconfigurations, or get a summary of installed tools and config. Runs health checks and recommends corrective actions.

2026-04-23
Zeigt die Top 40 von 64 gesammelten Skills in diesem Repository.