Skill Claude CodeCodex
Check the current branch name against convention (type/short-description) and rename it if it drifted.
Skill Claude CodeCodex
Check the current branch name against convention (type/short-description) and rename it if it drifted.
Skill Claude CodeCodex
Studs every function of a planned feature in its real file as a runnable walking-skeleton (fake data, real wiring), so names, placement and contracts are reviewable before any real logic is written. Lays the skeleton, then checkpoints for review.
Skill Claude CodeCodex
Writing style guide for Jason Warren. Applies whenever writing or editing substantive prose for Jason: drafting sections, reports, documentation or rewriting passages.
Skill Claude CodeCodex
Jason's placement, invocation and metadata conventions for creating or editing skills.
Skill Claude CodeCodex
Empathy-driven design: think through how real people experience the software; surface and challenge assumptions.
Skill Claude CodeCodex
Passive ethical review: manipulation, accessibility, privacy, sustainability in user-facing features.
Skill Claude CodeCodex
Anti-scope-creep. Forces the question: what is the smallest thing that delivers value?
Skill Claude CodeCodex
Type-safe API design: Zod validation, Result types, SvelteKit endpoints, middleware patterns.
Skill Claude CodeCodex
Polyglot persistence: when to use relational, graph or document databases; integration patterns.
Skill Claude CodeCodex
Model-first design: map entities, relationships and boundaries before writing code.
Skill Claude CodeCodex
Frontend styling: layout debugging, style consistency, CSS best practices for Svelte/SvelteKit.
Skill Claude CodeCodex
Git workflow: branch management, commit conventions, PR patterns, conflict resolution.
Skill Claude CodeCodex
Pragmatic testing with Vitest: risk-based strategy, Svelte component testing, test-after development.
Skill Claude CodeCodex
Neo4j and Cypher: graph schema design, query patterns, performance optimisation, PostgreSQL integration.
Skill Claude CodeCodex
OpenTUI terminal UI library reference: @opentui/core, terminal UIs, renderables, Yoga layouts, Zig-native rendering.
Skill Claude CodeCodex
Svelte 5 and SvelteKit: runes reactivity, component composition, routing, data loading, form handling.
Skill Claude CodeCodex
Split uncommitted changes into granular commits.
Skill Claude CodeCodex
Generate a commit message. If nothing staged, stage all changes.
Skill Claude CodeCodex
Achieve the stated outcome with the smallest change that satisfies it.
Skill Claude CodeCodex
Plan a non-trivial feature by interviewing to resolve unknowns, then studding every function as a runnable walking-skeleton (fake data, real wiring) so names, placement and contracts can be reviewed before any real logic is written. Stops for review; fill is a separate pass.
Skill Claude CodeCodex
Build or update the changelog from conventional commits and project it to every surface the project uses.
Skill Claude CodeCodex
Create or update a README for the project root or any directory.
Skill Claude CodeCodex
Record a durable fact about a person Jason works with, in their own dossier file.
Skill Claude CodeCodex
Summarise Claude Code's own CHANGELOG.md, filtered and grouped for what actually matters to Jason.