My personal directory of skills for Claude Code.
-
ts-repo-setup — TypeScript repository setup and development conventions. Covers package manager choice, git/commit standards, linting, dependency management, supply chain risk mitigation, coding conventions, local dev server setup (portless), and preferred tech stack.
npx skills@latest add drenther/skills/ts-repo-setup
-
state-management — Opinionated state management guidelines for TypeScript/React apps. Covers core modeling principles, a decision order for where each piece of state belongs (useState, URL state via @tanstack/router, @tanstack/query for server state and caching, @tanstack/form, @xstate/store, xstate for finite states and actor-model logic, atoms as a rare exception), and anti-patterns to flag in reviews.
npx skills@latest add drenther/skills/state-management
-
soloterm — Drive the Solo (soloterm) terminal workspace through its MCP tools. Covers the full tool surface — projects, processes, output, port/service readiness, agent spawning, scratchpads, todos, timers, locks, key-value state, prompts and resources, and
solo.yml— plus lead/worker orchestration patterns and the durable memory layer.npx skills@latest add drenther/skills/soloterm