.claude/skills/start-dev/SKILL.md
Start the full local dev environment — frontend, backend, and database — and surface anything that's broken on startup. Use when the user says "start the app", "run dev", or you need a working environment to test a change.
npx skillsauth add malhajri07/real-estate-CRM-project start-devInstall 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.
Boot the project locally and verify everything is healthy.
30003001 (verify in apps/api/.env or apps/api/server.ts)5432
If a port is taken, ask before killing — it might be the user's other shell.pg_isready -h localhost -p 5432
If not, start it (brew services start postgresql@16 or whatever the project uses)..env exists at the API root and has DATABASE_URL. If missing, ask before guessing.cd data/schema && npx prisma generate
run_in_background: true:
cd apps/api && npm run dev
Wait ~3 seconds, then read the background output to confirm it bound to its port and connected to DB.run_in_background: true:
cd apps/web && npm run dev
npm install automatically — only if a startup error explicitly says a module is missingtesting
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.