.claude/skills/add-feature/SKILL.md
Build a complete vertical slice for a new feature — Prisma model + API route + react-query hook + UI page + sidebar entry + vault Features note. Use when the user asks for "a full new feature", "add X end-to-end", or "scaffold a feature".
npx skillsauth add malhajri07/real-estate-CRM-project add-featureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The big one. Use this when the user asks for a brand-new feature, not just a tweak. It chains the smaller scaffold skills in the right order and ensures the vault and memory stay in sync.
If any of these are missing, ask before scaffolding. Do not guess the data model.
Follow this order — earlier steps unblock later ones:
/add-prisma-model for each new table. Push and generate./add-api-route for each route. Verify org isolation./add-react-query for each endpoint the UI will call./add-page for each new screen. Wire it to the hooks.apps/api/seed.ts.apps/web/tests/e2e/.Aqarkom_Knowledge/Features/{Feature Name}.md (use sibling Features notes as templates)Aqarkom_Knowledge/Architecture/Database Schema.md and API Routes.md/add-adrfeedback or project memory if the user gave guidance during the build (e.g., "always do X this way")./commit-and-track so the changelog and timeline stay current./typecheck clean/audit-org-isolation clean/audit-rtl cleanHome.mdtesting
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.