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

skills

skills enthält 77 gesammelte Skills von tkstang, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
77
Stars
0
aktualisiert
2026-07-24
Forks
0
Berufsabdeckung
5 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-07-24
oat-cursor-cloud-projects
Sonstige Computerberufe

Use when OAT work is mentioned in a Cursor Cloud environment. Orients agents to cloud detection, repo-rooted project homes, user-first assets, CLI availability, and Cursor dispatch context without owning lifecycle execution.

2026-07-24
oat-dispatch-subagents
Sonstige Computerberufe

Use when an OAT skill or workflow needs provider-neutral selection, launch, recovery, or evidence for bounded subagent work without project lifecycle policy.

2026-07-24
oat-project-dispatch-subagents
Sonstige Computerberufe

Use when an OAT project lifecycle skill needs to translate project state, phase or task scope, gates, and write authority into a provider-neutral subagent dispatch.

2026-07-24
oat-project-document
Softwareentwickler

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-07-24
oat-project-implement
Softwareentwickler

Use when plan.md is ready for execution. Dispatches one phase implementer per phase, owns independent phase review and bounded fix routing, and supports plan-declared worktree-isolated parallel phases.

2026-07-24
oat-project-plan-writing
Softwareentwickler

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-07-24
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-07-24
oat-repo-improve
Softwareentwickler

Use when auditing a repository or turning maintainability reviews, backlog reviews, backlog directories, or backlog items into self-contained external implementation plans.

2026-07-24
subagent-orchestration
Sonstige Computerberufe

Use when delegating work to subagents or choosing a model for a task — routing by task class, selecting provider-specific models and effort, and verifying subagent claims. Covers OpenAI/Codex, Anthropic/Claude, and Cursor.

2026-07-24
export-session-transcript
Softwareentwickler

Use when the user asks to export, save, or download the current coding-agent conversation as a Markdown file (e.g. "export this session transcript", "save the conversation as markdown"). Locates the live transcript via an announced session marker, drops tool calls and hidden injected payloads, and writes a sanitized branch-named Markdown file (default ~/Downloads).

2026-07-24
session-observer-collab
Softwareentwickler

Use when two coding-agent sessions should observe each other and collaborate. Composes with session-observer for pinned review, bounded wake behavior, and explicit human-authority boundaries.

2026-07-24
session-observer
Softwareentwickler

Use when checking what another coding agent (Claude Code, Codex, or Cursor) just did in this project, reviewing a peer session, or catching up on new messages. Locates the active transcript, renders a tool-free digest, and tracks runtime-specific read positions.

2026-07-24
refine
Softwareentwickler

Use when refining a draft and you want two AI peers to deliberate to convergence with structured verdicts, a final artifact, and a readable audit trail.

2026-07-23
create
Softwareentwickler

Use when creating a new artifact from a brief with two AI peers, independent drafts, synthesis, and a readable audit trail.

2026-07-23
decide
Softwareentwickler

Use when choosing between documented options with two AI peers, independent decision drafts, synthesis, and explicit unresolved dissent.

2026-07-23
evaluate
Softwarequalitätssicherungsanalysten und -tester

Use when evaluating an artifact against a rubric with two AI peers, unified findings, per-peer reasoning, and dissent preserved in the deliberation log.

2026-07-23
plan
Softwareentwickler

Use when turning a goal and inline constraints into a structured markdown plan with two AI peers and synthesis.

2026-07-23
panel
Sonstige Computerberufe

Use when asking a multi-peer consensus panel for independent, attributed responses while the host stays a neutral moderator.

2026-07-23
create-agnostic-skill
Sonstige Computerberufe

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

2026-07-23
explainer-kit
Softwareentwickler

Use when building destination-neutral visual explainer artifacts from explicit, versioned inputs.

2026-07-23
oat-explainer-kit
Softwareentwickler

Use when building project explainers or recaps from OAT configuration, state, and lifecycle artifacts.

2026-07-23
oat-project-autonomous
Sonstige Computerberufe

Use when a user explicitly asks to run an OAT project autonomously end-to-end. Activates session-only autonomy, resumes the correct lifecycle phase, and drives the existing OAT skills through final PR or a reported boundary.

2026-07-23
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-07-23
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-07-23
oat-project-next
Sonstige Computerberufe

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

2026-07-23
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-07-23
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-07-23
oat-project-review-provide-remote
Sonstige Computerberufe

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-07-23
oat-project-review-provide
Softwareentwickler

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-07-23
oat-wave-execute
Softwareentwickler

Use when executing a wave of external implementation plans as a wrapper OAT project — scaffolding, drift refresh, parallel worktree groups, briefs, gates, merge choreography, and closeout.

2026-07-23
oat-wave-program
Softwareentwickler

Use when decomposing a corpus of external implementation plans into an ordered wave program — coverage inventory, dependency mapping, wave composition, and the durable execution-program artifact that oat-wave-execute consumes and updates.

2026-07-23
oat-pjm-add-backlog-item
Sonstige Computerberufe

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-07-17
oat-pjm-review-backlog
Sonstige Computerberufe

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

2026-07-17
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-07-17
oat-project-discover
Softwareentwickler

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-07-17
oat-project-pr-final
Softwareentwickler

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-07-17
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-07-17
oat-project-progress
Softwareentwickler

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-07-17
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-07-17
Zeigt die Top 40 von 77 gesammelten Skills in diesem Repository.