Delivers production-grade code changes while maintaining test coverage and repository standards.

Install

mkdir -p .claude/skills/delivery && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13618" && unzip -o skill.zip -d .claude/skills/delivery && rm skill.zip

Installs to .claude/skills/delivery

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Deliver features, fixes, and refactors in this repository while following the local stack, testing strategy, and repository conventions.
136 charsno explicit “when” trigger
Intermediate

Key capabilities

  • State the behavior being changed
  • Add or update a failing test first
  • Implement minimum change for test pass
  • Run repository's main validation path
  • Update or add E2E coverage for frontend changes

How it works

The skill delivers features, fixes, and refactors by following a TDD-first workflow: stating behavior, adding failing tests, implementing minimum changes, running validation, and updating E2E coverage. It reuses existing stack and conventions.

Inputs & outputs

You give it
Feature, fix, or refactor task
You get back
Delivered code change following TDD, repository conventions, and validation

When to use delivery

  • Implementing new features
  • Refactoring code
  • Fixing bugs
  • Ensuring test coverage

About this skill

Delivery

Use the repository’s existing stack and conventions unless the user explicitly asks to replace them.

Follow this workflow:

  1. State the behavior being changed.
  2. Add or update a failing test first.
  3. Implement the minimum change to make the test pass.
  4. Run the repository’s main validation path.
  5. If the change affects frontend behavior, update or add E2E coverage.

Rules:

  • Reuse before creation.
  • Extend shared abstractions safely.
  • Do not broaden scope without explicit instruction.
  • Use current official or primary documentation for non-trivial work.
  • Document key files, changed behavior, and validation when reporting completion.

When not to use it

  • When the user explicitly asks to replace existing stack or conventions
  • When broadening scope without explicit instruction

Limitations

  • Requires adherence to the repository’s existing stack and conventions
  • Does not broaden scope without explicit instruction
  • Requires TDD-first workflow (failing test first)

How it compares

This skill enforces a structured, test-driven development workflow with validation and E2E coverage, ensuring adherence to repository conventions, unlike an unstructured or manual development process.

Compared to similar skills

delivery side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
delivery (this skill)02moNo flagsIntermediate
code-assist15moNo flagsAdvanced
moonbit-agent-guide17moReviewIntermediate
ruby-pro14moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry