Back to categories
Category

Agent Skills in category: Uncategorized

72244 skills match this category. Browse curated collections and explore related Agent Skills.

maestro:tdd-workflow

Test-driven development workflow enforcing Red-Green-Refactor with 80%+ coverage. Use during maestro:implement as the core TDD methodology for all code changes.

ReinaMacCredy
ReinaMacCredy
233

maestro:verification-loop

Comprehensive post-change verification system with build, test, lint, and quality gates. Use during maestro:review as the core verification workflow before PRs or releases.

ReinaMacCredy
ReinaMacCredy
233

maestro:visa-doc-translate

Translate visa application documents (images) to English and create bilingual PDFs. Use in any maestro phase when translating documents for visa applications.

ReinaMacCredy
ReinaMacCredy
233

init

Generates AGENTS.md and CLAUDE.md files using the WHAT/WHY/HOW framework. Explores the codebase and produces minimal (<100 line) context files with progressive disclosure.

ReinaMacCredy
ReinaMacCredy
233

maestro-design

Deep discovery and specification for ambitious features. Full BMAD-inspired interview with classification, vision, journeys, domain analysis, and FR synthesis. Same output contract (spec.md + plan.md) as new-track but far richer. Use for multi-component systems, regulated domains, or unclear requirements.

ReinaMacCredy
ReinaMacCredy
233

maestro-implement

Execute track tasks following TDD workflow. Single-agent by default, --team for parallel Agent Teams, Sub Agent Parallels. Use when ready to implement a planned track.

ReinaMacCredy
ReinaMacCredy
233

maestro-new-track

Create a new feature/bug track with spec and implementation plan. Interactive interview generates requirements spec, then phased TDD plan. Use when starting work on a new feature, bug fix, or chore.

ReinaMacCredy
ReinaMacCredy
233

maestro-note

Capture decisions, constraints, and context to persistent notepad. Priority notes are injected into every session and implementation run.

ReinaMacCredy
ReinaMacCredy
233

maestro-revert

Git-aware revert of track, phase, or individual task. Safely undoes implementation with plan state rollback.

ReinaMacCredy
ReinaMacCredy
233

maestro-review

Code review for a track against its spec and plan. Verifies implementation matches requirements, checks code quality and security.

ReinaMacCredy
ReinaMacCredy
233

maestro-setup

Scaffolds project context (product, tech stack, coding guidelines, product guidelines, workflow) and initializes track registry. Use for first-time project onboarding.

ReinaMacCredy
ReinaMacCredy
233

maestro-status

Show track progress overview with phase/task completion stats, next actions, and blockers.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

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.

ReinaMacCredy
ReinaMacCredy
233

duckdb-sql

Generate DuckDB SQL queries. Use when user asks about DuckDB queries, data analysis, exploring .ddb database files, CSV files, Parquet files, wants help editing/improving SQL, asks to use the duckdb skill, references duckdb assets, or wants to initialize/setup duckdb analysis.

robdmc
robdmc
0

latex-pdf-compiler

Compiles LaTeX source code to PDF using pdflatex. Use this skill whenever the user asks to create and compile LaTeX documents, generate PDFs from LaTeX, or compile existing LaTeX code in artifacts.

robdmc
robdmc
0

scribe

Maintains a narrative log of exploratory work with file archives. Capabilities: (1) Log entries with propose-confirm flow, (2) Archive files linked to entries, (3) Restore archived files, (4) Query past work by time or topic, (5) Link related entries for thread tracking. Activates when user addresses "scribe" directly (e.g., "hey scribe, log this", "scribe, save this notebook", "scribe, what did we try yesterday?") or uses `/scribe` commands.

robdmc
robdmc
0

viz

Data visualization and inspection skill. Use for (1) creating matplotlib/seaborn plots from data files or marimo notebooks, or (2) inspecting DataFrames by showing first N rows, column names, and dtypes. For plots, provide chart type, data context, and styling. For inspection, ask to "show" or "display" the data.

