Browse Skills

16146 skills found

pipeline.md
0
1 export pipeline
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manage the content pipeline and idea backlog. Use when checking pipeline status, evaluating pillar distribution, reviewing idea statuses, or planning content calendar. Includes idea template, pillar definitions, and frontmatter schemas.
2026-01-05
root-cause-tracing.md
0
1 export root-cause-tracing
2 akornmeier from "akornmeier/claude-config"
3 Systematically trace bugs backward through call stack to find original trigger
2026-01-05
linkedin-candidatura-ia.md
0
1 export linkedin-candidatura-ia
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Esta skill deve ser usada quando o usuário solicitar candidaturas automáticas em vagas do LinkedIn relacionadas a Inteligência Artificial (IA) no Brasil, priorizando vagas com cadastro simplificado (Easy Apply). A skill filtra vagas por palavras-chave de IA, localização no Brasil, nível de senioridade (se especificado) e tipo de candidatura simplificada.
2026-01-05
risk-assessment.md
0
1 export risk-assessment
2 uukuguy from "uukuguy/claude-agent-framework"
3 Risk identification and analysis frameworks for technology decisions
2026-01-05
huggingface-js.md
0
1 export huggingface-js
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Runs ML models in the browser and Node.js with Transformers.js and Hugging Face Inference API. Use when adding local inference, embeddings, or calling hosted models without GPU servers.
2026-01-05
work-avoidance-techniques.md
0
1 export work-avoidance-techniques
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Layer work avoidance checks from existence to content to semantic comparison. Each technique catches different skip scenarios for maximum automation efficiency.
2026-01-05
gitignore-generator.md
0
1 export gitignore-generator
2 ehtbanton from "ehtbanton/ClaudeSkillsRepo"
3 Generate comprehensive .gitignore files tailored to specific tech stacks, frameworks, and development environments. Triggers on "create gitignore", "generate .gitignore for", "gitignore for", "ignore files for".
2026-01-05
sql-splitter.md
0
1 export sql-splitter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 High-performance CLI for working with SQL dump files: split/merge by table, analyze contents, validate integrity, convert between MySQL/PostgreSQL/SQLite/MSSQL, create FK-safe samples, shard multi-tenant dumps, generate ERD diagrams, reorder for safe imports, and run SQL analytics with embedded DuckDB. Use when working with .sql dump files for migrations, dev seeding, CI validation, schema visualization, data extraction, or ad-hoc analytics.
2026-01-05
switching-to-meta-improvement.md
0
1 export switching-to-meta-improvement
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Protocol for pausing project work to enhance ~/.claude infrastructure when generalizable patterns are detected. Use when pattern should become permanent, user says make this permanent, or self-discovered optimisation.
2026-01-05
guia-diseno-ui-moderno.md
0
1 export guia-diseno-ui-moderno
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enseña principios de diseño UI/UX profesional para crear interfaces hermosas y modernas. Incluye paletas de colores contemporáneas, tipografía, espaciado y componentes. Evita clichés como gradientes azul-púrpura. Úsalo al diseñar cualquier interfaz de usuario.
2026-01-05
cloudflare-zero-trust-access.md
0
1 export cloudflare-zero-trust-access
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when integrating Cloudflare Zero Trust Access authentication with Cloudflare Workers applications. Provides Hono middleware setup, manual JWT validation patterns, service token authentication, CORS handling with Access, and multi-tenant configurations. Prevents 8 common errors including CORS preflight blocking (45 min saved), key cache race conditions (20 min), missing JWT headers (30 min), and dev/prod team mismatches (15 min). Saves ~58% tokens (3,250 tokens) and 2.5 hours per implementation. Covers user authentication flows, service-to-service auth, geographic restrictions, role-based access control, and Access policy configuration.Keywords: Cloudflare Access, Zero Trust, Cloudflare Zero Trust Access, Access authentication, JWT validation, access jwt, service tokens, hono cloudflare access, hono-cloudflare-access middleware, workers authentication, protect worker routes, admin authentication, access policy, identity providers, azure ad access, google workspace access, okta access, github a
2026-01-05
spec-writing.md
0
1 export spec-writing
2 astrosteveo from "astrosteveo/dev-marketplace"
3 This skill should be used when the user asks to "write a spec", "create a specification", "define acceptance criteria", "break down a feature", "write user stories", or needs guidance on structuring feature requirements. Provides patterns for effective spec writing and task decomposition.
2026-01-05
git-pr-creation.md
0
1 export git-pr-creation
2 foontinz from "foontinz/claude-code-plugins"
3 This skill creates pull requests using the GitHub CLI with AI-generated descriptions. It analyzes the current branch, detects available target branches, and generates concise PR descriptions based on the commit history and changes. Use this when asked to create a pull request, file a PR, or when the user uses the `/pr` or `/gpr` command. It automates the PR creation process while ensuring quality descriptions.
2026-01-05
compliance-validator.md
0
1 export compliance-validator
2 GatoaoCubo from "GatoaoCubo/codexa-core"
3 Valida textos de anúncio contra ANVISA, INMETRO, CONAR e regras de marketplace
2026-01-05
docker-health.md
0
1 export docker-health
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Docker health checks and troubleshooting. Use when building Docker images, running containers, or debugging deployment issues. Validates backend API and worker services.
2026-01-05
moai-lang-go.md
0
1 export moai-lang-go
2 kivo360 from "kivo360/quickhooks"
3 Go best practices with modern cloud-native development, performance optimization, and concurrent programming for 2025
2026-01-05
rust-performance-analyzer.md
0
1 export rust-performance-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes Rust code for performance bottlenecks, memory inefficiencies, and optimization opportunities. Use when discussing performance, slow code, memory usage, profiling, benchmarks, or optimization.
2026-01-05
cloudflare-full-stack-integration.md
0
1 export cloudflare-full-stack-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Production-tested integration patterns for connecting React frontends to Cloudflare Worker backendswith Hono, Clerk authentication, and D1 databases. Prevents common frontend-backend connection issues,CORS errors, auth token failures, and race conditions.Use when: connecting frontend to backend, implementing auth flow, setting up API calls,troubleshooting CORS, fixing race conditions, auth tokens not passing, frontend-backend connection errors,401 errors, integrating Clerk with Workers, setting up full-stack Cloudflare app, vite cloudflare plugin setup.Prevents: CORS errors, 401 Unauthorized, auth token mismatches, race conditions with auth loading,environment variable confusion, frontend calling wrong endpoints, JWT verification errors, D1 connection issues.Keywords: frontend backend integration, Cloudflare Workers, Hono, Clerk auth, JWT verification, CORS, React API client,race conditions, auth loading, connection issues, full-stack integration, vite plugin, @cloudflare/vite-plugin,D1 database,
2026-01-05
nextjs-15-specialist.md
0
1 export nextjs-15-specialist
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-plugin"
3 Use when working with Next.js 15 features, App Router, Server Components, Server Actions, or data fetching patterns. Ensures correct usage of Server vs Client Components and modern Next.js patterns.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 alavida-ai from "alavida-ai/vf-owwo"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
docker-workflow.md
0
1 export docker-workflow
2 icartsh from "icartsh/icartsh_plugin"
3 멀티 스테이지 빌드(multi-stage builds), docker-compose 오케스트레이션, 이미지 최적화, 디버깅 및 운영 모범 사례를 포함하는 포괄적인 Docker 컨테이너화 워크플로우입니다. 애플리케이션 컨테이너화, 개발 환경 구축 또는 Docker 배포 시 사용합니다.
2026-01-05
dependency-analyzer.md
0
1 export dependency-analyzer
2 j0KZ from "j0KZ/mcp-agents"
3 Analyze and optimize project dependencies. Use when auditing npm packages, checking for vulnerabilities, finding outdated dependencies, analyzing bundle size, or detecting circular imports.
2026-01-05
barqnet-backend.md
0
1 export barqnet-backend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Specialized agent for BarqNet backend development. Focuses on Go backend API development, PostgreSQL database management, authentication systems, JWT tokens, OpenVPN integration, and production-ready backend architecture. Use this skill when working on server-side code, API endpoints, database migrations, or backend infrastructure.
2026-01-05
designing-frontend.md
0
1 export designing-frontend
2 Byunk from "Byunk/claude-code-essentials"
3 Build distinctive, production-grade frontend interfaces with memorable aesthetics. Use when creating web components, pages, or applications. Prioritizes creative, context-specific design over generic patterns.
2026-01-05