Api Endpoint banner
hoangsonww hoangsonww

Api Endpoint

Development community

Description

Scaffold a complete new API endpoint for the WealthWise API following all project conventions. The entity/resource name is: $ARGUMENTS ## What to create Follow the exact pattern from CLAUDE.md — create all four layers in order: ### 1. Zod schema (`packages/shared-types/src/schemas/<entity>.schema.ts`) - Export a `Create<Entity>Schema` (input validation) - Export an `Update<Entity>Schema` (partial of create, all fields optional) - Export a `<Entity>ResponseSchema` (output shape, includes `_id

Installation

Installs to ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-api-endpoint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-api-endpoint && curl -fsSL https://raw.githubusercontent.com/hoangsonww/WealthWise-Finance-Tracker/HEAD/.claude/skills/api-endpoint.md -o ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-api-endpoint/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository