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

superpipelines

superpipelines enthält 63 gesammelte Skills von gustavo-meilus, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
63
Stars
5
aktualisiert
2026-07-04
Forks
0
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

cutting-a-release
Softwareentwickler

Cut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.

2026-07-04
sk-model-resolver
Sonstige Computerberufe

Resolves agent `model_tier:` declarations into concrete platform-specific model strings and effort values via a 5-layer precedence chain, returning a serializable `resolved` object for dispatch. Use when `running-a-pipeline` Phase 0.45 needs to determine the concrete model + effort for each pipeline step on the active platform before dispatch.

2026-07-02
sk-platform-dispatch
Sonstige Computerberufe

Resolves the active runtime tier and provides the canonical DISPATCH contract for all pipeline step execution. Use when an orchestrator skill needs to dispatch pipeline steps — performs tier detection, loads the platform profile, and executes the Tier 2 inline loop when no subagent primitive is available.

2026-07-02
cutting-a-release
Softwareentwickler

Cut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.

2026-07-02
running-a-pipeline
Softwareentwickler

Run, resume, or list installed Superpipelines workflows from the registry.

2026-07-02
sk-claude-code-conventions
Sonstige Computerberufe

Provides canonical engineering standards for authoring agents, skills, hooks, and pipeline orchestration in Claude Code. Use when authoring or modifying agents, skills, hooks, or pipeline-orchestration artifacts — covers model-tier selection, prompt-cache discipline, frontmatter schemas, and progressive-disclosure rules.

2026-07-02
sk-dynamic-routing
Sonstige Computerberufe

Maps pipeline agent roles to intent-based model categories on Tier 1 (Claude Code). Use when a Tier 1 pipeline stage requires model assignment beyond the two-slot fast/deep abstraction — e.g., pure read-only audit agents, deep architectural planners, or visual-analysis roles. Non-CC tiers resolve models via platform_profile.model_tiers only; this skill must not be invoked on tier_1b/1c/1d/2.

2026-07-02
systematic-debugging
Softwareentwickler

Enforces root-cause investigation before any fix is proposed or implemented. Use when encountering a bug, test failure, or unexpected behavior, before proposing or implementing a fix.

2026-07-02
creating-a-pipeline
Sonstige Computerberufe

Design and scaffold a new named Superpipelines workflow after scope, brief, topology, audit, and human approval gates.

2026-06-28
deleting-a-pipeline-step
Sonstige Computerberufe

Remove a step from an existing named Superpipelines workflow while preserving topology continuity.

2026-06-28
pipeline-architect-protocol
Sonstige Computerberufe

Loaded by the pipeline-architect agent to design or mutate Superpipelines pipeline topology and data-only CAD artifacts.

2026-06-28
sk-pipeline-patterns
Softwareentwickler

Defines the six canonical pipeline topologies (Sequential, Parallel Fan-Out, Iterative Loop, Human-Gated, Spec-Driven, 4D Wrapper) and their capability requirements. Use when an orchestrator is selecting an execution pattern for a new pipeline, matching a task's information flow to a topology, or checking Q7 capability gates before pattern traversal.

2026-06-28
adding-a-pipeline-step
Sonstige Computerberufe

Add a new step, capability, or agent to an existing named Superpipelines workflow.

2026-06-19
change-models
Sonstige Computerberufe

Reassign Superpipelines model-tier preferences across user, workspace, and pipeline scopes.

2026-06-19
migrating-a-pipeline
Sonstige Computerberufe

Migrate a legacy old-root Superpipelines workflow into the data-only pipeline layout.

2026-06-19
optimizing-a-pipeline
Sonstige Computerberufe

Optimize an existing named Superpipelines workflow for topology, model tiers, cost, latency, and reliability.

2026-06-19
pipeline-auditor-protocol
Softwareentwickler

Loaded by the pipeline-auditor agent to audit Superpipelines pipeline bundles against compliance, CAD, topology, and bundle hygiene rules.

2026-06-19
pipeline-failure-analyzer-protocol
Softwareentwickler

Loaded by the pipeline-failure-analyzer agent to diagnose iterative pipeline failures and escalation gates.

2026-06-19
pipeline-optimizer-protocol
Softwareentwickler

Loaded by the pipeline-optimizer agent to inspect an existing workflow and recommend optimization opportunities.

2026-06-19
pipeline-quality-reviewer-protocol
Softwarequalitätssicherungsanalysten und -tester

Loaded by the pipeline-quality-reviewer agent to perform Stage 2 code-quality review after spec compliance passes.

2026-06-19
pipeline-spec-reviewer-protocol
Softwarequalitätssicherungsanalysten und -tester

Loaded by the pipeline-spec-reviewer agent to perform Stage 1 spec-compliance review.

2026-06-19
pipeline-task-executor-protocol
Softwareentwickler

Loaded by the pipeline-task-executor agent to execute one assigned implementation task under the pipeline contract.

2026-06-19
sk-pipeline-grilling
Softwareentwickler

