create

Create new features, files, components, endpoints, pages, or scripts in a repository.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/VoTruongDanh/Skills-Agent --skill create-votruongdanh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/VoTruongDanh/Skills-Agent/tree/main/.cursor/skills/create
Command: npx skills add https://github.com/VoTruongDanh/Skills-Agent --skill create-votruongdanh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new features, files, components, endpoints, pages, or scripts in a project is repetitive and error-prone. This skill standardizes and accelerates scaffolding while preserving repository conventions.

Core Features & Use Cases

  • Guided scaffolding: determines the smallest complete implementation and reuses existing patterns.
  • Multi-domain routing: applies backend, frontend, and infrastructure guidelines via agent knowledge.
  • Memory and guardrails: updates context memory and enforces Socratic checks to prevent scope creep.
  • Minimal disruption: creates only what is necessary and aligns with repository conventions.

Quick Start

Provide a new feature scaffold across the repository following current conventions.

Frequently Asked Questions about create

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

FAQPage Schema
How do I scaffold new features in a codebase while preserving existing patterns?

Scaffolding new features while preserving conventions is automated by this skill, which creates files, components, and endpoints across backend and frontend stacks by applying deterministic steps that align with your existing repository patterns. It ensures compliant scaffolding by reusing established conventions and updating guardrails.

Can I use automated scaffolding for both frontend and backend endpoints?

Yes, automated scaffolding supports both frontend and backend endpoints. The skill applies multi-domain routing to determine the smallest complete implementation, ensuring alignment with infrastructure guidelines and project conventions across your entire technology stack.

What is the best way to prevent scope creep when creating new components?

The best way to prevent scope creep when creating new components is to enforce Socratic checks and update context memory during the scaffolding workflow. This approach creates only what is necessary, maintaining minimal disruption and strict adherence to repository conventions.

Does scaffolding automation work without adding unnecessary files to my project?

Yes, scaffolding automation works without adding unnecessary files by focusing on minimal disruption. It determines the smallest complete implementation required and enforces project conventions, ensuring that only essential scripts, pages, or components are generated.

How to generate new pages and scripts following current repository conventions?

To generate new pages and scripts following current conventions, you provide a feature scaffold request and the skill automates the creation process. It applies deterministic steps to align the new codebase elements with your existing patterns and guardrails.