Agent skill
project-feature
Adds new fields or features to Project entity. Use when extending project schema, adding new properties, updating forms, or modifying project display. Includes type updates, API changes, and validation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/project-feature
SKILL.md
Add Project Feature Skill
Instructions
When adding a new field to Project:
-
Update Types
src/lib/types.ts- Frontend interfacesrc/lib/db-types.ts- Firestore doc & API response
-
Add Validation (if needed)
src/lib/security-utils.ts- CONTENT_LIMITS & validators
-
Update API Routes
POST /api/projects- CreateGET /api/projects/[id]- ReadPATCH /api/projects/[id]- Update
-
Update Form Components
src/app/menu/register/page.tsxsrc/app/menu/edit/[id]/page.tsx
-
Update Display Components
src/components/ProjectCard.tsxsrc/app/menu/[id]/page.tsx
For complete checklist with code examples, see reference.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?