project-feature

Community

Extend project schema and UI with new fields.

Authorjhlee0409
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you safely extend the Project data model by adding new fields, updating type definitions, API routes, forms, and displays, without breaking existing functionality.

Core Features & Use Cases

  • End-to-end field addition: add new fields to frontend types, Firestore documents, and API contracts.
  • Synchronized updates: propagate schema changes through validation rules, forms, and UI components.
  • Real-world example: when you need a new category field on Projects, this Skill coordinates type, API, and UI changes in one workflow.

Quick Start

Add a new field named category to a sample Project and update types, API routes, forms, and the project card display.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: project-feature
Download link: https://github.com/jhlee0409/sidedish/archive/main.zip#project-feature

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository