feature-dev

Feature Development Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feature-dev" with this command: npx skills add huynhsang2005/blog-tanstack/huynhsang2005-blog-tanstack-feature-dev

Feature Development Workflow

Phase 1: Context & plan

  • Start with the docs index (if present) and follow the current plan links.

  • Identify scope, constraints, and success criteria.

  • Draft a short plan before editing code.

Phase 2: Backend (if needed)

  • Update schema docs/migrations as required.

  • Ask before applying migrations to a real project.

  • Keep writes server-side and admin-gated.

Phase 3: Frontend

  • Create or update routes in src/routes.

  • Wire loaders and server functions as needed.

  • Build UI with shadcn/ui + Tailwind.

  • Use Query for server state and Zod for validation.

Phase 4: Verification

  • Run bun run build, bun run tsc (if available), bun run lint, bun run check.

  • Self-review against AGENTS.md and repo instructions.

Tooling

  • Use Serena for repo exploration/edits.

  • Use TanStack MCP for TanStack APIs.

  • Use shadcn MCP for UI components/patterns.

  • Use Supabase MCP for DB/RLS.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-code-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

framer-motion

No summary provided by upstream source.

Repository SourceNeeds Review
General

tanstack-form

No summary provided by upstream source.

Repository SourceNeeds Review