robdmc
robdmc
0

mastering-python-skill

Modern Python coaching covering language foundations through advanced production patterns. Use when asked to "write Python code", "explain Python concepts", "set up a Python project", "configure Poetry or PDM", "write pytest tests", "create a FastAPI endpoint", "run uvicorn server", "configure alembic migrations", "set up logging", "process data with pandas", or "debug Python errors". Triggers on "Python best practices", "type hints", "async Python", "packaging", "virtual environments", "Pydantic validation", "dependency injection", "SQLAlchemy models".

SpillwaveSolutions
SpillwaveSolutions
6413

just

just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".

SecKatie
SecKatie
11

llm

Access and interact with Large Language Models from the command line using Simon Willison's llm CLI tool. Supports OpenAI, Anthropic, Gemini, Llama, and dozens of other models via plugins. Features include chat sessions, embeddings, structured data extraction with schemas, prompt templates, conversation logging, and tool use. This skill is triggered when the user says things like "run a prompt with llm", "use the llm command", "call an LLM from the command line", "set up llm API keys", "install llm plugins", "create embeddings", or "extract structured data from text".

SecKatie
SecKatie
11

mermaid

Generate diagrams and flowcharts from mermaid definitions using the mermaid-cli (mmdc). Supports themes, custom CSS, and various output formats including SVG, PNG, and PDF. Mermaid supports 20+ diagram types including flowcharts, sequence diagrams, class diagrams, state diagrams, entity relationship diagrams, user journeys, Gantt charts, pie charts, quadrant charts, requirement diagrams, GitGraph, C4 diagrams, mindmaps, timelines, ZenUML, Sankey diagrams, XY charts, block diagrams, packet diagrams, Kanban boards, architecture diagrams, radar charts, and treemaps. This skill is triggered when the user says things like "create a diagram", "make a flowchart", "generate a sequence diagram", "create a mermaid chart", "visualize this as a diagram", "render mermaid code", or "create an architecture diagram".

SecKatie
SecKatie
11

parakeet

Convert audio files to text using parakeet-mlx, NVIDIA's Parakeet automatic speech recognition model optimized for Apple's MLX framework. Run via uvx for on-device speech-to-text processing with high-quality timestamped transcriptions. Ideal for podcasts, interviews, meetings, and other audio content. This skill is triggered when the user says things like "transcribe this audio", "convert audio to text", "transcribe this podcast", "get text from this recording", "speech to text", or "transcribe this wav/mp3/m4a file".

SecKatie
SecKatie
11

piper

Convert text to speech using Piper TTS. This skill is triggered when the user says things like "convert text to speech", "text to audio", "read this aloud", "create audio from text", "generate speech from text", "make an audio file from this text", or "use piper TTS".

SecKatie
SecKatie
11

yt-dlp

Download audio and video from thousands of websites using yt-dlp. Feature-rich command-line tool supporting format selection, subtitle extraction, playlist handling, metadata embedding, and post-processing. This skill is triggered when the user says things like "download this video", "download from YouTube", "extract audio from video", "download this playlist", "get the mp3 from this video", "download subtitles", or "save this video locally".

SecKatie
SecKatie
11

gh

GitHub CLI (gh) for repository management, rulesets, releases, PRs, and issues. This skill is triggered when the user says things like "create a GitHub PR", "list GitHub issues", "set up branch protection", "create a ruleset", "configure GitHub rulesets", "create a GitHub release", "clone this repo", or "manage GitHub repository settings".

SecKatie
SecKatie
11

jira-cli

Manage Jira tickets from the command line using jira-cli. Contains essential setup instructions, non-interactive command patterns with required flags (--plain, --raw, etc.), authentication troubleshooting, and comprehensive command reference. This skill is triggered when the user says things like "create a Jira ticket", "list my Jira issues", "update Jira issue", "move Jira ticket to done", "log time in Jira", "add comment to Jira", or "search Jira issues". IMPORTANT - Read this skill before running any jira-cli commands to avoid blocking in interactive mode.

SecKatie
SecKatie
11

jj-vcs

Jujutsu (jj) is a powerful Git-compatible version control system with innovative features like automatic rebasing, working-copy-as-a-commit, operation log with undo, and first-class conflict tracking. This skill is triggered when the user says things like "use jj", "run jj commands", "jujutsu version control", "migrate from git to jj", "jj rebase", "jj squash", "jj log", or "help with jj workflow".

SecKatie
SecKatie
11

project-analyzer

Analyzes project structure and generates appropriate Claude Code subagents based on detected tech stack

SawanoLab
SawanoLab
0

flutter-mobile-design

Create distinctive, production-grade Flutter mobile applications with Material Design 3. Use this skill when the user asks to build Flutter widgets, screens, pages, or complete mobile apps. Handles UI creation from scratch, design-to-code conversion (Figma/mockups), architecture patterns (Riverpod, BLoC), and Flutter best practices. Generates beautiful, performant Flutter code that avoids generic aesthetics.

saaip7
saaip7
1

react-native-mobile-design

Create distinctive, production-grade React Native mobile applications with modern best practices. Use this skill when the user asks to build React Native components, screens, or complete mobile apps for iOS and Android. Handles UI creation from scratch, design-to-code conversion (Figma/mockups), state management (Zustand, Redux Toolkit), navigation (React Navigation), styling (NativeWind, StyleSheet), and performance optimization. Generates beautiful, performant cross-platform code.

saaip7
saaip7
1

resume-creator

Create professional resumes using first-principles thinking, Google XYZ format, company research, LaTeX Harvard-style formatting, and iterative visual refinement. Use when the user wants to create, update, or optimize a resume/CV for a specific job, company, or career goal.

Mahir-Isikli
Mahir-Isikli
11

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

justin-graham
justin-graham
0

forge-conventions

Project conventions for git commits, branch naming, and code style. Use when committing code, creating branches, or reviewing code style.

martimramos
martimramos
1

forge-docs

MkDocs documentation standards with mkdocs-material theme. Use when creating documentation, README files, or project docs structure.

martimramos
martimramos
1

forge-lang-ansible

Ansible automation safety practices. Enforces check-mode-first workflow. Use when working with playbooks, roles, or inventory files.

martimramos
martimramos
1

forge-lang-bash

Bash/Shell scripting standards including shellcheck, shfmt, and bats testing. Use when working with shell scripts (.sh, .bash).

martimramos
martimramos
1

forge-lang-c

C development standards including make, gcc/clang, valgrind, and cppcheck. Use when working with C files, Makefiles, or CMakeLists.txt.

martimramos
martimramos
1

forge-lang-cpp

C++ development standards including make/cmake, g++/clang++, and static analysis. Use when working with C++ files (.cpp, .hpp, .cc, .hh).

martimramos
martimramos
1

forge-lang-node

Node.js development standards including jest/vitest, eslint, and prettier. Use when working with JavaScript files, package.json, or npm/pnpm.

martimramos
martimramos
1

forge-lang-python

Python development standards including pytest, ruff, black, and mypy. Use when working with Python files, tests, or dependencies.

martimramos
martimramos
1

forge-lang-rust

Rust development standards including cargo test, clippy, and rustfmt. Use when working with Rust files, Cargo.toml, or Rust tests.

martimramos
martimramos
1

forge-lang-terraform

Terraform infrastructure-as-code safety practices. Enforces plan-before-apply workflow. Use when working with .tf files or infrastructure commands.

martimramos
martimramos
1

forge-lang-terragrunt

Terragrunt wrapper for Terraform with DRY configurations. Enforces plan-before-apply workflow. Use when working with terragrunt.hcl files.

martimramos
martimramos
1

Page 1002 of 1445 · 72244 results