AgentStack
ash1794 avatar

ash1794

38 listings · 0 installs

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

↗ github.com/ash1794
38 results
Self-run
SKILL

Vibe Pattern Library

Detects recurring implementation patterns and records them for reuse. When the same code pattern appears 3+ times, it belongs in the pattern library.

0
13
Free
Self-run
SKILL

Vibe Anti Rationalization Check

Detects and prevents shortcut rationalization — when the agent is about to skip a step, simplify a requirement, or optimize away a constraint. Triggers proactively when rationalization patterns are noticed.

0
12
Free
Self-run
SKILL

Vibe Cherry Pick Integration

Safely integrates commits from parallel agent branches using sequential cherry-pick. Use after parallel work completes in isolated branches or worktrees.

0
14
Free
Self-run
SKILL

Vibe Parallel Task Decomposition

Analyzes large tasks for independent subtasks that can be safely parallelized. Produces a DAG-based dispatch plan with dependency ordering and maximum parallelism.

0
9
Free
Self-run
SKILL

Vibe Requirements Validator

Validates PRD, user stories, or feature requirements against SMART criteria. Use when reviewing requirements to catch vagueness before it causes expensive rework.

0
11
Free
Self-run
SKILL

Vibe Debugging Journal

Records resolved bugs in a persistent journal — symptom, root cause, difficulty, fix, prevention. Organized by category for future reference.

0
12
Free
Self-run
SKILL

Vibe Decision Journal

Extracts and records architectural decisions from diffs, conversation context, and explicit choices. Supports automatic extraction from staged changes, deduplication against prior decisions, and persistent ADR-format logging with spec traceability.

0
11
Free
Self-run
SKILL

Vibe Production Mindset

Sets quality expectations for implementation — "imagine this serves 1 million users." Checks for observability, error handling, input validation, graceful degradation.

0
13
Free
Self-run
SKILL

Vibe Wave Based Remediation

Systematically fixes large backlogs of issues using prioritized waves. Use when facing 10+ issues, bugs, or gaps to address.

0
10
Free
Self-run
SKILL

Vibe Session Context Flush

Performs smart context summarization when the context window is approaching capacity. Identifies what to keep, what to summarize, and creates a compact resume state.

0
6
Free
Self-run
SKILL

Vibe Pre Commit Audit

Scans staged changes for secrets, debug statements, TODOs without references, and other common commit mistakes. Use before creating any commit.

0
10
Free
Self-run
SKILL

Vibe Gap Closure Loop

Closes production readiness gaps from a gap analysis document. Autonomously loops dependency analysis, parallel agent dispatch, test gate, re-audit, and repeats until target dimensions reach target score.

0
12
Free
Self-run
SKILL

Vibe Fuzz Parser Inputs

Generates fuzz test scaffolding for parsers handling external input (YAML, JSON, config files, user input). Seeds corpus from existing fixtures and runs initial pass.

0
10
Free
Self-run
SKILL

Vibe Coverage Enforcer

Enforces tiered test coverage standards with three dimensions — line coverage by tier, spec-to-test traceability, and spec-to-code implementation mapping. Use before claiming code is complete.

0
9
Free
Self-run
SKILL

Vibe Service Health Dashboard

Queries all configured services for health status — uptime, restarts, errors, resources. Use when checking the health of running services.

0
12
Free
Self-run
SKILL

Vibe Handover Doc

Generates a session continuity document at the end of a long session or when switching context on a multi-session project. Enables seamless resumption.

0
11
Free
Self-run
SKILL

Vibe Spec Vs Code Audit

Compares specification documents against implementation code to find divergences. Use when implementation of a spec or design doc is claimed complete.

0
9
Free
Self-run
SKILL

Vibe Doc Quality Gate

Performs a fast 6-point quality check for technical documents (specs, design docs, READMEs). Use after editing any specification or design document.

0
8
Free
Self-run
SKILL

Vibe Structured Output

Enforces structured output format for analyses, reports, and recommendations — Executive Summary, Detailed Analysis, Next Steps, Metrics. Prevents wall-of-text responses.

