enhance-prompt

Integrate Anti-Vibe Coding into existing Claude Code plans and tasks.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/luyzkk/Anti-Vibe-Coding --skill enhance-prompt-luyzkk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enhance-prompt
Source: https://github.com/luyzkk/Anti-Vibe-Coding/tree/main/skills/enhance-prompt
Command: npx skills add https://github.com/luyzkk/Anti-Vibe-Coding --skill enhance-prompt-luyzkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you integrate Anti-Vibe Coding into an existing Claude Code workflow by automatically wiring your current plans, tasks, and execution prompts together so automated execution follows the required guardrails.

Core Features & Use Cases

  • Project structure detection: Finds existing Markdown files for plans, tasks, and execution prompts (e.g., .claude/plans/, .claude/tasks/, start.md) and summarizes what it discovered.
  • Task integration with anti-vibe sections: Adds a ## Anti-Vibe section to tasks that are missing it, using real content-based heuristics to recommend the most relevant skills/agents.
  • Execution prompt generation or upgrade: Creates or updates start.md (or an equivalent prompt file) with an Anti-Vibe-aware per-task execution flow, including TDD sequencing and post-implementation review steps.

Quick Start

Ask the AI to integrate Anti-Vibe Coding into your existing plan/task files by running the skill on your project folder, for example: “Use enhance-prompt on /path/to/my/project to add Anti-Vibe sections and update the automated start prompt.”

Frequently Asked Questions about enhance-prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Anti-Vibe Coding into existing Claude Code plans and tasks?

To integrate Anti-Vibe Coding into existing Claude Code plans and tasks, the skill scans your repository for `.claude/plans/` and `.claude/tasks/` directories, adds a `## Anti-Vibe` section with relevant skill commands to detected tasks, and updates your `start.md` execution prompt with a TDD-first workflow.

What is Anti-Vibe Coding workflow automation in Claude Code?

Anti-Vibe Coding workflow automation in Claude Code is a task scaffolding mechanism that enforces guardrails by wiring existing plans, tasks, and execution prompts together, ensuring automated execution follows a TDD-first sequence and post-implementation review steps.

How do I add TDD workflow sequencing to an automated start.md execution prompt?

To add TDD workflow sequencing to an automated `start.md` execution prompt, the skill generates or upgrades your prompt file with an Anti-Vibe-aware per-task execution flow, integrating test-driven development sequencing and post-implementation review steps based on your real repository structure.

Does enhance-prompt work with my existing .claude/plans/ and .claude/tasks/ repository structure?

Yes, enhance-prompt works with existing `.claude/plans/` and `.claude/tasks/` repository structures by automatically detecting your current Markdown files and summarizing what it discovered before appending content-specific Anti-Vibe sections and skill commands.

How are relevant skills and agents recommended for Anti-Vibe task integration?

Relevant skills and agents for Anti-Vibe task integration are recommended using real content-based heuristics, ensuring the `## Anti-Vibe` section appended to your tasks includes skill commands and an `anti-vibe-review` tailored to the specific content of each task.