Loaded by pipeline creation and optimization workflows to harden briefs, confirm architecture, or reconcile optimization choices.

2026-06-19
sk-pipeline-paths
Softwareentwickler

Resolves scope-aware absolute file paths for Superpipelines artifacts across local, project, and user scopes. Use when creating or accessing agents, skills, support files, temporary directories, or the pipeline registry, given a known scope and pipeline name.

2026-06-19
skill-architect-protocol
Softwareentwickler

Loaded by the skill-architect agent to design or revise Superpipelines-compatible skills.

2026-06-19
updating-a-pipeline-step
Softwareentwickler

Modify an existing step in a named Superpipelines workflow while preserving contracts and topology continuity.

2026-06-19
using-superpipelines
Softwareentwickler

Route Superpipelines requests to the right command workflow, reusable method skill, or direct codebase answer.

2026-06-19
sk-pipeline-state
Softwareentwickler

Defines the schema, storage layout, and recovery protocols for `pipeline-state.json`. Use when reading or writing pipeline state, resuming an interrupted run, or diagnosing a crashed orchestrator.

2026-06-14
sk-worktree-safety
Softwareentwickler

Enforces a mandatory 4-step safety protocol (Ignore, Setup, Baseline, Commit) for creating, managing, and destroying git worktrees in pipeline isolation contexts. Use when a pipeline step declares `isolation: worktree`, when parallel pattern tasks require branch isolation, or when the iterative or spec-driven patterns require atomic rollback capability.

2026-06-14
run-parity-test-f
Softwarequalitätssicherungsanalysten und -tester

Use when the user wants to run the parity-test-f pipeline on Tier 1d (Codex CLI) to analyze a pull request diff for code issues and produce a validated review report.

2026-06-13
reporter-protocol
Softwarequalitätssicherungsanalysten und -tester

Loaded by the reporter agent to supply operating protocol and invariants for code review report generation in the parity-test-f pipeline. Not user-invocable.

2026-06-13
reviewer-protocol
Softwarequalitätssicherungsanalysten und -tester

Loaded by the reviewer agent to supply operating protocol and invariants for findings validation in the parity-test-f pipeline. Not user-invocable.

2026-06-13
brainstorming
Softwareentwickler

Brainstorming refines vague or exploratory requests into a validated design document through structured clarifying dialogue and trade-off analysis before any implementation begins. Use when a user's request is under-specified, involves new feature or component design, describes new pipeline behavior, or lacks an existing spec — including when loaded by creating-a-pipeline Phase 0 for exploratory briefs.

2026-06-10
finishing-a-development-branch
Softwareentwickler

Structured integration protocol that enforces a test-verification gate and presents branch disposition options (merge, PR, keep, or discard). Use when implementation is complete, all tests pass, and an integration decision for the development branch is pending.

2026-06-10
sk-4d-method
Projektmanagementspezialisten

Provides a per-invocation four-phase processing wrapper (Deconstruct, Diagnose, Develop, Deliver) for structured request resolution. Use when an agent faces an ambiguous request, missing required slots, or feedback that requires re-entry into a specific processing phase.

2026-06-10
sk-hashline-protocol
Softwareentwickler

Enforces hash-anchored line verification to prevent stale-line edits during file mutations. Use when any agent performs file mutations in a worktree — mandates that read lines carry content-identifier hashes and that those hashes are verified before an edit is committed.

2026-06-10
sk-hierarchical-context
Softwareentwickler

Generates and maintains localized PIPELINE-CONTEXT.md files distributed across the project tree, producing token-efficient context maps that summarize directory purposes and architectural boundaries. Use when the `/superpipelines:init-deep` command runs, when the PREFLIGHT phase of a new pipeline creation requires context initialization, or when significant refactoring invalidates existing context maps.

2026-06-10
sk-model-migration
Softwareentwickler

Converts pre-v2.0 agent frontmatter (`model:` without `model_tier:`) to v2.0 schema with a git-backed safety checkpoint. Use when `running-a-pipeline` Phase 0.4 detects agents that have a concrete `model:` field, no `model_tier:` field, and either no `plugin_version` stamp or `plugin_version` < 2.0.0.

2026-06-10
sk-rationalization-resistance
Sonstige Computerberufe

Defines HARD-GATE and EXTREMELY-IMPORTANT tag conventions, Red Flags lists, and Rationalization Tables for discipline-enforcing skills and protocol skills. Use when authoring a skill or agent protocol that must hold under time pressure, sunk cost, or "obvious answer" rationalization bias.

2026-06-10
sk-spec-driven-development
Softwareentwickler

Establishes a formal spec→plan→tasks→implement contract for multi-step feature work. Use when authoring multi-step pipelines, building new features, refactoring systems, or when a request is too ambiguous for direct execution and a verified specification must precede implementation.

2026-06-10
Zeigt die Top 40 von 63 gesammelten Skills in diesem Repository.
superpipelines Agent Skills auf GitHub | SkillsMP