0
4
Free
Self-run
SKILL

Vibe Research Before Design

Dispatches SOTA research before proposing any new feature, architecture, or technology choice. Use when facing design decisions, not when implementing existing specs.

0
12
Free
Self-run
SKILL

Vibe Reflect And Compound

Extracts learnings from completed work, feedback, or failures. Updates a persistent learnings file with capped entries. Use after receiving feedback, fixing bugs, or completing complex tasks.

0
9
Free
Self-run
SKILL

Vibe Scenario Matrix

Generates a behavioral scenario acceptance matrix for comprehensive test coverage planning. Maps user scenarios to acceptance criteria with stable IDs.

0
13
Free
Self-run
SKILL

Vibe Rollback Plan

Documents rollback procedures before making risky changes. Covers what's changing, verification steps, rollback procedures, and blast radius assessment.

0
12
Free
Self-run
SKILL

Vibe Acceptance Gate

Validates completed work against defined acceptance criteria. Use after completing a task that has specific success criteria defined in issues, specs, or task descriptions.

0
16
Free
Self-run
SKILL

Vibe Iteration Review

Performs end-of-iteration review with quality grading, metrics, and trend analysis. Use at the end of each development iteration or sprint.

0
12
Free
Self-run
SKILL

Vibe Golden File Testing

Implements snapshot/golden file tests with temporal normalization so tests don't break daily. Use when implementing tests that compare output against expected snapshots.

0
10
Free
Self-run
SKILL

Vibe Adversarial Test Generation

Generates edge case, failure mode, and spec-driven test cases. Covers boundary values, nil inputs, concurrency, resource exhaustion, malformed data, and requirement-linked traceability tests.

0
11
Free
Self-run
SKILL

Vibe Start Informed

Dispatches research agents to find real projects, papers, and documented failures before proposing any feature, architecture, or technology choice. Triggers on creative/design tasks, not on implementation of already-designed specs.

0
13
Free
Self-run
SKILL

Vibe Scope Guard

Detects and redirects scope creep during implementation. Catches unrequested features, unnecessary refactoring, and over-engineering.

0
12
Free
Self-run
SKILL

Vibe Concurrent Test Safety

Audits tests for concurrency safety — race conditions, shared mock state, cleanup ordering. Use when writing tests that involve goroutines, async operations, or shared mutable state.

0
9
Free
Self-run
SKILL

Vibe Safe Deploy

Performs deployment with pre-flight checks, atomic replacement, post-deploy verification, and automatic rollback. Use before any deployment to staging or production.

0
16
Free
Self-run
SKILL

Vibe Spec Sync

Bidirectional sync between specification documents and code. Detects spec drift from staged changes, updates spec to reflect approved decisions, and ensures every commit represents a reconciled snapshot of spec, tests, and code.

0
13
Free
Self-run
SKILL

Vibe Quality Loop

Enforces the Implement→Review→Test→Fix→Loop cycle until work is clean. Use after any non-trivial implementation to prevent "good enough" exits.

0
13
Free
Self-run
SKILL

Vibe Async Task Queue

Provides a persistent cross-session task queue for work that should be done but isn't blocking current tasks. Enables background and future-session work tracking.

0
13
Free
Self-run
SKILL

Vibe Using Vibe Engineering

Bootstraps the agent to check for applicable vibe-engineering skills before every action. Loads at conversation start for skill discovery.

0
11
Free
Self-run
SKILL

Vibe Gap Analysis

Assesses production readiness or audits a codebase against its specs. Supports quick static mode, deep 17-dimension audit, or single-dimension focus.

0
16
Free
Self-run
SKILL

Vibe Devil Advocate Review

Challenges recommendations, designs, or synthesis by adversarial review across 5 dimensions. Use before shipping any significant recommendation or design document.

0
17
Free
Self-run
SKILL

Vibe Help

Routes users to the right vibe-engineering skill for their current task. Use when user asks "what skill should I use?" or seems unsure about which skill to invoke.

0
13
Free
You've reached the end · 38 loaded