All Skills
164 skills in the catalog
Agent Team Builder
Interactive agent picker for composing and dispatching parallel teams. Select agents by capability, assign tasks, and coordinate execution.
Bun Runtime
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel deployment support.
NanoClaw REPL
Zero-dependency session-aware REPL: session branching, search, export, compaction, and metrics for interactive agent operation.
RFC-Driven DAG Pipeline
RFC-driven multi-agent DAG execution: quality gates, merge queues, work unit orchestration, and structured parallel development.
AI-First Engineering
Engineering operating model for teams where AI agents generate a large share of implementation output. Role redefinition and workflow patterns.
Continuous Learning v1
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use. Legacy version superseded by v2 instinct system.
ECC Installation Wizard
Interactive installer for agent harness configurations: guided skill and rule selection, merge/overwrite detection, path verification, and optimization.
Project Guidelines Template
Example project-specific skill template based on a real production application. Starting point for creating custom project skills.
Exa Neural Search
Neural search via Exa MCP: web search, code examples, company intel, people lookup, and AI-powered deep research with semantic retrieval.
Next.js Turbopack
Next.js 16+ and Turbopack: incremental bundling, FS caching, dev speed improvements, and migration from webpack.
dmux Multi-Agent Workflows
Multi-agent orchestration using dmux tmux pane manager: parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses.
Plankton Code Quality
Write-time code quality enforcement using Plankton: auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.
HTML Presentation Builder
Create animation-rich HTML presentations from scratch or by converting PowerPoint files. Visual exploration for non-designers.
PyTorch Deep Learning
PyTorch patterns: training pipelines, model architectures, data loading, mixed precision, distributed training, and reproducibility best practices.
Nuxt 4 Patterns
Nuxt 4 app patterns: hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.
Documentation Lookup
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, and code examples.
Nutrient Document Processing
Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. PDFs, DOCX, XLSX, PPTX, HTML, and images.
Visa Document Translation
Translate visa application documents from images to English with bilingual PDF output containing original and translation side by side.
Compose Multiplatform
Compose Multiplatform and Jetpack Compose: state management, navigation, theming, performance, and platform-specific UI patterns.
Android Clean Architecture
Clean Architecture for Android and KMP: module structure, dependency rules, UseCases, Repositories, and data layer patterns.
C++ Coding Standards
C++ coding standards from C++ Core Guidelines: modern idioms, memory safety, RAII, smart pointers, const correctness, and template practices.
Kotlin Exposed ORM
JetBrains Exposed ORM: DSL queries, DAO pattern, transactions, HikariCP pooling, Flyway migrations, and repository pattern.
Kotlin Ktor Patterns
Ktor server: routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.
C++ Testing
C++ testing with GoogleTest and CTest: test fixtures, parameterized tests, mocking with GMock, sanitizers, and CMake integration.