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.

Natural language: "스킬 목록 보여줘", "cloudflare 스킬 설치해줘", "프론트엔드 스킬 켜줘" -- these all work in-chat. Use /skill list for the slash-command version.

Quick Commands

jaw skill list
Show all active + reference skills with status
jaw skill install <name>
Activate a reference skill (copies to active dir)
jaw skill remove <name>
Deactivate a skill (moves back to reference)
jaw skill info <name>
Print skill description, triggers, and file path
jaw skill reset
Reset all skills to the 30 defaults
/skill list
In-chat slash command: show skill counts

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 NameCategoryDescriptionStatus
🔧devDevelopmentCommon development guide. Modular dev, self-reference patterns, skills_ref exploration, changelog.Active
🏗️dev-architectureDevelopmentCanonical 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-backendDevelopmentBackend role guide. Express.js patterns, SQLite, error handling, security basics.Active
🔍dev-code-reviewerDevelopmentCode review guide. Review process, quality thresholds, antipatterns, giving/receiving feedback. Available to all agents.Active
📊dev-dataDevelopmentData role guide. ETL pipelines, CSV/JSON processing, SQL queries, analysis.Active
🐛dev-debuggingDevelopmentThis skill is the thinking process for fixing bugs. It enforces a structuredActive
🚀dev-devopsDevelopmentContainer builds, deploy pipelines, Kubernetes, IaC, SRE foundations, edge/serverless, ML infra.Active
🎨dev-frontendDevelopmentFrontend role guide. Unique UI/UX implementation, component design, aesthetic standards.Active
🎯dev-pabcdDevelopmentPABCD orchestration workflow for structured multi-step development with human checkpoints between phases.Active
🏗️dev-scaffoldingDevelopmentScaffold projects following the Lidge Standard: feature-based layout, colocation, barrel exports, devlog structure.Active
🛡️dev-securityDevelopmentTreat security as a build constraint, not a cleanup step.Active
🧪dev-testingDevelopmentDebugging phase only. Playwright web app testing, recon-action pattern.Active
🎯dev-uiux-designDevelopmentUI/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
🐙githubDev ToolsGitHub gh CLI integration: issues, PRs, CI, code review, API + PR comments, CI debugging, auto-fix.Active
🎯goalDev ToolsGoal execution guidelines: PABCD integration, verification tiers, documentation workflow, AI-driven planning.Active
🧩structured-renderersDev ToolsNative Web UI structured renderer schemas for compose-block drafts, search-results cards, dataframe tables, chart-json charts, and diff output.Active
📊agent-evalDev ToolsA 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-constructionDev ToolsUse this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.Reference
💻agent-replDev ToolsManage persistent REPL sessions for multi-turn agent conversations.Reference
🧙agent-setup-wizardDev ToolsAn interactive, step-by-step installation wizard for skill and rule libraries. Guides users through selective installation of skills and rules, ver...Reference
🤖agentic-engineeringDev ToolsUse this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.Reference
🤖agents-sdkDev ToolsCloudflare Workers AI Agents SDK usage guide.Reference
🧠ai-first-engineeringDev ToolsUse this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.Reference
📱android-clean-architectureDev ToolsClean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data lay...Reference
📐api-design-reviewerDev ToolsREST API design review: naming conventions, HTTP methods, pagination, error formats, versioning, breaking changes, rate limiting.Reference
📐architecture-decision-recordsDev ToolsCapture architectural decisions as they happen during coding sessions. Instead of decisions living only in Slack threads, PR comments, or someone's...Reference
🔄autonomous-loopsDev ToolsPatterns, architectures, and reference implementations for running Claude Code autonomously in loops. Covers everything from simple `claude -p` pip...Reference
📘blueprintDev ToolsTurn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.Reference
💡brainstormingDev ToolsPre-coding idea refinement → design document creation (obra/superpowers).Reference
🔥bun-runtimeDev ToolsBun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner.Reference
🚚carrier-relationship-managementDev ToolsYou are a senior transportation manager with 15+ years managing carrier portfolios ranging from 40 to 200+ active carriers across truckload, LTL, i...Reference
📰changelog-generatorDev Toolsgit commit → changelog/release notes generation.Reference
🤖claude-apiDev ToolsBuild applications with the Anthropic Claude API and SDKs.Reference
claude-devfleetDev ToolsUse 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-ioDev ToolsClickHouse-specific patterns for high-performance analytics and data engineering.Reference
☁️cloudflare-deployDev ToolsDeploy to Cloudflare Workers/Pages. wrangler CLI.Reference
🗺️codebase-onboardingDev ToolsSystematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting u...Reference
🗺️codebase-orientationDev ToolsProject entrypoint/module/build mapping. Onboarding guide.Reference
📱compose-multiplatform-patternsDev ToolsPatterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, nav...Reference
⚙️config-file-explainerDev ToolsConfig file structure/keys/defaults explanation.Reference
🔑content-hash-cache-patternDev ToolsCache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-base...Reference
📏context-budgetDev ToolsAnalyze token overhead across every loaded component in an agent session and surface actionable optimizations to reclaim context space.Reference
🗜️context-compressionDev ToolsContext compression strategies. Long session optimization.Reference
♾️continuous-agent-loopDev ToolsPatterns for structuring long-running agent workflows with loop selection, quality gates, and failure recovery.Reference
📚continuous-learningDev ToolsEvaluate agent sessions on completion to extract reusable patterns saved as learned skills.Reference
📚continuous-learning-v2Dev ToolsAn advanced learning system that turns agent sessions into reusable knowledge through atomic "instincts" — small learned behaviors with confidence ...Reference
💰cost-aware-llm-pipelineDev ToolsPatterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a c...Reference
🔷cpp-coding-standardsDev ToolsCoding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines. Enforces type safety, resource safety, immutability, and clarity.Reference
🧪cpp-testingDev ToolsAgent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest.Reference
🛃customs-trade-complianceDev ToolsYou 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-agentDev ToolsBuild a production-ready, AI-powered data collection agent for any public data source.Reference
🏗️data-structure-chooserDev ToolsData structure time/space tradeoff recommendations.Reference
🗃️database-designerDev ToolsSchema design, normalization (1NF–BCNF), index optimization, migration strategies, partitioning, database selection guide.Reference
🔀database-migrationsDev ToolsSafe, reversible database schema changes for production systems.Reference
debugging-checklistDev ToolsReproduce → isolate → log → hypothesis verification debugging checklist.Reference
🐛debugging-helpersDev ToolsSystematic debugging helpers.Reference
🔬deep-researchDev ToolsMulti-step research agent. Search → analyze → summarize.Reference
📦dependency-install-helperDev ToolsPlatform-specific dependency installation steps + verification commands.Reference
🚀deployment-patternsDev ToolsProduction deployment workflows and CI/CD best practices.Reference
🎮develop-web-gameDev ToolsWeb game development + Playwright test loop.Reference
🔎differential-reviewDev ToolsSecurity-focused diff review. Analyze security impact of code changes.Reference
🔀dispatching-parallel-agentsDev ToolsParallel sub-agent dispatch patterns.Reference
🐍django-patternsDev ToolsProduction-grade Django architecture patterns for scalable, maintainable applications.Reference
🔒django-securityDev ToolsSecurity guidelines for Django applications covering common vulnerabilities and hardening practices.Reference
🔴django-tddDev ToolsTest-driven development for Django applications using pytest, factory_boy, and Django REST Framework.Reference
django-verificationDev ToolsRun a structured verification pipeline before PRs, after major changes, or pre-deploy. Catches migration, quality, security, and config issues.Reference
🐳docker-patternsDev ToolsDocker and Docker Compose best practices for containerized development.Reference
📖documentation-lookupDev ToolsWhen the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools `resolve-library-id` and `query-do...Reference
💾durable-objectsDev ToolsCloudflare Durable Objects (RPC+SQLite+WebSocket) stateful workers.Reference
energy-procurementDev ToolsYou 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-opsDev ToolsUse this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions.Reference
💬error-message-explainerDev ToolsCompiler/runtime error → cause + fix suggestions.Reference
📊eval-harnessDev ToolsEvaluation framework for agent-assisted workflows. Define expected behavior before implementation, run evals continuously, and track regressions wi...Reference
🔍exa-searchDev ToolsNeural search for web content, code, companies, and people via the Exa MCP server.Reference
🎨figma-implement-designDev ToolsConvert Figma designs to 1:1 code. Requires Figma MCP.Reference
🦋flutter-dart-code-reviewDev ToolsComprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solu...Reference
📲foundation-models-on-deviceDev ToolsPatterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output...Reference
🖥️frontend-slidesDev ToolsCreate zero-dependency, animation-rich HTML presentations that run entirely in the browser.Reference
🌲git-worktreesDev Toolsgit worktree-based isolated branch workflow.Reference
🐹golang-patternsDev ToolsIdiomatic Go patterns and best practices for building robust, efficient, and maintainable applications.Reference
🧪golang-testingDev ToolsComprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology.Reference
🔒insecure-defaultsDev ToolsDetect hardcoded secrets, weak crypto, and insecure defaults.Reference
📦inventory-demand-planningDev ToolsYou 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-retrievalDev ToolsSolves the "context problem" in multi-agent workflows where sub-agents cannot predict what context they need until they start working.Reference
java-coding-standardsDev ToolsStandards for readable, maintainable Java (17+) code in Spring Boot services.Reference
🗃️jpa-patternsDev ToolsUse for data modeling, repositories, and performance tuning in Spring Boot.Reference
📓jupyter-notebookDev Tools.ipynb create/edit. Bundled Python script.Reference
🌊kotlin-coroutines-flowsDev ToolsPatterns for structured concurrency, Flow-based reactive streams, and coroutine testing in Android and Kotlin Multiplatform projects.Reference
📊kotlin-exposed-patternsDev ToolsComprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration.Reference
🌐kotlin-ktor-patternsDev ToolsComprehensive Ktor patterns for building robust, maintainable HTTP servers with Kotlin coroutines.Reference
🟣kotlin-patternsDev ToolsIdiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.Reference
🧪kotlin-testingDev ToolsComprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology with Kotest and MockK.Reference
🔴laravel-patternsDev ToolsProduction-grade Laravel architecture patterns for scalable, maintainable applications.Reference
🔒laravel-securityDev ToolsComprehensive security guidance for Laravel applications to protect against common vulnerabilities.Reference
🔴laravel-tddDev ToolsTest-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature).Reference
laravel-verificationDev ToolsRun before PRs, after major changes, and pre-deploy.Reference
🧹linter-fix-guideDev ToolsLint rule explanation + pattern examples + minimal fix suggestions.Reference
💎liquid-glass-designDev ToolsPatterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content...Reference
📄log-summarizerDev ToolsLog grouping + first failure identification + action suggestions.Reference
🚨logistics-exception-managementDev ToolsFreight exceptions across all modes (LTL, FTL, parcel, intermodal, ocean, air). Covers TMS, WMS, carrier portals, claims management, and ERP order ...Reference
🔌mcp-builderDev ToolsDesign/implement MCP servers for external API integration.Reference
🐍modern-pythonDev Toolsuv+ruff+ty+pytest Python best practices.Reference
🔺netlify-deployDev ToolsDeploy Netlify sites. netlify CLI.Reference
nextjs-turbopackDev ToolsNext.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-patternsDev ToolsUse when building or debugging Nuxt 4 apps with SSR, hybrid rendering, route rules, or page-level data fetching.Reference
📖openai-docsDev ToolsOpenAI product/API official documentation reference. Build guides.Reference
🐪perl-patternsDev ToolsIdiomatic Perl 5.36+ patterns and best practices for building robust, maintainable applications.Reference
🔒perl-securityDev ToolsComprehensive security guidelines for Perl applications covering input validation, injection prevention, and secure coding practices.Reference
🧪perl-testingDev ToolsComprehensive testing strategies for Perl applications using Test2::V0, Test::More, prove, and TDD methodology.Reference
🦠plankton-code-qualityDev ToolsIntegration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system. Plankton runs formatters and linters on every...Reference
🐘postgresDev ToolsPostgreSQL read-only queries. Schema exploration.Reference
🐘postgres-patternsDev ToolsQuick reference for PostgreSQL best practices.Reference
🏭production-schedulingDev ToolsDiscrete and batch manufacturing scheduling across machining, assembly, finishing, and packaging work centers. Integrates with ERP (SAP PP, Oracle ...Reference
📋project-guidelines-exampleDev ToolsTemplate for creating project-specific skills. Adapt the sections below to your own project.Reference
🎯prompt-engineeringDev ToolsAnalyze a draft prompt, identify gaps, map it to available agent components,Reference
🧪property-based-testingDev ToolsMulti-language property-based testing (Hypothesis/fast-check etc.).Reference
🐍python-patternsDev ToolsIdiomatic Python patterns and best practices for building robust, efficient, and maintainable applications.Reference
🧪python-testingDev ToolsComprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices.Reference
🔥pytorch-patternsDev ToolsIdiomatic PyTorch patterns and best practices for building robust, efficient, and reproducible deep learning applications.Reference
⚠️quality-nonconformanceDev ToolsNon-conformance lifecycle management in regulated manufacturing (FDA 21 CFR 820, IATF 16949, AS9100, ISO 13485). Integrates with QMS (MasterControl...Reference
📄ralphinho-rfc-pipelineDev ToolsUse 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-practicesDev ToolsReact code patterns, performance optimization, component design best practices.Reference
📩receiving-code-reviewDev ToolsCode review feedback reception and response patterns.Reference
🔤regex-vs-llm-structured-textDev ToolsA practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases ch...Reference
🚀render-deployDev ToolsDeploy Render services. Blueprint YAML.Reference
📝requesting-code-reviewDev ToolsInternal agent code review. Severity-based blocking.Reference
📦returns-reverse-logisticsDev ToolsFull returns lifecycle across retail, e-commerce, and omnichannel. Covers RMA, condition grading, disposition routing, refund processing, fraud det...Reference
📏rules-distillDev ToolsScan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule fi...Reference
🦀rust-patternsDev ToolsIdiomatic Rust patterns and best practices for building safe, performant, and maintainable applications.Reference
🧪rust-testingDev ToolsComprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology.Reference
🛡️security-best-practicesDev ToolsLanguage-specific security vulnerability pattern review.Reference
👥security-ownership-mapDev ToolsCodebase owner/bus-factor mapping.Reference
⚠️security-threat-modelDev ToolsPer-repo threat model generation (STRIDE/DREAD).Reference
🏛️senior-architectDev ToolsArchitecture decision records (ADR), pattern selection (monolith, microservices, CQRS, event sourcing), dependency analysis, tech stack decisions.Reference
🐛sentryDev ToolsSentry issue/event lookup. Bundled Python script.Reference
🏗️skill-creatorDev ToolsAuto-generate new SKILL.md. Template + guidelines provided.Reference
📋skill-stocktakeDev ToolsAudits all installed skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skil...Reference
🍃springboot-patternsDev ToolsSpring Boot architecture and API patterns for scalable, production-grade services.Reference
🔒springboot-securityDev ToolsUse when adding auth, handling input, creating endpoints, or dealing with secrets.Reference
🔴springboot-tddDev ToolsTDD guidance for Spring Boot services with 80%+ coverage (unit + integration).Reference
springboot-verificationDev ToolsRun before PRs, after major changes, and pre-deploy.Reference
🔍static-analysisDev ToolsCodeQL+Semgrep+SARIF static security analysis.Reference
🧠strategic-compactDev ToolsSuggests manual compaction at strategic points rather than relying on arbitrary auto-compaction.Reference
🍎swift-actor-persistenceDev ToolsPatterns 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-2Dev ToolsPatterns 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-testingDev ToolsPatterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enable...Reference
🍎swiftui-patternsDev ToolsModern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition...Reference
🔴tddDev ToolsRED-GREEN-REFACTOR TDD cycle enforcement.Reference
👥team-builderDev ToolsInteractive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections.Reference
🏗️terraformDev ToolsHashiCorp Terraform HCL/modules/providers IaC.Reference
🧵tmuxDev Toolstmux session remote control. Send keystrokes + read output.Reference
🎨ui-design-systemDev ToolsDesign token generation, color palettes, typography scales, component architecture, WCAG accessibility, developer handoff.Reference
🔬ux-researcherDev ToolsUser persona generation, journey mapping, usability testing frameworks, research synthesis. Data-driven UX research toolkit.Reference
vercel-deployDev ToolsVercel project deployment.Reference
verification-loopDev ToolsSystematic quality check for code changes across six phases.Reference
🧱web-artifacts-builderDev ToolsReact/Tailwind complex web artifact creation skill.Reference
web-perfDev ToolsCore Web Vitals audit. Lighthouse/CrUX-based performance analysis.Reference
📋writing-plansDev Tools2-5 minute task decomposition. File paths/code/verification included.Reference
🎨algorithmic-artAI & Mediap5.js generative art. Algorithm-based visual artwork creation.Reference
🌍atlasAI & MediaControl ChatGPT Atlas app. macOS only.Reference
🖼️canvas-designAI & MediaCreate PNG/PDF visual designs via Canvas API.Reference
📝content-engineAI & MediaTurn one idea into strong, platform-native content instead of posting the same thing everywhere.Reference
✏️fal-image-editAI & Mediafal.ai AI image editing (style transfer, object removal).Reference
🤗hugging-face-cliAI & MediaHF Hub CLI for model/dataset/space management.Reference
📊hugging-face-evaluationAI & MediavLLM/lighteval model evaluation and benchmarks.Reference
🏋️hugging-face-model-trainerAI & MediaTRL: SFT/DPO/GRPO model training.Reference
🖼️imagegenAI & MediaGenerate/edit images via OpenAI Images API.Reference
🖼️nano-banana-proAI & MediaGenerate/edit images with Gemini 3 Pro. Different model from Codex imagegen.Reference
🎥soraAI & MediaSora video generation/management. OpenAI API.Reference
🗣️speechAI & MediaOpenAI TTS voice synthesis. Bundled Python script.Reference
🎭theme-factoryAI & MediaApply reusable themes to document/slide/HTML outputs.Reference
🎤transcribeAI & MediaOpenAI Whisper speech-to-text + speaker diarization.Reference
🎥videodbAI & MediaPerception + memory + actions for video, live streams, and desktop sessions.Reference
🤖web-aiAI & MediaStructured browser web-ai workflow for ChatGPT, Gemini, and Grok.Reference
📄docxProductivity.docx document create/edit/read. Visual verification (soffice→PDF→PNG), tracked changes, python-docx.Active
🇰🇷hwpProductivityHWP/HWPX document create/read/edit/convert. OfficeCLI + rhwp sidecars, OWPML XML editing, Python fallback.Active
📽️pptxProductivityPresentation (.pptx) create/edit/analyze skill.Active
🍎apple-notesProductivityApple Notes create/search. AppleScript-based.Reference
🔔apple-remindersProductivityApple Reminders add/complete/list management. AppleScript-based.Reference
✍️article-writingProductivityWrite long-form content that sounds like a real person or brand, not generic AI output.Reference
✍️doc-coauthoringProductivityStructured planning/spec/document co-authoring workflow skill.Reference
🔄html2pptxProductivityConvert HTML slides to native PowerPoint elements. Playwright DOM parsing → PptxGenJS.Reference
💼investor-materialsProductivityBuild investor-facing materials that are consistent, credible, and easy to defend.Reference
🤝investor-outreachProductivityWrite investor communication that is short, personalized, and easy to act on.Reference
📐linearProductivityLinear issue/project/cycle management via GraphQL API.Reference
📊market-researchProductivityProduce research that supports decisions, not research theater.Reference
📝notionProductivityNotion page/DB CRUD via curl API calls. Complements Codex notion-* skills.Reference
📚notion-knowledge-captureProductivityConversation → Notion wiki/FAQ/HOW-TO capture. Notion MCP.Reference
📊notion-meeting-intelligenceProductivityMeeting prep (per-attendee context, agenda). Notion MCP.Reference
🔬notion-research-documentationProductivityNotion multi-source → report/comparison synthesis. Notion MCP.Reference
📋notion-spec-to-implementationProductivityPRD/spec → implementation plan + auto task creation. Notion MCP.Reference
📄nutrient-document-processingProductivityProcess documents with the Nutrient DWS Processor API. Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks,...Reference
🗃️obsidianProductivityObsidian vault note creation, search, and tag management.Reference
officecli-accessibilityProductivityAccessibility checks and remediation for Office documents. WCAG 2.1 AA compliance.Reference
🇰🇷officecli-cjkProductivityCJK text handling for OfficeCLI. Fonts, language tags, line-break rules.Reference
📊officecli-data-pipelineProductivityPandas DataFrame to Excel pipeline. CSV/TSV export, formatting, charts.Reference
things-macProductivityThings 3 todo add/complete/search. AppleScript + URL scheme.Reference
📋trelloProductivityTrello board/list/card management via curl REST API.Reference
🛂visa-doc-translateProductivityWhen the user provides an image file path, execute the following steps automatically:Reference
🌐browserAutomationChrome browser automation. Identify elements via ref snapshots → click/type.Active
🖥️desktop-controlAutomationUnified 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-workflowsAutomationOrchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses.Reference
👁️vision-clickAutomationVision-based coordinate clicking. Codex CLI only. Screenshot → AI coordinate → pixel click.Reference
🧭web-routingAutomationGuide skill for routing browser requests to browser/webapp-testing.Reference
📨telegram-sendCommunicationSend voice/photo/document directly via Telegram local API.Active
📢crosspostCommunicationDistribute content across multiple social platforms with platform-native adaptation.Reference
✉️email-draft-polishCommunicationEmail draft tone adjustment/formatting.Reference
🌐gogCommunicationGmail, Calendar, Drive, Sheets, Docs integrated management.Reference
📧himalayaCommunicationTerminal email read/write/reply/search. Gmail/Outlook supported.Reference
💬whatsappCommunicationWhatsApp message automation (automate-whatsapp).Reference
🐦x-apiCommunicationProgrammatic interaction with X (Twitter) for posting, reading, searching, and analytics.Reference
🐦xurlCommunicationTweet post/search/reply/DM/media upload.Reference
🔎searchResearchUnified search hub for web, real-time, X/Twitter, Korean source-sensitive lookup, and deep research routing.Active
🔍research-workerResearchSearch guidance and output contract for the Research employee.Reference
📊diagramVisualizationSVG diagrams, charts, and interactive visualizationsActive
🎬videoMediaCode-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
💡openhueSmart HomeHue light/scene control. "Dim living room to 50%"Reference
🎵spotify-playerSmart HomeSpotify play/pause/search/playlist management.Reference
🧠memoryUtilityLong-term memory across sessions. Stored in markdown files, grep search.Active
📄pdfUtilityPDF read/create/edit/review. reportlab/pdfplumber/pypdf + nano-pdf natural language editing.Active
📄pdf-visionUtilityHybrid PDF extraction: image rendering (pypdfium2) + text extraction (pypdf). Optimized for exams, tables, and formulas.Active
📸screen-captureUtilitymacOS screenshot/webcam/recording. Full/region/window/multi-monitor. Default fallback when tool-specific capture unavailable.Active
📊xlsxUtility.xlsx/.xlsm/.csv/.tsv file create/edit/analyze/format. Includes pandas data analysis.Active
🔐1passwordUtility1Password CLI for password/document/OTP lookup.Reference
📍goplacesUtilityGoogle Places API for location, reviews, and business hours search.Reference
📑summarizeUtilitySummarize URLs, YouTube videos, and files to text.Reference
🔊ttsUtilitymacOS say command text-to-speech. Multi-language, file output.Reference
🎬video-downloaderUtilityyt-dlp wrapper. YouTube/media download.Reference
🎬video-framesUtilityExtract video frames/segments with ffmpeg.Reference
🌤️weatherUtilitywttr.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.

#SkillCategoryPurpose
1browserAutomationChrome browser automation
2desktop-controlAutomationUnified CDP + Computer Use automation
3devDevelopmentCommon development guide
4dev-architectureDevelopmentCanonical owner of module boundary rules, circular dependency detection/prevention, imp...
5dev-backendDevelopmentBackend role guide
6dev-code-reviewerDevelopmentCode review guide
7dev-dataDevelopmentData role guide
8dev-debuggingDevelopmentThis skill is the thinking process for fixing bugs
9dev-devopsDevelopmentContainer builds, deploy pipelines, Kubernetes, IaC, SRE foundations, edge/serverless, ...
10dev-frontendDevelopmentFrontend role guide
11dev-pabcdDevelopmentPABCD orchestration workflow for structured multi-step development with human checkpoin...
12dev-scaffoldingDevelopmentScaffold projects following the Lidge Standard: feature-based layout, colocation, barre...
13dev-securityDevelopmentTreat security as a build constraint, not a cleanup step
14dev-testingDevelopmentDebugging phase only
15dev-uiux-designDevelopmentUI/UX intent discovery, design vocabulary, product personalities, and UX state patterns
16diagramVisualizationSVG diagrams, charts, and interactive visualizations
17docxProductivityDOCX document create, edit, and read
18githubDev ToolsGitHub gh CLI integration: issues, PRs, CI, code review, API + PR comments, CI debuggin...
19goalDev ToolsGoal execution guidelines: PABCD integration, verification tiers, documentation workflo...
20hwpProductivityHWP/HWPX document create/read/edit/convert
21memoryUtilityLong-term memory across sessions
22pdfUtilityPDF read/create/edit/review
23pdf-visionUtilityHybrid PDF extraction: image rendering (pypdfium2) + text extraction (pypdf)
24pptxProductivityPresentation create, edit, and analyze
25screen-captureUtilitymacOS screenshot/webcam/recording
26searchResearchUnified search hub for web, real-time, X/Twitter, Korean source-sensitive lookup, and d...
27structured-renderersDev ToolsNative Web UI structured renderer schemas for compose-block drafts, search-results card...
28telegram-sendCommunicationSend voice/photo/document directly via Telegram local API
29videoMediaCode-based video create, edit, render, preview, validate, and caption
30xlsxUtilitySpreadsheet 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"
In-chat: "cloudflare 스킬 설치해줘" or "Docker랑 Kubernetes 스킬 켜줘" -- the agent will run the install command for you.

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
Warning: 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

CategoryActiveReferenceTotalDescription
Development13013Core dev guides: architecture, frontend, backend, data, testing, security, debugging, PABCD, scaffolding, UI/UX
Dev Tools3142145GitHub, goals, structured renderers, plus language/framework patterns, deployment, testing, and agent tooling
AI & Media01616Image/video generation, web AI, Hugging Face, speech, and creative media skills
Productivity32225DOCX, HWP, PPTX, Notion, Obsidian, office workflows, and productivity integrations
Automation235Browser control, desktop automation, vision click, and workflow routing
Communication178Telegram, email, X/Twitter, WhatsApp, and cross-posting
Research112Unified search hub and research worker guidance
Visualization101SVG diagrams, charts, and interactive visualizations
Media101Code-based video create, edit, render, and caption
Smart Home022Philips Hue and Spotify player control
Utility5712Memory, PDF, screen capture, spreadsheets, weather, and misc utilities
Total30200230

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
In-chat: "회사 코딩 표준 스킬 만들어줘" -- the agent can scaffold a custom skill from a natural language description.

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

CommandDescription
/skill listShow active and reference skill counts in chat
/skill resetSoft reset to defaults (confirmation required)