PanPanFR/oh-my-kilo

A curated Kilo Code configuration pack with specialized agents, skills, rules, and knowledge-graph tooling.

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

caveman

01

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts 65% of output tokens while keeping full technical accuracy by speaking like a caveman. Use when user wants terse, token-efficient replies or asks for 'caveman mode'.

not rated 11 13d ago A 47 tokens original MIT

clean-code

02

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." Trigger with "clean code", "code review", "review code quality", "refactor for readability", "naming conventions", "function size", or when reviewing code for quality…

not rated 11 13d ago A 82 tokens original MIT

cloudflare

03

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Unified Cloudflare platform skill: Workers, Durable Objects, Wrangler CLI, KV, D1, R2, AI, Vectorize, Queues, Workflows, Containers, Pipelines, Secrets Store, Agents SDK, Pages, security (WAF, DDoS, Turnstile), networking (Tunnel, Spectrum), IaC (Terraform, Pulumi). Use for any CF task. Retrieval-first.

not rated 11 13d ago A 85 tokens original MIT

code-review

04

PanPanFR/oh-my-kilo

Skill Codex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

not rated 11 13d ago A 94 tokens copy · 91% MIT

codebase-design

05

PanPanFR/oh-my-kilo

Skill Codex

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 11 13d ago A 57 tokens copy · 100% MIT

documentation

06

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", "API docs", "architecture doc", or when the user needs help with any form of technical writing. Also use when writing README, CHANGELOG, or any markdown documentation.…

not rated 11 13d ago A 80 tokens original MIT

executing-plans

07

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

not rated 11 13d ago A 22 tokens copy · 81% MIT

git-commit

08

PanPanFR/oh-my-kilo

Skill Claude Code

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

not rated 11 13d ago A 87 tokens copy · 100% MIT

graphify

09

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

not rated 11 13d ago B 76 tokens copy · 92% MIT

grilling

10

PanPanFR/oh-my-kilo

Skill Codex

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 11 13d ago A 38 tokens copy · 91% MIT

handoff

11

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

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

not rated 11 13d ago A 19 tokens copy · 88% MIT

ponytail-audit

12

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…

not rated 11 13d ago A 105 tokens copy · 89% MIT

ponytail-review

13

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…

not rated 11 13d ago A 100 tokens copy · 97% MIT

ponytail

14

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Lazy senior dev mode. YAGNI extremist — deletion before addition, shortest working diff wins. Use before writing code: challenge the requirement, reuse, stdlib, one-liner, then minimum code. Mark deliberate simplifications with a ponytail: comment.

not rated 11 13d ago A 56 tokens original MIT

pwa-development

15

PanPanFR/oh-my-kilo

Skill Claude Code

Progressive Web Apps - service workers, caching strategies, offline, Workbox.

not rated 11 13d ago A 19 tokens copy · 100% MIT

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

not rated 11 13d ago A 21 tokens copy · 100% MIT

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code.

not rated 11 13d ago A 17 tokens copy · 100% MIT

ui-design

19

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

UI/UX design intelligence for web and mobile. Trigger with "design UI", "create component", "build landing page", "build dashboard", "choose color", "pick font", "check accessibility", "review UX", "add animation", "responsive design", "dark mode", or when designing new pages, creating UI components, choosing color…

not rated 11 13d ago A 94 tokens original MIT

vercel-react

20

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

React/Next.js performance optimization + composition patterns from Vercel Engineering. Covers 70+ rules: eliminating waterfalls, bundle optimization, server performance, re-render optimization, rendering performance, JS performance, advanced patterns, plus compound components, state management, React 19 APIs. Use for…

not rated 11 13d ago A 73 tokens original MIT

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

not rated 11 13d ago A 43 tokens copy · 100% MIT

web-perf

22

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Deep Core Web Vitals and page speed audit using Chrome DevTools MCP. Measures LCP, INP, CLS, FCP, TTFB, TBT, Speed Index. Identifies render-blocking resources, network chains, layout shifts, caching issues, accessibility gaps. Use for performance audit, optimization, Lighthouse scores, site speed. Biases towards…

not rated 11 13d ago A 81 tokens original MIT

writing-plans

23

PanPanFR/oh-my-kilo

Skill Claude CodeCodex

Use when you have a spec or requirements for a multi-step task, before touching code.

not rated 11 13d ago A 21 tokens copy · 88% 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: