Skill catalog¤
Everything the public humblSKILLS registry currently ships. Install any of them with:
Or browse them interactively — humblskills search with no query opens a
fuzzy-searchable browser, grouped by the categories below.
This page is generated from registry.json
at docs build time, so it always matches the released registry.
Development¤
| Skill | Version | What it does |
|---|---|---|
analyze-smart-ml-system-design |
2.0.3 | Drive an ML system design from an ambiguous prompt to a production-minded solution with a 6-step framework (problem framing, high-level design, data and features, modeling, inference and evaluation, deep dives). |
analyze-smart-system-design |
2.0.3 | Drive a system design interview from a blank prompt to a simple, complete, defensible design using a 6-step framework (requirements, core entities, API, optional data flow, high-level design, deep dives). |
smart-commit |
1.0.3 | Inspect the working tree, group pending changes into atomic related buckets, and author one conventional commit per bucket. |
smart-orchestrate |
1.2.0 | Run a frontier-parent / cost-optimized-worker orchestration pattern across the Claude, Codex, and Cursor CLIs: plan on a strong model, isolate in a worktree, dispatch bounded briefs to cheaper worker agents, and verify the whole. |
smart-upload-thing |
1.0.3 | Drive the UploadThing REST API end-to-end from the shell: authenticate with an API key, upload files (v7 prepareUpload + ingest PUT), download by key or URL, and list, delete, rename, set ACLs, or read usage. |
smart-worktree-flow |
1.1.0 | Run a worktree-first development workflow from intent gathering through feature PR, develop merge, main merge, release PR, brew verification, and cleanup. |
Design¤
| Skill | Version | What it does |
|---|---|---|
better-accessibility ↗ |
1.0.0 | Review product interfaces for keyboard, semantic, form, screen-reader, target-size, motion, and zoom accessibility. |
better-colors ↗ |
1.0.0 | Review and design color systems using existing semantic tokens, measured contrast, gamut-aware palettes, and OKLCH when appropriate. |
better-interface ↗ |
1.0.0 | Orchestrate a holistic interface review across better-accessibility, better-layout, better-writing, better-typography, better-colors, and better-ui. |
better-layout ↗ |
1.0.0 | Review layout structure, grouping, alignment, reading order, responsive behavior, localization, and RTL resilience. |
better-typography ↗ |
1.0.0 | Review web typography for font selection, hierarchy, spacing, wrapping, rendering, and accessible text behavior. |
better-ui ↗ |
1.0.0 | Review interface polish across surfaces, icons, interaction states, animation details, and rendering performance. |
better-writing ↗ |
1.0.0 | Review user-facing interface copy for clarity, consistency, actionability, localization safety, and appropriate tone. |
create-smart-html |
0.1.0 | Gather requirements, then generate a sleek, zero-dependency, single-file HTML page (inline CSS/JS, system-stack typography, no CDNs) that is print-faithful on US Letter paper — portrait or landscape — and export it to PDF with headless Google Chrome. |
create-smart-scroll-animation |
0.1.3 | Generates a production-grade React/Next.js scroll-driven canvas hero from an MP4. |
create-smart-video-transition |
1.0.3 | Generates the prompts needed to produce a video transition between two frames: Prompt A (start image), Prompt B (end image), and Prompt C (video transition, decomposed into exact 2-second blocks). |
smart-animation |
0.5.0 | Professional, performance-first frontend animation and transition guidance that routes by the codebase you are in (HTML, CSS, JavaScript, TypeScript, React) and by ready-made libraries (thinking-orbs, border-beam, metal-fx, liquid-gooey, transitions.dev, Canvas UI, Motion/Framer Motion, React Bits, Beautiful UI). |
smart-frontend-design ↗ |
1.1.0 | Create distinctive, production-grade frontend interfaces with a synthesized design system and one style-defining intake question. |
Writing¤
| Skill | Version | What it does |
|---|---|---|
smart-humanize-text |
2.0.3 | Strip AI-generated writing patterns from text to make it sound authentically human. |
Meta (skill authoring & project setup)¤
| Skill | Version | What it does |
|---|---|---|
smart-claude-init |
0.1.3 | Interview the user relentlessly, one question at a time with a recommended answer for each, to produce a clean iterated CLAUDE.md for a new project. |
smart-handoff |
1.0.0 | Capture a running agentic session - objective, verified vs assumed progress, next steps, artifacts, gotchas, secrets access - into one portable handoff markdown file another agent, harness, or agent team can pick up cold. |
smart-skill |
1.2.0 | Scaffold production-grade humblSKILLS with progressive disclosure, self-learning memory (patterns/decisions/session log), and lint tooling. |
22 skills in the registry.
Legend¤
- Version - the skill package version, independent of the CLI version.
humblskills updatecompares your installed copy against this. - ↗ mirrored - the skill is a distillation of an upstream source, with the original preserved verbatim inside the skill. See provenance for mirrored skills.
Every skill here targets Claude Code, Cursor, and Codex, and can also be exported as a Claude Desktop zip.
Adding your own¤
Skills are directories with a SKILL.md. To author one, install the
smart-skill scaffolder:
Then see Registry & skill format for the frontmatter humblSKILLS understands.