dev

Route ad-hoc development tasks to domain-specific skills with a build-test-verify loop.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/darraghh1/my-claude-setup --skill dev-darraghh1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/darraghh1/my-claude-setup/tree/main/.claude/skills/dev
Command: npx skills add https://github.com/darraghh1/my-claude-setup --skill dev-darraghh1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured workflow for handling general-purpose development tasks outside of formal plans, ensuring consistency and efficiency.

Core Features & Use Cases

  • Task Routing: Intelligently routes implementation tasks to the correct domain-specific skills (e.g., database, UI, services).
  • Task Tracking: Manages a persistent list of sub-tasks, allowing progress to be resumed after context compacts.
  • Reference-Grounded Development: Enforces the use of existing code patterns as ground truth before writing new code.
  • Verification Loop: Integrates build and test steps to ensure code quality before completion.
  • Use Case: When asked to "add a new user profile field to the database and update the UI form," this skill will break it down, invoke the postgres-expert and react-form-builder skills, and guide the implementation through to verification.

Quick Start

Use the dev skill to add a new feature to the user authentication flow.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I manage ad-hoc development tasks and maintain progress across context compacts?

Ad-hoc development tasks are managed by maintaining a persistent task list that tracks sub-tasks, allowing implementation progress to be seamlessly resumed after context compacts.

What is the best way to ensure new code matches existing code patterns during implementation?

Reference-grounded development enforces using existing code patterns as ground truth before writing new code, ensuring new implementations match established project conventions.

How do I route a multi-part feature request to different domain-specific development skills?

Task routing intelligently directs implementation components to the correct domain-specific skills, such as invoking database or UI skills, to handle distinct parts of a feature request.

Does this workflow enforce build and test verification steps before completing a task?

Yes, a verification loop integrates build and test steps to ensure code quality, requiring successful verification before any development task is considered complete.

Can I use this for general-purpose development outside of formal project plans?

Yes, this workflow is specifically designed to provide a structured approach for handling general-purpose development tasks outside of formal plans, ensuring consistency and efficiency.