skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
maestro:api-design
REST API design patterns for resource naming, status codes, pagination, error responses, and versioning. Use during maestro:design when specifying API contracts, and maestro:implement when building endpoints.
maestro:article-writing
Long-form content writing for articles, guides, blog posts, and tutorials with distinctive voice. Use in any maestro phase when producing written content longer than a paragraph.
maestro:autonomous-loops
Patterns for autonomous Claude Code loops from simple pipelines to multi-agent DAG systems. Use during maestro:design when architecting automated workflows or multi-agent orchestration.
maestro:backend-patterns
Backend architecture patterns for Node.js, Express, and Next.js API routes. Use during maestro:implement when building server-side code, API routes, or backend services.
maestro:clickhouse-io
ClickHouse query optimization, analytics patterns, and data engineering for high-performance analytical workloads. Use during maestro:implement when building analytics queries or data pipelines with ClickHouse.
maestro:coding-standards
TypeScript/JavaScript/React/Node.js coding standards and best practices. Use during maestro:implement for code quality and maestro:review for review criteria on TS/JS projects.
maestro:configure-ecc
Interactive installer for Everything Claude Code skills and rules. Use during maestro:setup or project initialization to install and configure ECC skills.
maestro:content-engine
Multi-platform content creation for X, LinkedIn, TikTok, YouTube, and newsletters. Use in any maestro phase when producing social media content or marketing materials.
maestro:content-hash-cache-pattern
SHA-256 content hash caching for expensive file processing. Use during maestro:implement when adding caching layers with path-independent, auto-invalidating cache keys.
maestro:continuous-learning-v2
Instinct-based learning system with hooks, confidence scoring, and skill evolution. Use across all maestro phases for project-scoped pattern learning via session observation.
maestro:continuous-learning
Auto-extract reusable patterns from Claude Code sessions as learned skills. Use across all maestro phases to capture and reuse session learnings.
maestro:cost-aware-llm-pipeline
Cost optimization for LLM API usage with model routing, budget tracking, retry logic, and prompt caching. Use during maestro:implement when building LLM-powered features.
maestro:cpp-coding-standards
C++ coding standards based on C++ Core Guidelines for modern, safe, idiomatic C++. Use during maestro:implement for C++ code quality and maestro:review for C++ review criteria.
maestro:cpp-testing
C++ testing with GoogleTest and CTest, coverage analysis, and sanitizers. Use during maestro:implement when writing C++ tests and maestro:review when checking C++ test coverage.
maestro:database-migrations
Database migration best practices for schema changes, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and ORMs. Use during maestro:implement when modifying database schemas.
maestro:deployment-patterns
Deployment workflows, CI/CD pipelines, Docker containerization, and rollback strategies. Use during maestro:implement for deployment setup and maestro:review for production readiness.
maestro:django-patterns
Django architecture patterns, DRF APIs, ORM best practices, caching, and middleware. Use during maestro:implement when building Django features or REST APIs with Django REST Framework.
maestro:django-security
Django security best practices for authentication, CSRF, SQL injection, XSS prevention, and secure deployment. Use during maestro:review when reviewing Django security posture.
maestro:django-tdd
Django TDD with pytest-django, factory_boy, and DRF testing. Use during maestro:implement when writing tests for Django models, views, and API endpoints.
maestro:django-verification
Verification loop for Django: migrations, linting, tests with coverage, security scans, and deployment readiness. Use during maestro:review before Django releases or PRs.
maestro:docker-patterns
Docker and Docker Compose patterns for local development, container security, and multi-service orchestration. Use during maestro:implement for containerization and maestro:review for container security.
maestro:e2e-testing
Playwright E2E testing with Page Object Model, CI/CD integration, and flaky test strategies. Use during maestro:implement for E2E test writing and maestro:review for coverage verification.
maestro:eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD). Use during maestro:review to measure and validate session outcomes with eval metrics.
maestro:foundation-models-on-device
Apple FoundationModels framework for on-device LLM with guided generation and tool calling in iOS 26+. Use during maestro:implement when building on-device ML features for Apple platforms.
maestro:frontend-patterns
React and Next.js frontend patterns for state management, performance optimization, and UI best practices. Use during maestro:implement when building UI components or client-side features.
maestro:frontend-slides
Create animation-rich HTML presentations from scratch or convert PowerPoint files. Use in any maestro phase when building presentation slides or converting PPT/PPTX.
maestro:golang-patterns
Idiomatic Go patterns, best practices, and conventions for robust Go applications. Use during maestro:implement when writing Go code -- error handling, concurrency, interfaces, and project structure.
maestro:golang-testing
Go testing with table-driven tests, subtests, benchmarks, and fuzzing. Use during maestro:implement when writing Go tests following TDD methodology.
maestro:investor-materials
Pitch decks, one-pagers, investor memos, financial models, and fundraising materials. Use in any maestro phase when producing investor-facing documents.
maestro:investor-outreach
Cold emails, warm intros, follow-ups, and investor communications for fundraising. Use in any maestro phase when drafting investor-facing outreach messages.
maestro:iterative-retrieval
Progressive context retrieval pattern for multi-agent workflows. Use during maestro:design when architecting subagent context strategies or RAG-like retrieval pipelines.
maestro:java-coding-standards
Java coding standards for Spring Boot services covering naming, immutability, Optional, streams, and exceptions. Use during maestro:implement for Java code quality and maestro:review for Java review criteria.
maestro:jpa-patterns
JPA/Hibernate patterns for entity design, relationships, query optimization, and transactions in Spring Boot. Use during maestro:implement when building JPA entities or optimizing database access.
maestro:liquid-glass-design
iOS 26 Liquid Glass design system with dynamic glass materials, blur, reflection, and interactive morphing. Use during maestro:implement when building iOS 26 UI with the glass material system.
maestro:market-research
Market research, competitive analysis, and industry intelligence with source attribution. Use during maestro:design for research tasks, TAM/SAM/SOM estimates, or competitor analysis.
maestro:nutrient-document-processing
Nutrient DWS API for document processing, conversion, OCR, redaction, signing, and form filling. Use during maestro:implement when building document processing features with Nutrient.
maestro:plankton-code-quality
Write-time code quality enforcement via Plankton hooks for auto-formatting, linting, and Claude-powered fixes. Use across all maestro phases as a quality gate on file edits.
maestro:postgres-patterns
PostgreSQL query optimization, schema design, indexing, and security patterns. Use during maestro:implement when writing SQL queries or designing database schemas with PostgreSQL.
maestro:project-guidelines-example
Example project-specific skill template based on a real production application. Use during maestro:setup as a reference for creating custom project skills.
maestro:python-patterns
Pythonic idioms, PEP 8 standards, type hints, and best practices for Python applications. Use during maestro:implement when writing Python code -- naming, structure, and idiomatic patterns.
maestro:python-testing
Python testing with pytest, TDD methodology, fixtures, mocking, and parametrization. Use during maestro:implement when writing Python tests following TDD.
maestro:regex-vs-llm-structured-text
Decision framework for choosing regex vs LLM for structured text parsing. Use during maestro:design when planning text extraction approach, and maestro:implement when building parsers.
maestro:search-first
Research-before-coding workflow. Use during maestro:design to find existing tools, libraries, and patterns before writing custom code.
maestro:security-review
Comprehensive security checklist for authentication, input handling, secrets, API endpoints, and sensitive data. Use during maestro:review for security posture assessment.
maestro:security-scan
Scan Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks. Use during maestro:review to audit agent configuration security.
maestro:skill-stocktake
Audit Claude skills and commands for quality with Quick Scan or Full Stocktake modes. Use during maestro:review to assess skill quality and consistency.
maestro:springboot-patterns
Spring Boot architecture patterns, REST API design, layered services, and caching. Use during maestro:implement when building Java Spring Boot backend services.
maestro:springboot-security
Spring Security best practices for authentication, authorization, CSRF, secrets, and rate limiting. Use during maestro:review when reviewing Spring Boot security configuration.
maestro:springboot-tdd
Spring Boot TDD with JUnit 5, Mockito, MockMvc, and Testcontainers. Use during maestro:implement when writing tests for Spring services, controllers, and repositories.
Page 1 of 2 · 68 results