Skill Catalog
CLI-JAW ships 230 skills across 11 categories. 30 are active by default (injected into the system prompt); the remaining 200 are reference skills available on demand via jaw skill install.
/skill list for the slash-command version.
Quick Commands
jaw skill list
jaw skill install <name>
jaw skill remove <name>
jaw skill info <name>
jaw skill reset
/skill list
How Skills Work
Each skill lives in a directory with a SKILL.md file. Active skills are injected into the agent's system prompt via getSystemPrompt(). Reference skills appear in the "available skills" list so the agent knows they exist but does not load their content until activated.
# Active skills directory
~/.cli-jaw/skills/
dev/SKILL.md
browser/SKILL.md
memory/SKILL.md
...
# Reference skills directory
~/.cli-jaw/skills_ref/
registry.json
cloudflare/SKILL.md
docker/SKILL.md
...
Employee prompts (getEmployeePromptV2()) inject role-specific and phase-specific skills automatically. A "Frontend" employee gets dev-frontend; during the Check phase, employees get dev-testing.
Skill Directory
Search by name, description, or category. Use the dropdown to filter by category or status.
Showing 230 of 230 skills
| Skill Name | Category | Description | Status | |
|---|---|---|---|---|
| 🔧 | dev | Development | Common development guide. Modular dev, self-reference patterns, skills_ref exploration, changelog. | Active |
| 🏗️ | dev-architecture | Development | Canonical owner of module boundary rules, circular dependency detection/prevention, implicit coupling taxonomy, barrel/re-export discipline, and boundary-only defensive programming. Referenced by dev, dev-code-reviewer, dev-backend, dev-frontend stubs. | Active |
| ⚙️ | dev-backend | Development | Backend role guide. Express.js patterns, SQLite, error handling, security basics. | Active |
| 🔍 | dev-code-reviewer | Development | Code review guide. Review process, quality thresholds, antipatterns, giving/receiving feedback. Available to all agents. | Active |
| 📊 | dev-data | Development | Data role guide. ETL pipelines, CSV/JSON processing, SQL queries, analysis. | Active |
| 🐛 | dev-debugging | Development | This skill is the thinking process for fixing bugs. It enforces a structured | Active |
| 🚀 | dev-devops | Development | Container builds, deploy pipelines, Kubernetes, IaC, SRE foundations, edge/serverless, ML infra. | Active |
| 🎨 | dev-frontend | Development | Frontend role guide. Unique UI/UX implementation, component design, aesthetic standards. | Active |
| 🎯 | dev-pabcd | Development | PABCD orchestration workflow for structured multi-step development with human checkpoints between phases. | Active |
| 🏗️ | dev-scaffolding | Development | Scaffold projects following the Lidge Standard: feature-based layout, colocation, barrel exports, devlog structure. | Active |
| 🛡️ | dev-security | Development | Treat security as a build constraint, not a cleanup step. | Active |
| 🧪 | dev-testing | Development | Debugging phase only. Playwright web app testing, recon-action pattern. | Active |
| 🎯 | dev-uiux-design | Development | UI/UX intent discovery, design vocabulary, product personalities, and UX state patterns. Use when user design direction is vague, when building onboarding/empty/error states, or when referencing a product aesthetic. | Active |
| 🐙 | github | Dev Tools | GitHub gh CLI integration: issues, PRs, CI, code review, API + PR comments, CI debugging, auto-fix. | Active |
| 🎯 | goal | Dev Tools | Goal execution guidelines: PABCD integration, verification tiers, documentation workflow, AI-driven planning. | Active |
| 🧩 | structured-renderers | Dev Tools | Native Web UI structured renderer schemas for compose-block drafts, search-results cards, dataframe tables, chart-json charts, and diff output. | Active |
| 📊 | agent-eval | Dev Tools | A lightweight CLI tool for comparing coding agents head-to-head on reproducible tasks. Every "which coding agent is best?" comparison runs on vibes... | Reference |
| 🏗️ | agent-harness-construction | Dev Tools | Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion. | Reference |
| 💻 | agent-repl | Dev Tools | Manage persistent REPL sessions for multi-turn agent conversations. | Reference |
| 🧙 | agent-setup-wizard | Dev Tools | An interactive, step-by-step installation wizard for skill and rule libraries. Guides users through selective installation of skills and rules, ver... | Reference |
| 🤖 | agentic-engineering | Dev Tools | Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls. | Reference |
| 🤖 | agents-sdk | Dev Tools | Cloudflare Workers AI Agents SDK usage guide. | Reference |
| 🧠 | ai-first-engineering | Dev Tools | Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation. | Reference |
| 📱 | android-clean-architecture | Dev Tools | Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data lay... | Reference |
| 📐 | api-design-reviewer | Dev Tools | REST API design review: naming conventions, HTTP methods, pagination, error formats, versioning, breaking changes, rate limiting. | Reference |
| 📐 | architecture-decision-records | Dev Tools | Capture architectural decisions as they happen during coding sessions. Instead of decisions living only in Slack threads, PR comments, or someone's... | Reference |
| 🔄 | autonomous-loops | Dev Tools | Patterns, architectures, and reference implementations for running Claude Code autonomously in loops. Covers everything from simple `claude -p` pip... | Reference |
| 📘 | blueprint | Dev Tools | Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. | Reference |
| 💡 | brainstorming | Dev Tools | Pre-coding idea refinement → design document creation (obra/superpowers). | Reference |
| 🔥 | bun-runtime | Dev Tools | Bun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner. | Reference |
| 🚚 | carrier-relationship-management | Dev Tools | You are a senior transportation manager with 15+ years managing carrier portfolios ranging from 40 to 200+ active carriers across truckload, LTL, i... | Reference |
| 📰 | changelog-generator | Dev Tools | git commit → changelog/release notes generation. | Reference |
| 🤖 | claude-api | Dev Tools | Build applications with the Anthropic Claude API and SDKs. | Reference |
| ⚓ | claude-devfleet | Dev Tools | Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktr... | Reference |
| 🗄️ | clickhouse-io | Dev Tools | ClickHouse-specific patterns for high-performance analytics and data engineering. | Reference |
| ☁️ | cloudflare-deploy | Dev Tools | Deploy to Cloudflare Workers/Pages. wrangler CLI. | Reference |
| 🗺️ | codebase-onboarding | Dev Tools | Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting u... | Reference |
| 🗺️ | codebase-orientation | Dev Tools | Project entrypoint/module/build mapping. Onboarding guide. | Reference |
| 📱 | compose-multiplatform-patterns | Dev Tools | Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, nav... | Reference |
| ⚙️ | config-file-explainer | Dev Tools | Config file structure/keys/defaults explanation. | Reference |
| 🔑 | content-hash-cache-pattern | Dev Tools | Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-base... | Reference |
| 📏 | context-budget | Dev Tools | Analyze token overhead across every loaded component in an agent session and surface actionable optimizations to reclaim context space. | Reference |
| 🗜️ | context-compression | Dev Tools | Context compression strategies. Long session optimization. | Reference |
| ♾️ | continuous-agent-loop | Dev Tools | Patterns for structuring long-running agent workflows with loop selection, quality gates, and failure recovery. | Reference |
| 📚 | continuous-learning | Dev Tools | Evaluate agent sessions on completion to extract reusable patterns saved as learned skills. | Reference |
| 📚 | continuous-learning-v2 | Dev Tools | An advanced learning system that turns agent sessions into reusable knowledge through atomic "instincts" — small learned behaviors with confidence ... | Reference |
| 💰 | cost-aware-llm-pipeline | Dev Tools | Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a c... | Reference |
| 🔷 | cpp-coding-standards | Dev Tools | Coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines. Enforces type safety, resource safety, immutability, and clarity. | Reference |
| 🧪 | cpp-testing | Dev Tools | Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest. | Reference |
| 🛃 | customs-trade-compliance | Dev Tools | You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit ... | Reference |
| 🕷️ | data-scraper-agent | Dev Tools | Build a production-ready, AI-powered data collection agent for any public data source. | Reference |
| 🏗️ | data-structure-chooser | Dev Tools | Data structure time/space tradeoff recommendations. | Reference |
| 🗃️ | database-designer | Dev Tools | Schema design, normalization (1NF–BCNF), index optimization, migration strategies, partitioning, database selection guide. | Reference |
| 🔀 | database-migrations | Dev Tools | Safe, reversible database schema changes for production systems. | Reference |
| ✅ | debugging-checklist | Dev Tools | Reproduce → isolate → log → hypothesis verification debugging checklist. | Reference |
| 🐛 | debugging-helpers | Dev Tools | Systematic debugging helpers. | Reference |
| 🔬 | deep-research | Dev Tools | Multi-step research agent. Search → analyze → summarize. | Reference |
| 📦 | dependency-install-helper | Dev Tools | Platform-specific dependency installation steps + verification commands. | Reference |
| 🚀 | deployment-patterns | Dev Tools | Production deployment workflows and CI/CD best practices. | Reference |
| 🎮 | develop-web-game | Dev Tools | Web game development + Playwright test loop. | Reference |
| 🔎 | differential-review | Dev Tools | Security-focused diff review. Analyze security impact of code changes. | Reference |
| 🔀 | dispatching-parallel-agents | Dev Tools | Parallel sub-agent dispatch patterns. | Reference |
| 🐍 | django-patterns | Dev Tools | Production-grade Django architecture patterns for scalable, maintainable applications. | Reference |
| 🔒 | django-security | Dev Tools | Security guidelines for Django applications covering common vulnerabilities and hardening practices. | Reference |
| 🔴 | django-tdd | Dev Tools | Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework. | Reference |
| ✅ | django-verification | Dev Tools | Run a structured verification pipeline before PRs, after major changes, or pre-deploy. Catches migration, quality, security, and config issues. | Reference |
| 🐳 | docker-patterns | Dev Tools | Docker and Docker Compose best practices for containerized development. | Reference |
| 📖 | documentation-lookup | Dev Tools | When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools `resolve-library-id` and `query-do... | Reference |
| 💾 | durable-objects | Dev Tools | Cloudflare Durable Objects (RPC+SQLite+WebSocket) stateful workers. | Reference |
| ⚡ | energy-procurement | Dev Tools | You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities across regulated and dereg... | Reference |
| 🏢 | enterprise-agent-ops | Dev Tools | Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions. | Reference |
| 💬 | error-message-explainer | Dev Tools | Compiler/runtime error → cause + fix suggestions. | Reference |
| 📊 | eval-harness | Dev Tools | Evaluation framework for agent-assisted workflows. Define expected behavior before implementation, run evals continuously, and track regressions wi... | Reference |
| 🔍 | exa-search | Dev Tools | Neural search for web content, code, companies, and people via the Exa MCP server. | Reference |
| 🎨 | figma-implement-design | Dev Tools | Convert Figma designs to 1:1 code. Requires Figma MCP. | Reference |
| 🦋 | flutter-dart-code-review | Dev Tools | Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solu... | Reference |
| 📲 | foundation-models-on-device | Dev Tools | Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output... | Reference |
| 🖥️ | frontend-slides | Dev Tools | Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. | Reference |
| 🌲 | git-worktrees | Dev Tools | git worktree-based isolated branch workflow. | Reference |
| 🐹 | golang-patterns | Dev Tools | Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications. | Reference |
| 🧪 | golang-testing | Dev Tools | Comprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology. | Reference |
| 🔒 | insecure-defaults | Dev Tools | Detect hardcoded secrets, weak crypto, and insecure defaults. | Reference |
| 📦 | inventory-demand-planning | Dev Tools | You are a senior demand planner at a multi-location retailer operating 40–200 stores with regional distribution centers. You manage 300–800 active ... | Reference |
| 🔁 | iterative-retrieval | Dev Tools | Solves the "context problem" in multi-agent workflows where sub-agents cannot predict what context they need until they start working. | Reference |
| ☕ | java-coding-standards | Dev Tools | Standards for readable, maintainable Java (17+) code in Spring Boot services. | Reference |
| 🗃️ | jpa-patterns | Dev Tools | Use for data modeling, repositories, and performance tuning in Spring Boot. | Reference |
| 📓 | jupyter-notebook | Dev Tools | .ipynb create/edit. Bundled Python script. | Reference |
| 🌊 | kotlin-coroutines-flows | Dev Tools | Patterns for structured concurrency, Flow-based reactive streams, and coroutine testing in Android and Kotlin Multiplatform projects. | Reference |
| 📊 | kotlin-exposed-patterns | Dev Tools | Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration. | Reference |
| 🌐 | kotlin-ktor-patterns | Dev Tools | Comprehensive Ktor patterns for building robust, maintainable HTTP servers with Kotlin coroutines. | Reference |
| 🟣 | kotlin-patterns | Dev Tools | Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. | Reference |
| 🧪 | kotlin-testing | Dev Tools | Comprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology with Kotest and MockK. | Reference |
| 🔴 | laravel-patterns | Dev Tools | Production-grade Laravel architecture patterns for scalable, maintainable applications. | Reference |
| 🔒 | laravel-security | Dev Tools | Comprehensive security guidance for Laravel applications to protect against common vulnerabilities. | Reference |
| 🔴 | laravel-tdd | Dev Tools | Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature). | Reference |
| ✅ | laravel-verification | Dev Tools | Run before PRs, after major changes, and pre-deploy. | Reference |
| 🧹 | linter-fix-guide | Dev Tools | Lint rule explanation + pattern examples + minimal fix suggestions. | Reference |
| 💎 | liquid-glass-design | Dev Tools | Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content... | Reference |
| 📄 | log-summarizer | Dev Tools | Log grouping + first failure identification + action suggestions. | Reference |
| 🚨 | logistics-exception-management | Dev Tools | Freight exceptions across all modes (LTL, FTL, parcel, intermodal, ocean, air). Covers TMS, WMS, carrier portals, claims management, and ERP order ... | Reference |
| 🔌 | mcp-builder | Dev Tools | Design/implement MCP servers for external API integration. | Reference |
| 🐍 | modern-python | Dev Tools | uv+ruff+ty+pytest Python best practices. | Reference |
| 🔺 | netlify-deploy | Dev Tools | Deploy Netlify sites. netlify CLI. | Reference |
| ▲ | nextjs-turbopack | Dev Tools | Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and ho... | Reference |
| 💚 | nuxt4-patterns | Dev Tools | Use when building or debugging Nuxt 4 apps with SSR, hybrid rendering, route rules, or page-level data fetching. | Reference |
| 📖 | openai-docs | Dev Tools | OpenAI product/API official documentation reference. Build guides. | Reference |
| 🐪 | perl-patterns | Dev Tools | Idiomatic Perl 5.36+ patterns and best practices for building robust, maintainable applications. | Reference |
| 🔒 | perl-security | Dev Tools | Comprehensive security guidelines for Perl applications covering input validation, injection prevention, and secure coding practices. | Reference |
| 🧪 | perl-testing | Dev Tools | Comprehensive testing strategies for Perl applications using Test2::V0, Test::More, prove, and TDD methodology. | Reference |
| 🦠 | plankton-code-quality | Dev Tools | Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system. Plankton runs formatters and linters on every... | Reference |
| 🐘 | postgres | Dev Tools | PostgreSQL read-only queries. Schema exploration. | Reference |
| 🐘 | postgres-patterns | Dev Tools | Quick reference for PostgreSQL best practices. | Reference |
| 🏭 | production-scheduling | Dev Tools | Discrete and batch manufacturing scheduling across machining, assembly, finishing, and packaging work centers. Integrates with ERP (SAP PP, Oracle ... | Reference |
| 📋 | project-guidelines-example | Dev Tools | Template for creating project-specific skills. Adapt the sections below to your own project. | Reference |
| 🎯 | prompt-engineering | Dev Tools | Analyze a draft prompt, identify gaps, map it to available agent components, | Reference |
| 🧪 | property-based-testing | Dev Tools | Multi-language property-based testing (Hypothesis/fast-check etc.). | Reference |
| 🐍 | python-patterns | Dev Tools | Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. | Reference |
| 🧪 | python-testing | Dev Tools | Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. | Reference |
| 🔥 | pytorch-patterns | Dev Tools | Idiomatic PyTorch patterns and best practices for building robust, efficient, and reproducible deep learning applications. | Reference |
| ⚠️ | quality-nonconformance | Dev Tools | Non-conformance lifecycle management in regulated manufacturing (FDA 21 CFR 820, IATF 16949, AS9100, ISO 13485). Integrates with QMS (MasterControl... | Reference |
| 📄 | ralphinho-rfc-pipeline | Dev Tools | Use this skill when a feature is too large for a single agent pass and must be split into independently verifiable work units. | Reference |
| ⚛️ | react-best-practices | Dev Tools | React code patterns, performance optimization, component design best practices. | Reference |
| 📩 | receiving-code-review | Dev Tools | Code review feedback reception and response patterns. | Reference |
| 🔤 | regex-vs-llm-structured-text | Dev Tools | A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases ch... | Reference |
| 🚀 | render-deploy | Dev Tools | Deploy Render services. Blueprint YAML. | Reference |
| 📝 | requesting-code-review | Dev Tools | Internal agent code review. Severity-based blocking. | Reference |
| 📦 | returns-reverse-logistics | Dev Tools | Full returns lifecycle across retail, e-commerce, and omnichannel. Covers RMA, condition grading, disposition routing, refund processing, fraud det... | Reference |
| 📏 | rules-distill | Dev Tools | Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule fi... | Reference |
| 🦀 | rust-patterns | Dev Tools | Idiomatic Rust patterns and best practices for building safe, performant, and maintainable applications. | Reference |
| 🧪 | rust-testing | Dev Tools | Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. | Reference |
| 🛡️ | security-best-practices | Dev Tools | Language-specific security vulnerability pattern review. | Reference |
| 👥 | security-ownership-map | Dev Tools | Codebase owner/bus-factor mapping. | Reference |
| ⚠️ | security-threat-model | Dev Tools | Per-repo threat model generation (STRIDE/DREAD). | Reference |
| 🏛️ | senior-architect | Dev Tools | Architecture decision records (ADR), pattern selection (monolith, microservices, CQRS, event sourcing), dependency analysis, tech stack decisions. | Reference |
| 🐛 | sentry | Dev Tools | Sentry issue/event lookup. Bundled Python script. | Reference |
| 🏗️ | skill-creator | Dev Tools | Auto-generate new SKILL.md. Template + guidelines provided. | Reference |
| 📋 | skill-stocktake | Dev Tools | Audits all installed skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skil... | Reference |
| 🍃 | springboot-patterns | Dev Tools | Spring Boot architecture and API patterns for scalable, production-grade services. | Reference |
| 🔒 | springboot-security | Dev Tools | Use when adding auth, handling input, creating endpoints, or dealing with secrets. | Reference |
| 🔴 | springboot-tdd | Dev Tools | TDD guidance for Spring Boot services with 80%+ coverage (unit + integration). | Reference |
| ✅ | springboot-verification | Dev Tools | Run before PRs, after major changes, and pre-deploy. | Reference |
| 🔍 | static-analysis | Dev Tools | CodeQL+Semgrep+SARIF static security analysis. | Reference |
| 🧠 | strategic-compact | Dev Tools | Suggests manual compaction at strategic points rather than relying on arbitrary auto-compaction. | Reference |
| 🍎 | swift-actor-persistence | Dev Tools | Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the a... | Reference |
| 🍎 | swift-concurrency-6-2 | Dev Tools | Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates... | Reference |
| 🍎 | swift-protocol-di-testing | Dev Tools | Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enable... | Reference |
| 🍎 | swiftui-patterns | Dev Tools | Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition... | Reference |
| 🔴 | tdd | Dev Tools | RED-GREEN-REFACTOR TDD cycle enforcement. | Reference |
| 👥 | team-builder | Dev Tools | Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections. | Reference |
| 🏗️ | terraform | Dev Tools | HashiCorp Terraform HCL/modules/providers IaC. | Reference |
| 🧵 | tmux | Dev Tools | tmux session remote control. Send keystrokes + read output. | Reference |
| 🎨 | ui-design-system | Dev Tools | Design token generation, color palettes, typography scales, component architecture, WCAG accessibility, developer handoff. | Reference |
| 🔬 | ux-researcher | Dev Tools | User persona generation, journey mapping, usability testing frameworks, research synthesis. Data-driven UX research toolkit. | Reference |
| ▲ | vercel-deploy | Dev Tools | Vercel project deployment. | Reference |
| ✅ | verification-loop | Dev Tools | Systematic quality check for code changes across six phases. | Reference |
| 🧱 | web-artifacts-builder | Dev Tools | React/Tailwind complex web artifact creation skill. | Reference |
| ⚡ | web-perf | Dev Tools | Core Web Vitals audit. Lighthouse/CrUX-based performance analysis. | Reference |
| 📋 | writing-plans | Dev Tools | 2-5 minute task decomposition. File paths/code/verification included. | Reference |
| 🎨 | algorithmic-art | AI & Media | p5.js generative art. Algorithm-based visual artwork creation. | Reference |
| 🌍 | atlas | AI & Media | Control ChatGPT Atlas app. macOS only. | Reference |
| 🖼️ | canvas-design | AI & Media | Create PNG/PDF visual designs via Canvas API. | Reference |
| 📝 | content-engine | AI & Media | Turn one idea into strong, platform-native content instead of posting the same thing everywhere. | Reference |
| ✏️ | fal-image-edit | AI & Media | fal.ai AI image editing (style transfer, object removal). | Reference |
| 🤗 | hugging-face-cli | AI & Media | HF Hub CLI for model/dataset/space management. | Reference |
| 📊 | hugging-face-evaluation | AI & Media | vLLM/lighteval model evaluation and benchmarks. | Reference |
| 🏋️ | hugging-face-model-trainer | AI & Media | TRL: SFT/DPO/GRPO model training. | Reference |
| 🖼️ | imagegen | AI & Media | Generate/edit images via OpenAI Images API. | Reference |
| 🖼️ | nano-banana-pro | AI & Media | Generate/edit images with Gemini 3 Pro. Different model from Codex imagegen. | Reference |
| 🎥 | sora | AI & Media | Sora video generation/management. OpenAI API. | Reference |
| 🗣️ | speech | AI & Media | OpenAI TTS voice synthesis. Bundled Python script. | Reference |
| 🎭 | theme-factory | AI & Media | Apply reusable themes to document/slide/HTML outputs. | Reference |
| 🎤 | transcribe | AI & Media | OpenAI Whisper speech-to-text + speaker diarization. | Reference |
| 🎥 | videodb | AI & Media | Perception + memory + actions for video, live streams, and desktop sessions. | Reference |
| 🤖 | web-ai | AI & Media | Structured browser web-ai workflow for ChatGPT, Gemini, and Grok. | Reference |
| 📄 | docx | Productivity | .docx document create/edit/read. Visual verification (soffice→PDF→PNG), tracked changes, python-docx. | Active |
| 🇰🇷 | hwp | Productivity | HWP/HWPX document create/read/edit/convert. OfficeCLI + rhwp sidecars, OWPML XML editing, Python fallback. | Active |
| 📽️ | pptx | Productivity | Presentation (.pptx) create/edit/analyze skill. | Active |
| 🍎 | apple-notes | Productivity | Apple Notes create/search. AppleScript-based. | Reference |
| 🔔 | apple-reminders | Productivity | Apple Reminders add/complete/list management. AppleScript-based. | Reference |
| ✍️ | article-writing | Productivity | Write long-form content that sounds like a real person or brand, not generic AI output. | Reference |
| ✍️ | doc-coauthoring | Productivity | Structured planning/spec/document co-authoring workflow skill. | Reference |
| 🔄 | html2pptx | Productivity | Convert HTML slides to native PowerPoint elements. Playwright DOM parsing → PptxGenJS. | Reference |
| 💼 | investor-materials | Productivity | Build investor-facing materials that are consistent, credible, and easy to defend. | Reference |
| 🤝 | investor-outreach | Productivity | Write investor communication that is short, personalized, and easy to act on. | Reference |
| 📐 | linear | Productivity | Linear issue/project/cycle management via GraphQL API. | Reference |
| 📊 | market-research | Productivity | Produce research that supports decisions, not research theater. | Reference |
| 📝 | notion | Productivity | Notion page/DB CRUD via curl API calls. Complements Codex notion-* skills. | Reference |
| 📚 | notion-knowledge-capture | Productivity | Conversation → Notion wiki/FAQ/HOW-TO capture. Notion MCP. | Reference |
| 📊 | notion-meeting-intelligence | Productivity | Meeting prep (per-attendee context, agenda). Notion MCP. | Reference |
| 🔬 | notion-research-documentation | Productivity | Notion multi-source → report/comparison synthesis. Notion MCP. | Reference |
| 📋 | notion-spec-to-implementation | Productivity | PRD/spec → implementation plan + auto task creation. Notion MCP. | Reference |
| 📄 | nutrient-document-processing | Productivity | Process documents with the Nutrient DWS Processor API. Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks,... | Reference |
| 🗃️ | obsidian | Productivity | Obsidian vault note creation, search, and tag management. | Reference |
| ♿ | officecli-accessibility | Productivity | Accessibility checks and remediation for Office documents. WCAG 2.1 AA compliance. | Reference |
| 🇰🇷 | officecli-cjk | Productivity | CJK text handling for OfficeCLI. Fonts, language tags, line-break rules. | Reference |
| 📊 | officecli-data-pipeline | Productivity | Pandas DataFrame to Excel pipeline. CSV/TSV export, formatting, charts. | Reference |
| ✅ | things-mac | Productivity | Things 3 todo add/complete/search. AppleScript + URL scheme. | Reference |
| 📋 | trello | Productivity | Trello board/list/card management via curl REST API. | Reference |
| 🛂 | visa-doc-translate | Productivity | When the user provides an image file path, execute the following steps automatically: | Reference |
| 🌐 | browser | Automation | Chrome browser automation. Identify elements via ref snapshots → click/type. | Active |
| 🖥️ | desktop-control | Automation | Unified CDP + Computer Use automation. Routes DOM to cli-jaw browser, desktop apps to mcp__computer_use__, hybrid to both. Requires Codex CLI + macOS. | Active |
| 🧵 | dmux-workflows | Automation | Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses. | Reference |
| 👁️ | vision-click | Automation | Vision-based coordinate clicking. Codex CLI only. Screenshot → AI coordinate → pixel click. | Reference |
| 🧭 | web-routing | Automation | Guide skill for routing browser requests to browser/webapp-testing. | Reference |
| 📨 | telegram-send | Communication | Send voice/photo/document directly via Telegram local API. | Active |
| 📢 | crosspost | Communication | Distribute content across multiple social platforms with platform-native adaptation. | Reference |
| ✉️ | email-draft-polish | Communication | Email draft tone adjustment/formatting. | Reference |
| 🌐 | gog | Communication | Gmail, Calendar, Drive, Sheets, Docs integrated management. | Reference |
| 📧 | himalaya | Communication | Terminal email read/write/reply/search. Gmail/Outlook supported. | Reference |
| 💬 | Communication | WhatsApp message automation (automate-whatsapp). | Reference | |
| 🐦 | x-api | Communication | Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics. | Reference |
| 🐦 | xurl | Communication | Tweet post/search/reply/DM/media upload. | Reference |
| 🔎 | search | Research | Unified search hub for web, real-time, X/Twitter, Korean source-sensitive lookup, and deep research routing. | Active |
| 🔍 | research-worker | Research | Search guidance and output contract for the Research employee. | Reference |
| 📊 | diagram | Visualization | SVG diagrams, charts, and interactive visualizations | Active |
| 🎬 | video | Media | Code-based video create, edit, render, preview, validate, and caption. Defaults to Remotion for JSON/React timelines; routes HyperFrames HTML video, script-first TTS captions, progrok STT captions, FFmpeg transforms, existing-footage editing, and docs-first provider/video-understanding workflows. | Active |
| 💡 | openhue | Smart Home | Hue light/scene control. "Dim living room to 50%" | Reference |
| 🎵 | spotify-player | Smart Home | Spotify play/pause/search/playlist management. | Reference |
| 🧠 | memory | Utility | Long-term memory across sessions. Stored in markdown files, grep search. | Active |
| 📄 | Utility | PDF read/create/edit/review. reportlab/pdfplumber/pypdf + nano-pdf natural language editing. | Active | |
| 📄 | pdf-vision | Utility | Hybrid PDF extraction: image rendering (pypdfium2) + text extraction (pypdf). Optimized for exams, tables, and formulas. | Active |
| 📸 | screen-capture | Utility | macOS screenshot/webcam/recording. Full/region/window/multi-monitor. Default fallback when tool-specific capture unavailable. | Active |
| 📊 | xlsx | Utility | .xlsx/.xlsm/.csv/.tsv file create/edit/analyze/format. Includes pandas data analysis. | Active |
| 🔐 | 1password | Utility | 1Password CLI for password/document/OTP lookup. | Reference |
| 📍 | goplaces | Utility | Google Places API for location, reviews, and business hours search. | Reference |
| 📑 | summarize | Utility | Summarize URLs, YouTube videos, and files to text. | Reference |
| 🔊 | tts | Utility | macOS say command text-to-speech. Multi-language, file output. | Reference |
| 🎬 | video-downloader | Utility | yt-dlp wrapper. YouTube/media download. | Reference |
| 🎬 | video-frames | Utility | Extract video frames/segments with ffmpeg. | Reference |
| 🌤️ | weather | Utility | wttr.in weather/forecast lookup. No API key needed. | Reference |
Default Active Skills (30)
These skills are loaded into the system prompt out of the box. They cover the most common development and workflow scenarios.
| # | Skill | Category | Purpose |
|---|---|---|---|
| 1 | browser | Automation | Chrome browser automation |
| 2 | desktop-control | Automation | Unified CDP + Computer Use automation |
| 3 | dev | Development | Common development guide |
| 4 | dev-architecture | Development | Canonical owner of module boundary rules, circular dependency detection/prevention, imp... |
| 5 | dev-backend | Development | Backend role guide |
| 6 | dev-code-reviewer | Development | Code review guide |
| 7 | dev-data | Development | Data role guide |
| 8 | dev-debugging | Development | This skill is the thinking process for fixing bugs |
| 9 | dev-devops | Development | Container builds, deploy pipelines, Kubernetes, IaC, SRE foundations, edge/serverless, ... |
| 10 | dev-frontend | Development | Frontend role guide |
| 11 | dev-pabcd | Development | PABCD orchestration workflow for structured multi-step development with human checkpoin... |
| 12 | dev-scaffolding | Development | Scaffold projects following the Lidge Standard: feature-based layout, colocation, barre... |
| 13 | dev-security | Development | Treat security as a build constraint, not a cleanup step |
| 14 | dev-testing | Development | Debugging phase only |
| 15 | dev-uiux-design | Development | UI/UX intent discovery, design vocabulary, product personalities, and UX state patterns |
| 16 | diagram | Visualization | SVG diagrams, charts, and interactive visualizations |
| 17 | docx | Productivity | DOCX document create, edit, and read |
| 18 | github | Dev Tools | GitHub gh CLI integration: issues, PRs, CI, code review, API + PR comments, CI debuggin... |
| 19 | goal | Dev Tools | Goal execution guidelines: PABCD integration, verification tiers, documentation workflo... |
| 20 | hwp | Productivity | HWP/HWPX document create/read/edit/convert |
| 21 | memory | Utility | Long-term memory across sessions |
| 22 | pdf | Utility | PDF read/create/edit/review |
| 23 | pdf-vision | Utility | Hybrid PDF extraction: image rendering (pypdfium2) + text extraction (pypdf) |
| 24 | pptx | Productivity | Presentation create, edit, and analyze |
| 25 | screen-capture | Utility | macOS screenshot/webcam/recording |
| 26 | search | Research | Unified search hub for web, real-time, X/Twitter, Korean source-sensitive lookup, and d... |
| 27 | structured-renderers | Dev Tools | Native Web UI structured renderer schemas for compose-block drafts, search-results card... |
| 28 | telegram-send | Communication | Send voice/photo/document directly via Telegram local API |
| 29 | video | Media | Code-based video create, edit, render, preview, validate, and caption |
| 30 | xlsx | Utility | Spreadsheet create, edit, analyze, and format |
Two more skills — k-writing and lecture-stt — are also active by default but ship as private runtime skills outside the public registry.
Installing and Managing Skills
Install a Reference Skill
# Install a single skill
jaw skill install cloudflare
# Install multiple skills at once
jaw skill install docker kubernetes terraform
# Install all skills in a category
jaw skill install --category "Cloud & Deploy"
Remove a Skill
# Remove a skill (moves back to reference)
jaw skill remove cloudflare
# Remove multiple
jaw skill remove docker kubernetes
Check Skill Info
# Detailed info about a skill
jaw skill info dev-frontend
# Output:
# Name: dev-frontend
# Status: active
# Category: Development
# Path: ~/.cli-jaw/skills/dev-frontend/SKILL.md
# Size: 4.2 KB
# Lines: 127
Reset to Defaults
# Reset all skills to the 30 defaults
jaw skill reset
# Force reset (no confirmation prompt)
jaw skill reset --force
jaw skill reset will deactivate all custom skills and restore the default 30. Your custom skill files are preserved in ~/.cli-jaw/skills_ref/.
Category Breakdown
| Category | Active | Reference | Total | Description |
|---|---|---|---|---|
| Development | 13 | 0 | 13 | Core dev guides: architecture, frontend, backend, data, testing, security, debugging, PABCD, scaffolding, UI/UX |
| Dev Tools | 3 | 142 | 145 | GitHub, goals, structured renderers, plus language/framework patterns, deployment, testing, and agent tooling |
| AI & Media | 0 | 16 | 16 | Image/video generation, web AI, Hugging Face, speech, and creative media skills |
| Productivity | 3 | 22 | 25 | DOCX, HWP, PPTX, Notion, Obsidian, office workflows, and productivity integrations |
| Automation | 2 | 3 | 5 | Browser control, desktop automation, vision click, and workflow routing |
| Communication | 1 | 7 | 8 | Telegram, email, X/Twitter, WhatsApp, and cross-posting |
| Research | 1 | 1 | 2 | Unified search hub and research worker guidance |
| Visualization | 1 | 0 | 1 | SVG diagrams, charts, and interactive visualizations |
| Media | 1 | 0 | 1 | Code-based video create, edit, render, and caption |
| Smart Home | 0 | 2 | 2 | Philips Hue and Spotify player control |
| Utility | 5 | 7 | 12 | Memory, PDF, screen capture, spreadsheets, weather, and misc utilities |
| Total | 30 | 200 | 230 |
Creating Custom Skills
Add your own domain knowledge by creating a skill directory:
mkdir -p ~/.cli-jaw/skills/my-company
cat > ~/.cli-jaw/skills/my-company/SKILL.md << 'EOF'
# My Company Standards
Internal coding standards and domain knowledge.
## When to Use
Trigger when working on any project in ~/work/ directory.
## Rules
1. Use pnpm instead of npm.
2. All APIs must follow our internal OpenAPI spec.
3. Database migrations use Drizzle ORM.
## Templates
```typescript
// Standard API response format
interface ApiResponse<T> {
success: boolean;
data: T;
error?: string;
timestamp: string;
}
```
EOF
Skill File Structure
Every skill is a directory containing at minimum a SKILL.md file. Complex skills may include reference subdirectories:
~/.cli-jaw/skills/dev-frontend/
SKILL.md # Main skill prompt (injected into system prompt)
references/
react.md # Deep guidance for React
vue.md # Deep guidance for Vue
svelte.md # Deep guidance for Svelte
tailwind.md # Tailwind-specific rules
The SKILL.md acts as an orchestrator. It contains high-level rules and references the sub-files when deeper context is needed.
Slash Commands for Skills
| Command | Description |
|---|---|
/skill list | Show active and reference skill counts in chat |
/skill reset | Soft reset to defaults (confirmation required) |