Browse Skills

16146 skills found

new-domain-setup.md
0
1 export new-domain-setup
2 ProvidenceIT from "ProvidenceIT/hosting-skills"
3 Complete domain hosting setup workflow combining Plesk, Cloudflare, Let's Encrypt, and GitHub Actions deployment. Use when setting up a new domain from scratch, including DNS configuration, SSL certificates, and automated deployment pipelines. Orchestrates plesk-domain-setup, cloudflare-domain-setup, and github-actions-deploy skills.
2026-01-05
ascii-preview-generate.md
0
1 export ascii-preview-generate
2 AbeJitsu from "AbeJitsu/Game-Settings-Panel"
3 Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
2026-01-05
finishing-a-development-branch.md
0
1 export finishing-a-development-branch
2 arturas-bes from "arturas-bes/kainuguru-api"
3 Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
github-actions-troubleshooter.md
0
1 export github-actions-troubleshooter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Diagnose and fix GitHub Actions workflow failures, CI/CD pipeline issues, YAML syntax errors, and workflow configuration problems. Use when debugging failed CI runs, fixing workflow errors, or optimizing GitHub Actions. Keywords: github actions, CI, workflow, pipeline, yml, yaml, actions failure, CI failure, workflow error
2026-01-05
service-checklist.md
0
1 export service-checklist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Shared validation and monitoring checklists for service deployment and upgrades. Referenced by deploy-service and service-upgrade skills.
2026-01-05
security-review.md
0
1 export security-review
2 bselee from "bselee/MuRP"
3 Security audit for vulnerabilities, compliance issues, and sensitive data exposure. Use before production deployments or when reviewing security-sensitive code.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 frankdevlabs from "frankdevlabs/compilothq"
3 Write clean, consistent code following established naming conventions, automated formatting, DRY principles, meaningful variable names, small focused functions, and consistent indentation across all programming languages. Use this skill when writing or refactoring code in any programming language or file type including JavaScript (.js, .mjs, .cjs), TypeScript (.ts, .tsx, .mts), Python (.py), Ruby (.rb), Java (.java), Go (.go), Rust (.rs), PHP (.php), C# (.cs), Swift (.swift), Kotlin (.kt), or any other source code files. Use this when creating new functions, classes, interfaces, types, or variables that need appropriate naming following language-specific conventions like camelCase for JavaScript/TypeScript variables and functions (getUserById, totalPrice, isActive), PascalCase for class names, type names, and interfaces in most languages (UserProfile, DatabaseConnection, ApiResponse), snake_case for Python functions and variables (get_user_by_id, total_price, is_active), SCREAMING_SNAKE_CASE for constants (AP
2026-01-05
cloudflare-r2.md
0
1 export cloudflare-r2
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for implementing Cloudflare R2 - S3-compatible object storage with zero egress fees. Use when implementing file storage, uploads/downloads, data migration to/from R2, configuring buckets, integrating with Workers, or working with R2 APIs and SDKs.
2026-01-05
terraform-iac.md
0
1 export terraform-iac
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Master Terraform for managing cloud infrastructure as code.
2026-01-05
semantic-search.md
0
1 export semantic-search
2 cadrianmae from "cadrianmae/claude-marketplace"
3 Use semantic search to find relevant code and documentation when user asks about specific functionality, features, or implementation patterns. Automatically invoke when user asks "where is...", "how does... work", "find code that...", or similar conceptual queries. More powerful than grep for concept-based searches. Uses odino CLI with BGE embeddings for fully local semantic search.
2026-01-05
authoring-skills.md
0
1 export authoring-skills
2 majiayu000 from "majiayu000/claude-skill-registry"
3 MUST BE USED when creating, improving, or reviewing Skills. Use PROACTIVELY when user mentions "create a skill", "new skill", "write a skill", "improve skill", "skill description", or "progressive disclosure". Guides through specification-compliant skill design with three-level progressive disclosure.
2026-01-05
tech-debt-resolver.md
0
1 export tech-debt-resolver
2 diegofornalha from "diegofornalha/skills-futuro"
3 Loop automatizado de melhoria contínua que usa o Chat RAG para identificar débitos técnicos, implementa correções, reingere a base de conhecimento e valida até eliminar 100% dos débitos.
2026-01-05
architecture-diagramming-expert.md
0
1 export architecture-diagramming-expert
2 frankxai from "frankxai/ai-architect"
3 Create professional architecture diagrams using D2, Draw.io, Mermaid, and OCI official icons for enterprise-grade visualizations
2026-01-05
dispatching-incremental-tdd.md
0
1 export dispatching-incremental-tdd
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when implementing features or adding functionality - dispatches incremental-tdd-agent that enforces ONE test at a time, preventing batch test writing that defeats incremental design discovery. Maintains discipline through entire feature implementation (10+ test cycles)
2026-01-05
terraform-registry-inspector.md
0
1 export terraform-registry-inspector
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Terraform Registry documentation inspector using Chrome DevTools MCP. Use when validating provider documentation rendering, checking version availability, navigating resource/data-source docs, finding source code links, or comparing documentation quality against the Azure RM gold standard. Triggers on requests to inspect, validate, review, or benchmark Terraform provider documentation on registry.terraform.io.
2026-01-05
langfuse-advanced-filters.md
0
1 export langfuse-advanced-filters
2 mberto10 from "mberto10/web_research_agent"
3 Precisely filter and query Langfuse traces/observations using advanced filter operators for debugging and optimization workflows
2026-01-05
jelly-nextjs-skill.md
0
1 export jelly-nextjs-skill
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Next.js 15 프론트엔드 개발 및 Docker 배포 지원. 새 프로젝트 생성 또는 기존 프로젝트 Docker화. App Router, Tailwind CSS, Zustand, REST API 지원. Activated when users mention "Next.js", "넥스트", "프론트엔드", or need React frontend development.
2026-01-05
module-patterns.md
0
1 export module-patterns
2 lgbarn from "lgbarn/terraform-aws-eks"
3 Terraform module development patterns and best practices. Provides structure, versioning, and output scaffolds. Use when creating reusable modules.
2026-01-05
skill-recommender.md
0
1 export skill-recommender
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes codebases and conversation context to recommend relevant existing skills and suggest valuable custom skills to create. Use when exploring a project for the first time, when asked what skills would be useful, or when seeking to optimize workflow for a specific codebase.
2026-01-05
oauth-providers.md
0
1 export oauth-providers
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Configure OAuth authentication providers for Clerk (Google, GitHub, Discord, Apple, Microsoft, Facebook, LinkedIn, Twitter, and 11+ more). Use when setting up social login, configuring OAuth providers, implementing authentication flows, generating redirect URLs, testing OAuth connections, or when user mentions Clerk OAuth, social authentication, provider setup, or multi-provider auth.
2026-01-05
architecture-patterns.md
0
1 export architecture-patterns
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-plugin"
3 Organizational coding standards and architectural patterns. References comprehensive skills for detailed patterns. Use when making architecture decisions or implementing features.
2026-01-05
backend-dev.md
0
1 export backend-dev
2 shabaraba from "shabaraba/shabaraba-cc-plugins"
3 Backend development skill for Cloudflare Workers, D1 database, and REST API. Use when implementing API features.
2026-01-05
material-design-3-expressive.md
0
1 export material-design-3-expressive
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply Material Design 3 Expressive design principles, animations, and component patterns. Use when designing UI, implementing micro-interactions, color systems, or spring-based animations.
2026-01-05
compare-tech.md
0
1 export compare-tech
2 michalvavra from "michalvavra/agents"
3 Compare technologies with weighted scoring matrix. Use when evaluating libraries, frameworks, SaaS products, or infrastructure options.
2026-01-05