new-feature

Creates a new feature folder with predefined component, hook, service, and type files.

Updated May 30, 2026
One-click install
npx skills add https://github.com/buitrankimlong/thongtincty --skill new-feature-buitrankimlong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-feature
Source: https://github.com/buitrankimlong/thongtincty/tree/main/.claude/skills/new-feature
Command: npx skills add https://github.com/buitrankimlong/thongtincty --skill new-feature-buitrankimlong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a new feature folder with a standard layout, reducing the time and effort required to set up a new feature in a project.

Core Features & Use Cases

  • Automated Folder Creation: Generates a new feature folder with the required subdirectories and files.
  • Standard Layout: Sets up the folder with standard subdirectories for components, hooks, services, and types.
  • Use Case: When a new feature like "reports" or "messages" is added to a project, this Skill can be used to quickly create the necessary structure.

Quick Start

Use the new-feature skill to create a new feature folder for "reports" in the project.

Frequently Asked Questions about new-feature

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

FAQPage Schema
How do I automate feature folder creation for a new project module?

To automate feature folder creation, this Skill generates a new directory with predefined subdirectories and files. It automatically sets up standard folders for components, hooks, services, and types to reduce manual project setup time.

What is the standard folder layout for organizing new project features?

The standard folder layout for new features includes dedicated subdirectories for components, hooks, services, and types. This structure organizes code systematically, ensuring files are consistently placed when adding features like reports or messages to a project.

Do I need shell commands to set up a standard feature directory structure?

Yes, you need shell commands to set up a standard feature directory structure. The Skill requires the execution of shell commands to automatically create the necessary directories and files for components, hooks, services, and types.

Can I quickly generate boilerplate files for components, hooks, and services?

Yes, you can quickly generate boilerplate files for components, hooks, and services. The Skill handles the creation of these specific files automatically within the new feature folder, establishing a standard layout for immediate development.

What is the best way to organize code for a new feature in a project?

The best way to organize code for a new feature is using an automated folder creation process. This Skill defines a standard layout that separates components, hooks, services, and types into distinct subdirectories, ensuring consistent code organization across the project.

Are there limitations to automating project setup with a predefined folder structure?

A limitation of automating project setup with a predefined folder structure is that the generated layout is fixed to components, hooks, services, and types. Projects requiring different subdirectories or alternative file organizations will need manual adjustments after creation.