worktree-new
Create a new git worktree with isolated ports for parallel development. Use this skill when the user wants to spin up an isolated development environment with its own branch, port offsets, and environment config. Handles branch creation, port allocation, env copying, and dependency installation.
Repository SourceNeeds Review
technical-writer
Write technical documentation, blog articles, code reviews, and product writeups in a storytelling style that's direct, humble, and problem-first.
Use this skill whenever the user wants to publish articles, write technical reviews, document processes, or explain systems in a way that's concrete and human. This includes API docs, how-to guides, product comparisons, incident postmortems, feature writeups, and code reviews. The skill applies whether you're writing for public blogs, internal teams, or personal knowledge vaults. Provide both public-facing (slightly more scaffolding) and internal (tighter) versions when requested.
Repository SourceNeeds Review
prisma-schema
Create or modify Prisma schema for new entities using multi-schema by default. Use this skill when the user wants to define database models, add tables, create migrations, or design a schema with proper field types, relations, indexes, and conventions. Triggers on "prisma schema", "add model", "create table", "database schema", "define entity", or when the user mentions Prisma and needs a model defined. Covers multi-schema, soft deletes, high-precision decimals, snake_case mapping, UUID primary keys, and relation patterns.
Repository SourceNeeds Review
ts-review
Review TypeScript code for quality, security, and correctness. Use this skill when the user asks for a code review, wants feedback on a PR or diff, or says "review this". Covers architecture, security, error handling, database patterns, type safety, and code quality. Produces categorized findings: critical issues, improvements, suggestions, and positive notes. Also triggers on phrases like "check this code", "what do you think of this", or "any issues with".
Repository SourceNeeds Review