# ash1794

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

- **Listings:** 38
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/ash1794
- **Website:** https://github.com/ash1794

## Published listings

- [Vibe Pattern Library](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-pattern-library) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Anti Rationalization Check](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-anti-rationalization-check) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Cherry Pick Integration](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-cherry-pick-integration) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-cherry-pick-integration`
  Safely integrates commits from parallel agent branches using sequential cherry-pick. Use after parallel work completes in isolated branches or worktrees.
- [Vibe Parallel Task Decomposition](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-parallel-task-decomposition) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Requirements Validator](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-requirements-validator) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-requirements-validator`
  Validates PRD, user stories, or feature requirements against SMART criteria. Use when reviewing requirements to catch vagueness before it causes expensive rework.
- [Vibe Debugging Journal](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-debugging-journal) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-debugging-journal`
  Records resolved bugs in a persistent journal — symptom, root cause, difficulty, fix, prevention. Organized by category for future reference.
- [Vibe Decision Journal](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-decision-journal) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Production Mindset](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-production-mindset) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-production-mindset`
  Sets quality expectations for implementation — "imagine this serves 1 million users." Checks for observability, error handling, input validation, graceful degradation.
- [Vibe Wave Based Remediation](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-wave-based-remediation) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-wave-based-remediation`
  Systematically fixes large backlogs of issues using prioritized waves. Use when facing 10+ issues, bugs, or gaps to address.
- [Vibe Session Context Flush](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-session-context-flush) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Pre Commit Audit](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-pre-commit-audit) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-pre-commit-audit`
  Scans staged changes for secrets, debug statements, TODOs without references, and other common commit mistakes. Use before creating any commit.
- [Vibe Gap Closure Loop](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-gap-closure-loop) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Fuzz Parser Inputs](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-fuzz-parser-inputs) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Coverage Enforcer](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-coverage-enforcer) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Service Health Dashboard](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-service-health-dashboard) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-service-health-dashboard`
  Queries all configured services for health status — uptime, restarts, errors, resources. Use when checking the health of running services.
- [Vibe Handover Doc](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-handover-doc) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Spec Vs Code Audit](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-spec-vs-code-audit) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Doc Quality Gate](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-doc-quality-gate) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Structured Output](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-structured-output) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-structured-output`
  Enforces structured output format for analyses, reports, and recommendations — Executive Summary, Detailed Analysis, Next Steps, Metrics. Prevents wall-of-text responses.
- [Vibe Research Before Design](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-research-before-design) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Reflect And Compound](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-reflect-and-compound) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Scenario Matrix](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-scenario-matrix) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-scenario-matrix`
  Generates a behavioral scenario acceptance matrix for comprehensive test coverage planning. Maps user scenarios to acceptance criteria with stable IDs.
- [Vibe Rollback Plan](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-rollback-plan) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-rollback-plan`
  Documents rollback procedures before making risky changes. Covers what's changing, verification steps, rollback procedures, and blast radius assessment.
- [Vibe Acceptance Gate](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-acceptance-gate) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Iteration Review](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-iteration-review) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-iteration-review`
  Performs end-of-iteration review with quality grading, metrics, and trend analysis. Use at the end of each development iteration or sprint.
- [Vibe Golden File Testing](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-golden-file-testing) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Adversarial Test Generation](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-adversarial-test-generation) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Start Informed](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-vibe-start-informed) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Scope Guard](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-scope-guard) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-scope-guard`
  Detects and redirects scope creep during implementation. Catches unrequested features, unnecessary refactoring, and over-engineering.
- [Vibe Concurrent Test Safety](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-concurrent-test-safety) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Safe Deploy](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-safe-deploy) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-safe-deploy`
  Performs deployment with pre-flight checks, atomic replacement, post-deploy verification, and automatic rollback. Use before any deployment to staging or production.
- [Vibe Spec Sync](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-spec-sync) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Quality Loop](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-quality-loop) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Async Task Queue](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-async-task-queue) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.
- [Vibe Using Vibe Engineering](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-using-vibe-engineering) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-using-vibe-engineering`
  Bootstraps the agent to check for applicable vibe-engineering skills before every action. Loads at conversation start for skill discovery.
- [Vibe Gap Analysis](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-gap-analysis) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-gap-analysis`
  Assesses production readiness or audits a codebase against its specs. Supports quick static mode, deep 17-dimension audit, or single-dimension focus.
- [Vibe Devil Advocate Review](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-devil-advocate-review) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-devil-advocate-review`
  Challenges recommendations, designs, or synthesis by adversarial review across 5 dimensions. Use before shipping any significant recommendation or design document.
- [Vibe Help](https://agentstack.voostack.com/l/skill-ash1794-vibe-engineering-vibe-help) — Skill · Free · security-reviewed — `agentstack add skill-ash1794-vibe-engineering-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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
