create-feature

Scaffold feature modules with domain, use-case, interface adapters, and data structures.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill create-feature-furrycolombia-sys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-feature
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/create-feature
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill create-feature-furrycolombia-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold complete feature modules using a clean architecture blueprint to ensure consistent structure and easier maintenance.

Core Features & Use Cases

  • Scaffold a full feature module with domain, use-case, interface adapters, and data structures.
  • Generate initial files and types that align with existing project conventions, reducing onboarding time.
  • Use Case: when asked to add a new feature, produce a ready-to-expand scaffold that fits into the current codebase.

Quick Start

Create a new feature scaffold by following the Claude workflow referenced in .claude/skills/create-feature/SKILL.md.

Frequently Asked Questions about create-feature

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

FAQPage Schema
How do I scaffold feature modules with clean architecture?▼

To scaffold feature modules with clean architecture, this Skill applies a structural blueprint that automatically generates organized domain, use-case, and interface adapter files for your new project features.

What is clean architecture scaffolding for software engineering?▼

Clean architecture scaffolding is the automated generation of initial code structures, creating organized domain and use-case layers to ensure consistent project setup across a multi-repo environment.

Can I generate consistent feature modules across a multi-repo environment?▼

Yes, you can generate consistent feature modules across a multi-repo environment by applying a deterministic clean architecture blueprint that aligns new files with existing project conventions.

Do I need an existing Claude workflow to scaffold feature modules?▼

Yes, you need an existing Claude workflow referenced in a sibling .claude/skills/ path to ensure deterministic steps when scaffolding feature modules with clean architecture.

What files are included when scaffolding a feature module?▼

Scaffolding a feature module generates initial files and types organized into domain, use-case, interface adapters, and data structures layers, producing a ready-to-expand codebase structure.

When should I use clean architecture scaffolding for new features?▼

Use clean architecture scaffolding when adding a new feature to produce a ready-to-expand structure that fits current codebase conventions, reducing onboarding time and ensuring easier maintenance.