Skills inventory — 58 total
Resolution order: Notes (category=skill) → .claude/skills/{name}/SKILL.md (workspace) → ~/.claude/skills/{name}/SKILL.md (user-level).
⚠️ Always-on / always-applied (no slash command needed)
1. caveman (note_1776826615122)
Status: ALWAYS ON, every response, every session.
- Cuts token usage ~75% by stripping articles, filler, pleasantries, hedging
- Default intensity: full
- Deactivate ONLY on explicit
stop caveman/normal mode/disable caveman/verbose mode - Variants:
caveman-commit(conventional commits),caveman-compress(compress files),caveman-review(one-line code review findings) - See caveman-mode for full rule
2. karpathy-vault (~/.claude/skills/karpathy-vault/)
Status: ALWAYS ON via session-start protocol.
- Persistent Obsidian-style markdown vault for cross-session memory
- Reference: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
- Boot:
cat .wiki/index.md→grep "^## \[" .wiki/log.md | tail -10→ MemorySearch - Auto-write: decisions, configs, projects mentioned 2+ times, user prefs, failure modes
- See karpathy-method + session-start-protocol
🎨 Auto-invoke (triggered by intent)
3. huashu-design (~/.claude/skills/huashu-design/, 32MB)
Status: AUTO-INVOKE on visual-design output requests.
- Hi-fi HTML prototypes, slide decks, motion design (MP4/GIF), App mockups, design variants, infographics
- HARD RULE: WebSearch-verify any factual product/version claim BEFORE generating
- Triggers: prototype, mockup, demo, slide deck, animation, app prototype, design variants, design philosophy advisor, 5-dimension expert review, all CN equivalents (做原型, 设计Demo, etc.)
- NOT for: production web apps, SEO sites → use
impeccableinstead
4. impeccable (~/.claude/skills/impeccable/, v3.0.4)
Status: AUTO-PICK subcommand, never ask which one. Production-grade frontend interfaces. User pref: pick the right subcommand by intent, don’t ask.
| Intent | Subcommand |
|---|---|
| design / build / redesign UI | craft (or shape first if no brief) |
| review / check this design | critique |
| audit / find issues / a11y / perf | audit |
| polish / final pass / ship-ready | polish |
| make bolder / more interesting | bolder |
| make quieter / tone down | quieter |
| strip / simplify | distill |
| edge cases / errors / i18n | harden |
| first-run / empty states | onboard |
| add motion / animate | animate |
| add color | colorize |
| fix fonts / typography | typeset |
| fix layout / spacing | layout |
| add joy / delight | delight |
| wow effects / extraordinary | overdrive |
| improve unclear copy | clarify |
| responsive / different devices | adapt |
| perf / speed up | optimize |
| iterate live in browser | live |
| extract components / tokens | extract |
| bootstrap PRODUCT.md / setup | teach |
| document existing project | document |
| ambiguous frontend ask | craft (default) |
Setup gates (non-optional): Context (load via scripts/load-context.mjs) → Product (PRODUCT.md exists) → Command (subcommand reference loaded) → Craft (user-confirmed shape brief) → Image (visual probes generated or skipped with reason) → Mutation (all gates pass).
Run /impeccable teach first if PRODUCT.md missing on target project.
Used to ship Corone DS Quiet Premium (commit 2a1ac51, 2026-04-30) + base for Curva DS v2 (CRV-35, PR #1012, 2026-05-01).
🌐 gstack ecosystem (~/.claude/skills/gstack/, 1.5GB meta-skill)
Headless browser harness for QA testing and site dogfooding. Contains ~50 sub-skills (most listed individually below since they’re separate ~/.claude/skills/{name}/ symlinks too).
Triggers: “browse this page”, “take a screenshot”, “navigate to URL”, “inspect the page”, “test responsive layout”, “verify deployment”.
📦 Other user-level skills (full list)
Planning + design review
- autoplan — auto-generate task plans
- plan-ceo-review — CEO-level plan review
- plan-design-review — design plan review
- plan-devex-review — developer experience plan review
- plan-eng-review — engineering plan review
- plan-tune — tune existing plan
- plan-first (note) — plan before code
Design (parallel to impeccable / huashu)
- design-consultation — design advisory
- design-html — HTML-based design output
- design-review — review existing designs
- design-shotgun — generate many design candidates fast
Code quality + review
- review — general code review
- devex-review — developer experience review
- careful — high-care mode
- guard — defensive coding pass
- qa, qa-only — QA workflows
- debug-methodically (note) — methodical debug
- investigate — deep investigation
Browser / testing
- browse, browser-harness — browser automation
- connect-chrome, open-gstack-browser — open existing Chrome
- scrape — scrape sites
- setup-browser-cookies — browser cookie setup
Memory + context
- context-save, context-restore — checkpoint context
- memory-save-habit (note) — save important info pattern
- llm-wiki (note) — LLM wiki management
Ship + deploy
- ship — ship a feature
- land-and-deploy — land + deploy
- document-release — document a release
- landing-report — landing report
Setup
- setup-deploy — deploy setup
- setup-gbrain — gbrain setup
- skillify — turn workflow into skill
Lifecycle
- freeze, unfreeze — pause/resume work
- gstack-upgrade — upgrade gstack itself
- canary — canary deploy
- health — health check
Learning + retro
- learn — learn a topic
- retro — retrospective
- office-hours — Q&A session
- pair-agent — paired AI agent
Misc
- codex — codex/ChatGPT bridge (also via MCP)
- cso — chief sec/strategy officer mode
- make-pdf — generate PDF
- benchmark, benchmark-models — benchmark tasks/models
Workspace-level skills (per-project)
Both /var/www/corone.monster/.claude/skills/ and /var/www/kebahagiaan.corone.monster/.claude/skills/ have:
debug-issue.md— systematic debug via knowledge graphexplore-codebase.md— codebase explorationrefactor-safely.md— safe refactorreview-changes.md— review pending changes
Notes-based skills (category=skill)
Created via NoteWrite category=skill — partial title match invocation:
- caveman (always-on)
- caveman-commit, caveman-compress, caveman-review
- plan-first
- debug-methodically
- memory-save-habit
- llm-wiki
Invocation
User triggers via slash command (e.g. /impeccable craft button, /huashu-design 做个app原型, /karpathy-vault). Skill name partial match works.
Cross-refs
- caveman-mode — full caveman rule
- karpathy-method — vault methodology
- corone-design-system — DS shipped via /impeccable