Browse Skills
16146 skills found
agent-creator.md
0
1
export
agent-creator
2
from
"jbabin91/super-claude"
from
"jbabin91/super-claude"
3
Create specialized agents for Claude Code that handle specific tasks autonomously.Generate agent definitions with proper configuration and best practices.Use when: creating agents, generating sub-agents, setting up autonomous workflows.Activates for: "create agent", "generate agent", "new agent", "sub-agent", "make agent"
2026-01-05
confluence-server.md
0
1
export
confluence-server
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill enables interaction with Confluence Server/Data Center REST API for documentation retrieval and knowledge management. Use when the user wants to read pages, search content, list spaces, or retrieve documentation from Confluence Server.
2026-01-05
soracom-screenshot-generator.md
0
1
export
soracom-screenshot-generator
2
from
"soracom/saef"
from
"soracom/saef"
3
Organizes E2E test screenshots from CI/CD artifacts (user-console-monorepo), backs up previous assets, and guides annotation workflow for documentation.
2026-01-05
assume-cloudformation-role.md
0
1
export
assume-cloudformation-role
2
from
"Daisuke897/dotfiles"
from
"Daisuke897/dotfiles"
3
Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
2026-01-05
sandbox-architect.md
0
1
export
sandbox-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze codebases to generate optimal Claude Code Sandbox configurations. Use this skill when users need to set up sandbox security settings for their projects. This skill should be triggered when users ask about sandbox configuration, security settings, or when setting up Claude Code for a new project. It analyzes the codebase stack (Node.js, Python, Rust, Go, PHP, etc.), detects dependencies, and generates appropriate sandbox and permission settings through an interactive Q&A process.
2026-01-05
copilot-handoff.md
0
1
export
copilot-handoff
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create Copilot-optimized task specifications for handoff between Claude and GitHub Copilot. Use when planning implementation tasks that Copilot will complete. Optimizes comment format, provides rich context, includes checklists and examples.
2026-01-05
devops-cloud.md
0
1
export
devops-cloud
2
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
3
Master cloud platforms including AWS, GCP, and Azure. Learn services, infrastructure automation, and cloud-native patterns.
2026-01-05
mcp-architecture.md
0
1
export
mcp-architecture
2
from
"standardbeagle/standardbeagle-tools"
from
"standardbeagle/standardbeagle-tools"
3
This skill should be used when the user asks to "organize MCP tools", "structure multi-tool MCP", "design MCP architecture", "group MCP tools", "organize 10+ tools", or discusses how to architect complex MCP servers with many tools. Provides patterns for organizing, naming, and structuring multi-tool MCP servers.
2026-01-05
postgres-neon-connection-and-migrations.md
0
1
export
postgres-neon-connection-and-migrations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard patterns for connecting applications to Neon Postgres and managing schema changes via migrations (Alembic / SQLModel / SQLAlchemy), with attention to serverless connection behaviour.
2026-01-05
rust-candle-whisper.md
0
1
export
rust-candle-whisper
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Implement native Rust ML inference with Candle framework. Use when building GPU-accelerated ML pipelines without Python dependencies.
2026-01-05
claude-code.md
0
1
export
claude-code
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Claude Code expert guidance - features, configuration, hooks, plugins, MCP servers, IDE integration, and enterprise deployment
2026-01-05
tester.md
0
1
export
tester
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
Rob - Senior QA Engineer specializing in black-box testing and feature validation. Use when testing features against acceptance criteria, validating user requirements, creating test reports, or performing exploratory testing. Also responds to 'Rob' or /rob command.
2026-01-05
leading-organisation.md
0
1
export
leading-organisation
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Founder operating system for strategic decisions, team leadership, and technical authority maintenance. Use when making business decisions, reviewing team dynamics, or balancing coding vs leading.
2026-01-05
spec-review.md
0
1
export
spec-review
2
from
"teliha/dev-workflows"
from
"teliha/dev-workflows"
3
Review specifications for completeness, clarity, testability, and quality. Use with --mode quick/standard/thorough to control review depth. Default is thorough (3 consecutive passes). (user)
2026-01-05
tdd-reference.md
0
1
export
tdd-reference
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
On-demand TDD guideline access without loading full documentation into context. Provides targeted guidance for RED-GREEN-REFACTOR phases, refactoring decisions, and test quality patterns.
2026-01-05
wrangler-workflows.md
0
1
export
wrangler-workflows
2
from
"involvex/involvex-claude-marketplace"
from
"involvex/involvex-claude-marketplace"
3
This skill should be used when the user mentions "wrangler", "wrangler.toml", "wrangler.jsonc", "wrangler commands", "local development", "wrangler dev", "wrangler deploy", "wrangler publish", "secrets management", "wrangler tail", "wrangler d1", "wrangler kv", or discusses Cloudflare Workers CLI, configuration files, or deployment workflows.
2026-01-05
session-management-ssg-ssr.md
0
1
export
session-management-ssg-ssr
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Expert skill for implementing session management in SSG (Static Site Generation) and SSR (Server-Side Rendering) contexts. Covers stateless authentication with JWT, database session management, client-side session handling, and security best practices for different rendering strategies. Use when implementing session management in static sites (SSG), handling authentication in server-side rendered applications (SSR), or implementing stateless authentication with JWT tokens.
2026-01-05
svelte-remote-functions.md
0
1
export
svelte-remote-functions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for SvelteKit Remote Functions. Use this skill by default for all SvelteKit projects doing type-safe client-server communication with query (data fetching), form (progressive enhancement), command (imperative actions), or data invalidation/refresh patterns.
2026-01-05
rastreando-odoo.md
0
1
export
rastreando-odoo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Rastreia fluxos documentais completos no Odoo, executa auditorias financeiras e gerencia conciliacoes bancarias.USAR QUANDO:- Rastrear NF de compra/venda: "rastreie NF 12345", "fluxo da nota 54321"- Rastrear pedido de compra: "rastreie PO00789", "fluxo do pedido de compra"- Rastrear pedido de venda: "rastreie VCD123", "fluxo do VFB456"- Rastrear por parceiro: "documentos do Atacadao", "fluxo do fornecedor Vale Sul"- Rastrear por CNPJ: "rastreie 18467441000123"- Rastrear por chave NF-e: "rastreie 3525..."- Ver titulos e conciliacoes: "pagamentos da NF 12345", "titulos do PO00789"- Verificar devolucoes: "devolucao da NF 54321", "nota de credito"- Auditoria de faturas de compra: "auditoria faturas novembro", "faturas fornecedores"- Auditoria de extrato bancario: "extrato bancario 2024", "conciliacao bancaria"- Mapeamento de vinculos: "extratos sem vinculo", "titulos soltos", "faturas sem pagamento"- Vincular extrato com fatura via Excel: "processar planilha de vinculacao", "conciliar via Excel"NA
2026-01-05
cloudflare-turnstile.md
0
1
export
cloudflare-turnstile
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill provides comprehensive knowledge for implementing Cloudflare Turnstile, the CAPTCHA-alternative bot protection system. It should be used when integrating bot protection into forms, login pages, signup flows, or any user-facing feature requiring spam/bot prevention. Turnstile runs invisible challenges in the background, maintaining excellent user experience while blocking automated traffic.Use when: Adding bot protection to forms, implementing login security, protecting API endpoints from abuse, migrating from reCAPTCHA/hCaptcha, encountering CSP errors with Turnstile, handling token validation failures, implementing E2E tests with Turnstile, integrating with React/Next.js/Hono applications, or debugging error codes 100*, 300*, 600*.Keywords: turnstile, captcha, bot protection, cloudflare challenge, siteverify, recaptcha alternative, spam prevention, form protection, cf-turnstile, turnstile widget, token validation, managed challenge, invisible challenge, @marsidev/react-turnstile, hono turnstil
2026-01-05
chat-navigator.md
0
1
export
chat-navigator
2
from
"diegofornalha/skills-futuro"
from
"diegofornalha/skills-futuro"
3
Navegação e teste conversacional de aplicações web usando Chrome DevTools. Permite testar sites através de comandos naturais em português, com suporte a contexto do Neo4j e integração automática com hooks de validação.
2026-01-05
vercel-deploy.md
0
1
export
vercel-deploy
2
from
"djtroymx1/Digital-VisionWorks"
from
"djtroymx1/Digital-VisionWorks"
3
Manages Git operations and Vercel deployments for the DigitalVisionWorks project. Use when initializing repositories, committing changes, pushing to GitHub, or verifying deployments. Triggers on deployment requests, git operations, or publish requests.
2026-01-05
julien-ref-doc-production.md
0
1
export
julien-ref-doc-production
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Documentation production methodology with DRY principles. Covers 8 document types (GUIDE, INCIDENT, SESSION, AUDIT, RECHERCHE, etc.), naming conventions, and YAML metadata.
2026-01-05
cryptotribes-game-logic-developer.md
0
1
export
cryptotribes-game-logic-developer
2
from
"provnuk88/cryptotribes"
from
"provnuk88/cryptotribes"
3
Develop and balance game mechanics for CryptoTribes - battles, territories, units, tribes, resources, and real-time systems. Use when implementing gameplay features, balancing formulas, testing game logic, or working with MongoDB schemas. Triggers on "game logic", "battle system", "balance", "territories", "units", "tribes".
2026-01-05