ahonn/dotfiles

💎 My vim/neovim, claude code, nix, git, and tmux configuration files

62Stars on the repository
39Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ahonn/dotfiles

Skill Claude CodeCodex

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…

not rated 62 4d ago A 98 tokens copy · 100% MIT

apple-design

02

ahonn/dotfiles

Skill Claude CodeCodex

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…

not rated 62 4d ago A 80 tokens copy · 100% MIT

branch

03

ahonn/dotfiles

Skill Claude CodeCodex

Create git branches named by conventional-commit type: / . Use when: creating any new git branch, starting work that needs a branch, or naming a branch. Triggers on: 'create branch', 'new branch', 'branch off', 'checkout -b', '/branch'.

not rated 62 4d ago A 64 tokens original MIT

code-quality

04

ahonn/dotfiles

Skill Claude CodeCodex

Code quality standards. Defines complexity management, modular design, code smell detection, comment standards. Applied automatically when writing or reviewing code. Invoke directly to clean up comments in a file. Triggers on: 'clean up comments', 'comment cleanup', '/code-quality'.

not rated 62 4d ago A 56 tokens original MIT

codebase-design

05

ahonn/dotfiles

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

not rated 62 4d ago A 57 tokens copy · 100% MIT

commit

06

ahonn/dotfiles

Skill Claude CodeCodex

Create conventional commits. Use when: committing staged changes. Triggers on: '/commit', 'conventional commit'.

not rated 62 4d ago A 25 tokens original MIT

emil-design-eng

07

ahonn/dotfiles

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

not rated 62 4d ago A 35 tokens copy · 97% MIT

english-mode

08

ahonn/dotfiles

Skill Claude CodeCodex

Toggle English-only mode. Forces English input and provides grammar feedback. Use when: '/english', 'english mode', 'toggle english'.

not rated 62 4d ago A 30 tokens original MIT

ahonn/dotfiles

Skill Claude CodeCodex

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use…

not rated 62 4d ago B 78 tokens copy · 94% MIT

find-skills

10

ahonn/dotfiles

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

not rated 62 4d ago A 67 tokens copy · 81% MIT

grilling

11

ahonn/dotfiles

Skill Claude CodeCodex

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

not rated 62 4d ago A 38 tokens copy · 100% MIT

handoff

12

ahonn/dotfiles

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

not rated 62 4d ago A 19 tokens copy · 88% MIT

improve-animations

13

ahonn/dotfiles

Skill Claude CodeCodex

Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not apply them. Use when the user asks to "improve the…

not rated 62 4d ago B 97 tokens copy · 100% MIT

investigate

14

ahonn/dotfiles

Skill Claude CodeCodex

Systematic root-cause debugging. Use when: diagnosing bugs, investigating failures, debugging flaky tests, tracing unexpected behavior. Triggers on: '/investigate', 'debug this', 'why is this failing', 'find the root cause', 'flaky test'.

not rated 62 4d ago A 56 tokens original MIT

ios-app-design

15

ahonn/dotfiles

Skill Claude CodeCodex

Apple Human Interface Guidelines + iOS 26 Liquid Glass design system reference.

not rated 62 4d ago A 105 tokens original MIT

nix-darwin

16

ahonn/dotfiles

Skill Claude CodeCodex

Three-layer system: darwin modules (system) → home-manager (user) → homebrew (GUI apps).

not rated 62 4d ago B 67 tokens original MIT

no-useeffect

17

ahonn/dotfiles

Skill Claude CodeCodex

Enforce a strict ban on direct useEffect calls in React code. Replace with derived state, event handlers, data-fetching libraries, useMountEffect, or key-based remounting. Use when: (1) Writing new React components, (2) Reviewing React code for effect usage, (3) Refactoring existing useEffect calls, (4) AI agent is…

not rated 62 4d ago A 113 tokens original MIT

prototype

18

ahonn/dotfiles

Skill Claude CodeCodex

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

not rated 62 4d ago A 39 tokens copy · 73% MIT

ahonn/dotfiles

Skill Claude CodeCodex

React best practices from react.dev and Vercel. Use when: (1) Reviewing React code, (2) Debugging performance issues, (3) Optimizing bundle size, (4) Writing effects or state logic. Triggers on: React performance, re-render, bundle size, waterfalls, code splitting, memo, useCallback, useMemo, useEffect, SSR flicker…

not rated 62 4d ago A 103 tokens original MIT

ahonn/dotfiles

Skill Claude CodeCodex

Use when you need to resolve an in-progress git merge/rebase conflict.

not rated 62 4d ago A 23 tokens copy · 100% MIT

review-animations

21

ahonn/dotfiles

Skill Claude CodeCodex

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

not rated 62 4d ago A 34 tokens copy · 97% MIT

ahonn/dotfiles

Skill Claude CodeCodex

Rust idioms and design patterns for writing idiomatic code. Use when: (1) Writing new Rust code, (2) Reviewing Rust code, (3) Solving borrow checker issues, (4) Designing Rust APIs. Triggers on: Rust ownership problems, lifetime errors, API design questions, 'how to do X idiomatically in Rust'.

not rated 62 4d ago A 77 tokens original MIT

self-review

23

ahonn/dotfiles

Skill Claude CodeCodex

Self-review of code changes (branch diff, staged, or uncommitted). Use when: reviewing code before pushing, checking diff quality, self-reviewing a PR, creating a PR (always use --peer), reviewing uncommitted work. Triggers on: '/self-review', 'review my changes', 'review this branch', 'self-review', 'pre-push…

not rated 62 4d ago A 102 tokens original MIT

seo-audit-full

24

ahonn/dotfiles

Skill Claude CodeCodex

Advanced full SEO audit skill. Runs its own full workflow from local scripts, including the basic SEO checks plus PageSpeed, social metadata, and advanced review modules when available.

not rated 62 4d ago A 39 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: