poker-player
Play Texas Hold'em poker as an AI agent. Use when joining a poker game, making betting decisions, or analyzing opponents.
prime
Load context for a new agent session by analyzing codebase structure and README. Use when starting a new session or needing to understand an unfamiliar codebase.
prisma-check
Use when auditing a systematic review or meta-analysis manuscript against the PRISMA 2020 checklist. Triggers on systematic reviews, meta-analyses, pooled analyses, forest plots, search strategies, or study selection flow diagrams.
prompt-engineer
Optimize prompts for LLMs and AI systems. Use when building AI features, improving agent performance, or crafting system prompts.
publish-the-skill
>
python
Write idiomatic Python with advanced features. Use for Python development, refactoring, or optimization.
qing
Qing dynasty court roleplay mode. Activates imperial court persona for all agent responses. Use when user wants to enable court roleplay, mentions qing, or wants a fun imperial Chinese tone.
quarto-book
Generate Quarto Book project structure with chapters, configuration, and output settings. Use when user wants to create a book, multi-chapter document, technical manual, or asks about Quarto book setup.
quicktype
Generate TypeScript types from JSON files using quicktype CLI. Use when user wants to create types/interfaces from JSON data, API responses, or config files.
refactor
Refactor code for quality, reduce technical debt, and improve maintainability. Use for cleanup tasks and code improvements.
repo-init
Initializes a public GitHub repo with CITATION.cff, citation.bib, LICENSE (MIT), AMA+APA CSL files, README.md with badges and citation block, and gh repo description. Use when creating a new repo, setting up project metadata, or when user mentions "repo init", "badges", "citation", "CITATION.cff", or "license setup".
research-plan-implement
Enforces a three-phase RPI workflow (Research, Plan, Implement) for code changes. Use when tackling non-trivial features, refactors, or bug fixes in medium-to-large codebases to prevent context waste and ensure correctness over speed.
retro
Review the current Claude Code session conversation. Extracts only human-readable content (user prompts and agent prose responses, skipping tool calls and tool results), then produces a structured retrospective report covering accomplishments, efficiency improvements, English corrections, learning recommendations, and CLAUDE.md suggestions. Use when the user asks to review, retrospect, or summarize the session — especially at the end of a work session.
rust
Write idiomatic Rust with ownership, lifetimes, and traits. Use for Rust development, memory safety, or systems programming.
sc
Unified SuperClaude workflow skill with subcommands for analysis, building, documentation, git, implementation, and more. Use for any structured development workflow.
scientific-figure-assembly
Assemble multi-panel scientific figures with panel labels (A, B, C) at publication quality (300 DPI) using R. Use when combining individual plots into journal-ready figures.
search
Expert web research with advanced search techniques. Use for deep research, information gathering, or fact verification.
security
Security audits, vulnerability detection, and secure coding. Use for security reviews, auth implementation, or OWASP compliance.
skill-gen
Generates new Claude Code skills with proper structure and best practices. Use when user asks to create a new skill, slash command, or wants to automate a workflow. Guides through requirements gathering, structure generation, and validation.
slidev
Create and present web-based slides for developers using Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, or teaching materials.
sql
Write SQL queries, optimize execution plans, and design schemas. Use for query optimization, complex joins, or database design.
strobe-check
Use when auditing an observational study manuscript (cohort, case-control, or cross-sectional) against the STROBE checklist. Triggers on retrospective studies, hospital data, registry/database studies like TCGA, SEER, NHIRD, or any non-randomized clinical research.
test-auto
Create test suites with unit, integration, and e2e tests. Use when setting up tests, improving coverage, or when user asks about testing.
tripod-check
Use when auditing a prediction model or clinical AI manuscript against the TRIPOD+AI checklist. Triggers on prediction models, prognostic scores, diagnostic models, machine learning clinical tools, risk calculators, AUC/c-statistic reporting, or AI-assisted clinical decision support.
update-dev-docs
Update dev docs before session compaction to capture progress. Use before compacting conversation, ending sessions, or switching tasks.
vale
Runs Vale prose linter on markdown/text files and auto-fixes issues. Use when the user asks to lint, proofread, or improve writing quality of markdown or text files.
visualization-check
Use when reviewing a data visualization or figure for clarity, checking if a graph communicates its message without additional context, or iterating on R/Python plot scripts until a naive reader can fully understand the figure.
vm-docker
Use when deploying Docker services on the local VM (hostname: vm, Pop!_OS) with Traefik reverse proxy and Homepage dashboard. Covers crane image workflow, Traefik file-provider registration, Homepage services.yaml entries, and compose templates on the traefik-proxy network.
zettel
Converts narrative medical text into Pocket Medicine bullet-style notes with proper abbreviations, then modularizes sections exceeding 20 lines into linked standalone files.
ray
Expert in Apache Ray distributed computing. Use when converting Python code to Ray workloads, debugging Ray applications, optimizing Ray performance, or working with Ray Core, Ray Data, Ray Train, Ray Serve, or Ray Tune. Automatically fetches relevant documentation from Ray, HuggingFace, PyTorch, and other ML/distributed frameworks based on code context.
tool-coingecko-price
Use the coingecko_price tool to fetch spot crypto prices (free) for one or more symbols/ids with 24h change and last-updated timestamps.
tool-gdelt-news
Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
tool-grok-search
Use the grok_search tool to search X/web/news via xAI Grok Live Search (paid) and return an answer plus citations.
tool-nasdaq-candles
Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.
tool-nasdaq-quote
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
tool-polymarket-book
Use the polymarket_book tool to fetch Polymarket CLOB order book depth (YES/NO) via Gamma + CLOB and expose best bid/ask/mid.
tool-polymarket-trades
Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
documentation-update
Regenerates documentation files (agents.md, agent-skills.md, plugins.md, usage.md) from marketplace data using Jinja templates. Use when plugins are added, updated, or removed to keep documentation in sync.
marketplace-update
Updates the .claude-plugin/marketplace.json file when plugins are added, modified, or removed. Use when creating or updating plugin entries in the marketplace catalog.
go-concurrency
Advanced concurrency patterns with goroutines, channels, context, and synchronization primitives. Use when working with concurrent Go code, implementing parallel processing, or debugging race conditions.
go-optimization
Performance optimization techniques including profiling, memory management, benchmarking, and runtime tuning. Use when optimizing Go code performance, reducing memory usage, or analyzing bottlenecks.
go-patterns
Modern Go patterns, idioms, and best practices from Go 1.18+. Use when user needs guidance on idiomatic Go code, design patterns, or modern Go features like generics and workspaces.
rack-middleware
Rack middleware development, configuration, and integration patterns. Use when working with middleware stacks or creating custom middleware.
ruby-patterns
Modern Ruby idioms, design patterns, metaprogramming techniques, and best practices. Use when writing Ruby code or refactoring for clarity.
sinatra-patterns
Common Sinatra patterns, routing strategies, error handling, and application organization. Use when building Sinatra applications or designing routes.
sinatra-security
Security best practices for Sinatra applications including input validation, CSRF protection, and authentication patterns. Use when hardening applications or conducting security reviews.
clap-patterns
Common Clap patterns and idioms for argument parsing, validation, and CLI design. Use when implementing CLI arguments with Clap v4+.
cli-configuration
Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications.
cli-distribution
Distribution and packaging patterns including shell completions, man pages, cross-compilation, and release automation. Use when preparing CLI tools for distribution.
cli-ux-patterns
CLI user experience best practices for error messages, colors, progress indicators, and output formatting. Use when improving CLI usability and user experience.
Page 406 of 1446 · 72270 results