Browse Skills

22656 skills found

review-coordination.md
0
1 export review-coordination
2 Lobbi-Docs from "Lobbi-Docs/claude-2"
3 Use when coordinating code reviews, agent reviews, and approval workflows across Jira and Harness
2026-01-05
docker-deploy.md
0
1 export docker-deploy
2 gizix from "gizix/cc_projects"
3 Create Docker configurations and deployment workflows for Scrapy projects when containerizing spiders or deploying to production. Generates Dockerfiles, docker-compose setups, and orchestration configurations.
2026-01-05
orchestration.md
0
1 export orchestration
2 motlin from "motlin/claude-code-plugins"
3 Coordinates other skills and agents. ALWAYS use this skill on startup.
2026-01-05
claude-codex-guardrail-loop.md
0
1 export claude-codex-guardrail-loop
2 munlucky from "munlucky/claude-command-relay"
3 Run Codex plan validation or implementation review as a quality gate for non-trivial tasks. Use after planning or implementation.
2026-01-05
backend-bootstrapper.md
0
1 export backend-bootstrapper
2 mavric from "mavric/devenv"
3 Bootstraps complete backend with Apso, including API setup, database configuration, and testing. Triggers when user needs to create backend, setup API, or initialize server.
2026-01-05
global-tech-stack.md
0
1 export global-tech-stack
2 overtimepog from "overtimepog/AgentTheo"
3 Reference and maintain the project's technology stack including frameworks, languages, databases, testing tools, and third-party services to ensure consistency across the codebase. Use this skill when making technology decisions, adding new dependencies, choosing appropriate tools or libraries, configuring build systems, setting up testing frameworks, or documenting the tech stack. Apply this skill when selecting which framework, library, or tool to use for a given task, when ensuring code follows the conventions of the chosen stack (React patterns, Python idioms, Rails conventions), when integrating third-party services, or when documenting technology choices in README or architecture documentation. This skill ensures all team members use consistent technologies, new additions align with existing stack decisions, technology choices are documented with rationale, and the project maintains coherent patterns rather than mixing conflicting approaches or frameworks.
2026-01-05
gerar-quiz-rag.md
0
1 export gerar-quiz-rag
2 diegofornalha from "diegofornalha/plugin-rag-to-quiz"
3 Gerador e executor de quiz sobre conhecimento RAG. Comandos: '/gerar-quiz-rag gerar' para gerar perguntas do banco RAG e salvar em JSON, '/gerar-quiz-rag iniciar' para executar quiz de 10 perguntas, '/gerar-quiz-rag status' para ver progresso. Claude consulta o banco SQLite RAG e gera perguntas diretamente.
2026-01-05
ms-rust.md
0
1 export ms-rust
2 GodlessVVanderer from "GodlessVVanderer/SLAIN"
3 ALWAYS use this skill BEFORE writing or modifying ANY Rust code (.rs files), even for simple Hello World programs. Enforces Microsoft Rust coding guidelines, applies M-CANONICAL-DOCS documentation, adds compliance comments, and validates against rust-guidelines.txt. This skill is MANDATORY for all Rust development.
2026-01-05
moai-alfred-issue-labels.md
0
1 export moai-alfred-issue-labels
2 majiayu000 from "majiayu000/claude-skill-registry"
3 GitHub issue label configuration, label taxonomy, and workflow automation mapping for MoAI-ADK projects
2026-01-05
veo3-image-prompt.md
0
1 export veo3-image-prompt
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes images and generates optimized prompts for Google's Veo 3.1 video generation model. Use when users provide an image and want to animate it or create a video prompt from it. Applies Veo 3.1's five-part formula (Cinematography + Subject + Action + Context + Style & Ambiance) and best practices from the official prompting guide.
2026-01-05
colors-typography.md
0
1 export colors-typography
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define brand styling for website projects. Updates globals.css with CSS color variables (oklch format), typography (h1-h6, p, a, blockquote), and container styles. Use at the start of a project after sitemap is created. Requires primary, secondary, and accent colors plus font choice.
2026-01-05
seo-metadata-manager.md
0
1 export seo-metadata-manager
2 nathan-a-king from "nathan-a-king/website"
3 Generate and validate SEO metadata, meta tags, structured data, social sharing tags. Use when optimizing SEO, creating meta descriptions, validating Open Graph tags, checking structured data, or improving social media sharing.
2026-01-05
github-release-swarm.md
0
1 export github-release-swarm
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment. Use for release planning, automated versioning, artifact building, progressive deployment, and multi-repo releases.
2026-01-05
supabase-migration.md
0
1 export supabase-migration
2 Jzineldin from "Jzineldin/image-wise-learn-62"
3 Expert at handling Supabase database migrations, creating RPC functions, managing RLS policies, and updating database schemas. Use when working with migrations, database schema changes, SQL functions, or Row Level Security policies.
2026-01-05
phantom-scribe.md
0
1 export phantom-scribe
2 barnstorm from "barnstorm/phantom_scribe"
3 Kickstart and maintain a fast-paced fiction project from a thumbnail using Harmon Story Circle + Crouch-style chapter momentum. Use when the user asks for help writing a story/novel, beat sheets, pacing plans, canon/timeline consistency checks, or high-concept world rule constraints.
2026-01-05
fp-ts.md
0
1 export fp-ts
2 manutej from "manutej/crush-mcp-server"
3 Master the fp-ts library for typed functional programming in TypeScript, including Option, Either, Task, TaskEither, Reader, State, IO, Array, Record, pipe/flow composition, Do notation, optics (lenses/prisms), and integration with the Effect-TS ecosystem. Use when working with fp-ts data types, composing functional pipelines, handling effects functionally, implementing monadic patterns, or using fp-ts utilities for type-safe functional code.
2026-01-05
editorconfig-config.md
0
1 export editorconfig-config
2 metasaver from "metasaver/metasaver-marketplace"
3 EditorConfig file validation and template for enforcing consistent coding styles across editors and IDEs in monorepos. Includes 4 required standards (root declaration, universal settings with UTF-8/LF/2-space defaults, language-specific sections for JS/TS/JSON/YAML/Markdown/Python/Shell/SQL/Docker/Prisma, root-only placement in monorepos). Use when creating or auditing .editorconfig files to ensure consistent code formatting.
2026-01-05
adk.md
0
1 export adk
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for building AI agents using Google's Agent Development Kit (ADK). Use when building agentic systems, orchestrating multi-agent workflows, creating AI assistants with custom tools, implementing LLM-powered applications, or working with Google Gemini models. Covers agent types (LlmAgent, SequentialAgent, ParallelAgent, LoopAgent), tool integration (FunctionTool, built-in tools, MCP), session management, deployment strategies, and multi-agent coordination patterns.
2026-01-05
sdd-specification.md
0
1 export sdd-specification
2 aseesy from "aseesy/DEMO"
3 Create feature specifications using Specification-Driven Development (SDD) methodology.Use when starting a new feature, documenting requirements, or executing the /specify command.This skill guides the creation of comprehensive feature specifications following the SDDframework's spec-template.md structure. It ensures specifications include all requiredsections, validates completeness, detects domains/agents needed, and prepares for theplanning phase.Triggered by: /specify command, user request for "specification", "requirements","feature spec", or "document requirements".
2026-01-05
study-guide-verifier.md
0
1 export study-guide-verifier
2 majiayu000 from "majiayu000/claude-skill-registry"
3 CRITICAL AUTOMATION: Automatically performs comprehensive study guide verification using the study-guide-analyzer agent.ACTIVATES when user requests accuracy verification, post-creation validation,or analysis of existing study guides.Launches the study-guide-analyzer agent to implement systematic 6-step verification protocol,ensuring study guides contain only source-accurate information with complete coverage and proper formatting.
2026-01-05
moai-baas-firebase-ext.md
0
1 export moai-baas-firebase-ext
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Firebase Platform with AI-powered Google Cloud integration, Context7 integration, and intelligent Firebase orchestration for scalable mobile and web applications
2026-01-05
project-manifest.md
0
1 export project-manifest
2 Alfredo-Sandoval from "Alfredo-Sandoval/prismatica"
3 Track active artifacts in paper/poster projects. Use when creating figures, scripts, or reports to prevent iteration bloat and maintain a clear record of what's current vs. deprecated.
2026-01-05
monaco-payslip-calculator.md
0
1 export monaco-payslip-calculator
2 silvainfm from "silvainfm/paie_reflex"
3 Calculate Monaco payslips (bulletin de salaire) with social security contributions, taxes, and net salary. Use when user requests Monaco payslip calculations, salary breakdowns for Monaco employees, or needs to compute Monegasque employer/employee contributions.
2026-01-05
session-logger.md
0
1 export session-logger
2 munlucky from "munlucky/claude-command-relay"
3 Log work sessions with timestamps, decisions, agent handoffs, issues, and outcomes. Use when a session log needs to be created or updated.
2026-01-05