DE
delivery
Deliver features, fixes, and refactors in this repository while following the local stack, testing strategy, and repository conventions.
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.zipInstalls 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
About this skill
Delivery
Use the repository’s existing stack and conventions unless the user explicitly asks to replace them.
Follow this workflow:
- State the behavior being changed.
- Add or update a failing test first.
- Implement the minimum change to make the test pass.
- Run the repository’s main validation path.
- 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.