AgentStack
gustavo-meilus avatar

gustavo-meilus

49 listings · 0 installs

Open-source publisher. Listings imported from github.com/gustavo-meilus — credited to the original author with their license.

↗ github.com/gustavo-meilus
49+ results
Self-run
SKILL

Sk Hashline Protocol

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.

0
12
Free
Self-run
SKILL

Run Parity Test B

Use when the user wants to run the parity-test-b pipeline on Tier 1 (Claude Code) to read a JSON file and produce a validated data quality report with write/review isolation.

0
12
Free
Self-run
SKILL

Summarizer Protocol

Loaded by the summarizer agent to supply operating protocol and invariants for structured markdown summary generation in the parity-test-c pipeline. Not user-invocable.

0
12
Free
Self-run
SKILL

Pipeline Architect Protocol

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

0
11
Free
Self-run
SKILL

Cutting A Release

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.

0
14
Free
Self-run
SKILL

Pipeline Task Executor Protocol

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

0
11
Free
Self-run
SKILL

Sk Pipeline Paths

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.

0
11
Free
Self-run
SKILL

Run Parity Test C

Use when the user wants to run the parity-test-c pipeline on Tier 1c (Antigravity CLI) to analyze a text document and produce a structured markdown summary.

0
12
Free
Self-run
SKILL

Run Parity Test J

Use when the user wants to run the parity-test-j pipeline on Tier 1b (OpenCode) to read a CSV file and produce a markdown data quality document listing columns with nulls, outliers, and type inconsistencies.

0
11
Free
Self-run
SKILL

Create Aiboarding

DEPRECATED alias for create-agent-onboarding (kept so /create-aiboarding keeps resolving). Prefer create-agent-onboarding, which generates AGENTS.md + CLAUDE.md instead of the legacy AIBOARDING.md.

0
1
Free
Self-run
SKILL

Sk Pipeline Grilling

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

0
10
Free
Self-run
SKILL

Pipeline Quality Reviewer Protocol

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

0
15
Free
Self-run
SKILL

Sk Hierarchical Context

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 contex…

0
11
Free
Self-run
SKILL

Pipeline Optimizer Protocol

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

0
10
Free
Self-run
SKILL

Run Parity Test H

Use when the user wants to run the parity-test-h pipeline on Tier 2 (Cursor/Windsurf/Cline) to validate a YAML config file and produce a structured markdown validation report.

0
13
Free
Self-run
SKILL

Adding A Pipeline Step

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

0
13
Free
Self-run
SKILL

Cutting A Release

Cut an aiboarding version release (vX.Y.Z) - verify the single version target agrees, draft matching CHANGELOG + RELEASE-NOTES entries, commit to main, 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 aiboarding.

0
3
Free
Self-run
SKILL

Create Agent Onboarding

Use when a repo has no AGENTS.md and an AI coding agent needs onboarding context, or the user asks to generate onboarding files. Produces AGENTS.md (cross-agent), a CLAUDE.md wrapper, and the .aiboarding lifecycle (state, config, hooks). Fallback target when the session-start hook reports missing onboarding files.

0
3
Free
Self-run
SKILL

Compress Onboarding

Use to compress any agent-instruction file (AGENTS.md, CLAUDE.md, .claude/rules/*.md, legacy AIBOARDING.md) into terse, high-signal prose without altering commands, code, URLs, or paths. Standalone compression engine with levels (off/lite/full/ultra), byte-preservation verification, and token receipts. Also invoked by the create/update onboarding skills.

0
3
Free
Self-run
SKILL

Audit Agent Onboarding

Use to lint a repo's agent onboarding files (AGENTS.md, CLAUDE.md, .claude/rules/*.md) for bloat, contradictions, duplication, stale or vague commands, missing sections, leakage, and secrets - or with --stats to view compression receipts. Read-only; reports findings and hands fixes to update-agent-onboarding.

0
4
Free
Self-run
SKILL

Update Agent Onboarding

Use when commits have landed since the onboarding files were last synced (the drift-check hook nudges for this), or the user asks to refresh AGENTS.md. Triages whether the change touches onboarding scope and patches only the affected sections; on no-op it advances the state pointer only.

0
0
Free
Self-run
SKILL

Pipeline Auditor Protocol

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

0
13
Free
Self-run
SKILL

Reporter Protocol

Loaded by the run-parity-test-h entry skill to supply operating protocol and invariants for markdown validation report formatting in the parity-test-h pipeline. Not user-invocable.

0
12
Free
Self-run
SKILL

Running A Pipeline

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

0
13
Free
Self-run
SKILL

Sk Model Resolver

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.

0
11
Free
Self-run
SKILL

Creating A Pipeline

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

0
12
Free
Self-run
SKILL

Analyzer Protocol

Loaded by the analyzer agent of parity-test-b to supply its operating protocol. Not user-invocable.

0
13
Free
Self-run
SKILL

Finishing A Development Branch

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.

0
14
Free
Self-run
SKILL

Pipeline Spec Reviewer Protocol

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

0
11
Free
Self-run
SKILL

Reviewer Protocol

Loaded by the run-parity-test-h entry skill to supply operating protocol and invariants for false-positive review of validator findings in the parity-test-h pipeline. Not user-invocable.

0
12
Free
Self-run
SKILL

Sk 4d Method

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.

0
11
Free
Self-run
SKILL

Migrating A Pipeline

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

0
11
Free
Self-run
SKILL

Pipeline Failure Analyzer Protocol

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

0
11
Free
Self-run
SKILL

Change Models

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

0
12
Free
Self-run
SKILL

Sk Claude Code Conventions

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.

0
12
Free
Self-run
SKILL

Run Parity Test G

Use when the user wants to run the parity-test-g pipeline on Tier 2 (Cursor/Windsurf/Cline) to tokenize a markdown file and produce a top-20 word frequency report.

0
12
Free
Self-run
SKILL

Run Parity Test F

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.

0
11
Free
Self-run
SKILL

Scanner Protocol

Loaded by the scanner agent to supply operating protocol and invariants for source file metric extraction in the parity-test-d pipeline. Not user-invocable.

0
12
Free
Self-run
SKILL

Sk Model Migration

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.

0
15
Free
Self-run
SKILL

Tokenizer Protocol

Loaded by the run-parity-test-g entry skill to supply operating protocol and invariants for markdown tokenization and word frequency counting in the parity-test-g pipeline. Not user-invocable.

0
11
Free
Self-run
SKILL

Run Parity Test D

Use when the user wants to run the parity-test-d pipeline on Tier 1c (Antigravity CLI) to scan a source directory and produce a code health report.

0
12
Free
Self-run
SKILL

Sk Dynamic Routing

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.

0
12
Free
Self-run
SKILL

Deleting A Pipeline Step

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

0
12
Free
Self-run
SKILL

Update Aiboarding

DEPRECATED alias for update-agent-onboarding (kept so /update-aiboarding keeps resolving). Prefer update-agent-onboarding, which triages drift against AGENTS.md and the .aiboarding/state.json pointer.

0
1
Free
Self-run
SKILL

Migrate Aiboarding

Use when a repo has a legacy AIBOARDING.md (v1 layout) and should move to the standard AGENTS.md + CLAUDE.md layout with the .aiboarding/state.json sidecar. One-shot, preview-first migration that preserves the existing onboarding content and rewires the hooks.

0
2
Free
Self-run
SKILL

Optimizing A Pipeline

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

0
13
Free
Self-run
SKILL

Run Parity Test I

Use when the user wants to run the parity-test-i pipeline on Tier 1b (OpenCode) to read a JSON file and produce a human-readable summary of its top-level keys and value types.

0
12
Free
Self-run
SKILL

Validator Protocol

Loaded by the run-parity-test-h entry skill to supply operating protocol and invariants for YAML config validation in the parity-test-h pipeline. Not user-invocable.

0
13
Free
Self-run
SKILL

Brainstorming

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…

0
14
Free