Browse Skills

44895 skills found

skill-improve.md
0
1 export skill-improve
2 lnittman from "lnittman/skills"
3 This skill should be used when improving existing Claude Code skills. Triggers include "improve this skill", "skill feels shallow", "upgrade skill", or when self-evaluating skill quality. Codifies the self-eval → research → rewrite → validate pattern.
2026-01-05
create-meta-prompts.md
0
1 export create-meta-prompts
2 sekka from "sekka/dotfiles"
3 Create prompts optimized for Claude-to-Claude pipelines with research, planning, and execution stages
2026-01-05
github-actions.md
0
1 export github-actions
2 poindexter12 from "poindexter12/waypoint"
3 GitHub Actions CI/CD reference for workflow templates, caching strategies,and automation patterns. Includes homelab integration with self-hosted runners.Use when creating workflows, debugging CI failures, or setting up deployments.Triggers: github actions, ci, cd, workflow, pipeline, runner, artifact.
2026-01-05
raw-workflow-creator.md
0
1 export raw-workflow-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and run RAW workflows. Use this skill when the user asks to create a workflow, automate a task, build a data pipeline, generate reports, or asks "How do I build X with RAW?".
2026-01-05
e2e-tester.md
0
1 export e2e-tester
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior QA Automation Engineer with 10+ years E2E testing experience. Use when writing end-to-end tests for web apps with Playwright, mobile apps with Detox, testing critical user flows, cross-browser testing, or visual regression testing.
2026-01-05
frontend-app-design.md
0
1 export frontend-app-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create distinctive, production-grade React Native Expo interfaces following iOS Human Interface Guidelines and liquid glass design principles. Use when building mobile screens, components, or styling any React Native UI.
2026-01-05
performing-systematic-debugging-for-stubborn-problems.md
0
1 export performing-systematic-debugging-for-stubborn-problems
2 AJBcoding from "AJBcoding/claude-skill-eval"
3 Applies a modified Fagan Inspection methodology to systematically resolve persistent bugs and complex issues. Use when multiple previous fix attempts have failed repeatedly, when dealing with intricate system interactions, or when a methodical root cause analysis is needed. Do not use for simple troubleshooting. Triggers after multiple failed debugging attempts on the same complex issue.
2026-01-05
eld-sense-activation.md
0
1 export eld-sense-activation
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 PCE (Process-Context Engine) のアクティブコンテキスト構築スキル。タスクに最適化されたコンテキストをコンパイルし、プロセス駆動の投入物を生成する。トリガー条件:- 新しいタスクを開始する時(「この機能を実装して」)- AIにコード生成を依頼する時- 複雑な問題解決に着手する時- 「コンテキストを整理して」- 「必要な情報をまとめて」
2026-01-05
spec.md
0
1 export spec
2 leixin-jin from "leixin-jin/easyFactu"
3 以需求、设计、任务三阶段进行规格驱动开发,把模糊功能想法转化为可实现、可验证的规范与计划;适用于复杂功能、多组件集成、高风险项目、团队协作、AI 辅助开发与知识沉淀;不适用于简单 bug 修复、快速实验原型、紧急热修复或成熟模式下不确定性很低的改动。
2026-01-05
workers-ai.md
0
1 export workers-ai
2 involvex from "involvex/involvex-claude-marketplace"
3 This skill should be used when the user asks about "Workers AI", "AI models", "text generation", "embeddings", "semantic search", "RAG", "Retrieval Augmented Generation", "AI inference", "LLaMA", "Llama", "bge embeddings", "@cf/ models", "AI Gateway", or discusses implementing AI features, choosing AI models, generating embeddings, or building RAG systems on Cloudflare Workers.
2026-01-05
lists-grids.md
0
1 export lists-grids
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating lists, grids, tables, or collections of items to create smooth ordering, filtering, and loading states
2026-01-05
doc-syncer.md
0
1 export doc-syncer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 代码变更后自动同步开发文档。支持功能文档、技术设计、决策记录的智能更新。当用户提到更新文档、同步文档、完成功能、修改数据结构或新增KPI时激活。
2026-01-05
docs-explorer.md
0
1 export docs-explorer
2 violetio from "violetio/violet-ai-plugins"
3 Explores internal documentation (brain repos, Notion) for context
2026-01-05
dbt-semantic-layer-developer.md
0
1 export dbt-semantic-layer-developer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides expert-level assistance with dbt Semantic Layer, MetricFlow, semantic models, metrics, dimensions, entities, measures, and BI tool integrations. Use this skill when building semantic models, creating metrics (simple, ratio, cumulative, derived, conversion), debugging validation errors, or integrating with BI tools. Extracted from official dbt documentation and optimized for data practitioners.
2026-01-05
clone-project.md
0
1 export clone-project
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when users want to create a new gallery project for the personal portfolio website. Trigger phrases include "create gallery project", "clone project", "add portfolio project", "new case study", "create new project", or when users want to add a project to the gallery section of the portfolio.
2026-01-05
basilica-miner.md
0
1 export basilica-miner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when setting up, managing, or troubleshooting Basilica GPU miner operations on Bittensor Subnet 39 (mainnet) or 387 (testnet). Use it for GPU provider tasks including SSH configuration, validator authentication setup, node registration, performance monitoring, uptime optimization, and resolving common issues like SSH access problems, validator discovery failures, or GPU validation errors. Critical for miners struggling with SSH key deployment to GPU nodes or validator connectivity.
2026-01-05
json-schema-faker.md
0
1 export json-schema-faker
2 arobida from "arobida/data-smith"
3 Generate realistic fake data from JSON schemas, producing 1-50 valid records that conform exactly to the schema. Use when creating sample datasets from schema definitions, populating test databases, or generating example API responses. Returns only valid JSON that passes schema validation.
2026-01-05
ansible.md
0
1 export ansible
2 poindexter12 from "poindexter12/waypoint"
3 Ansible automation reference for playbooks, roles, inventory, variables, and modules.Includes Proxmox VE and Docker integration via community.general and community.docker collections.Use when writing playbooks, troubleshooting Ansible runs, or designing automation workflows.Triggers: ansible, playbook, inventory, role, task, handler, vars, jinja2, galaxy, proxmox_kvm, proxmox_lxc, docker_container, docker_compose.
2026-01-05
thrivve-mc-how-many.md
0
1 export thrivve-mc-how-many
2 blujaxfan from "blujaxfan/claude_skill_monte_carlo_flow"
3 Thrivve Partners Monte Carlo simulation to forecast story/task completion based on historical throughput. Use when the user asks "how many stories/tasks will be completed by [date]" with historical daily throughput data. Requires at least 10 days of throughput history and a future target date. Provides probabilistic forecasts at specified confidence levels (default 85%).
2026-01-05
coderabbit-workflow.md
0
1 export coderabbit-workflow
2 KellerAI-Plugins from "KellerAI-Plugins/version-control"
3 Complete CodeRabbit feedback processing workflow - query findings, apply fixes, resolve conversations with multi-account/org support
2026-01-05
tdd-refactor.md
0
1 export tdd-refactor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute the REFACTOR phase of TDD by improving code structure while keeping all tests green. Removes duplication, improves naming, and enhances code quality without changing behavior.
2026-01-05
csharp-developer.md
0
1 export csharp-developer
2 icartsh from "icartsh/icartsh_plugin"
3 모던 .NET 개발, ASP.NET Core 및 클라우드 네이티브 애플리케이션을 전문으로 하는 전문가 수준의 C# 개발자입니다. C# 14 기능, Blazor 및 크로스 플랫폼 개발을 마스터했으며 성능과 Clean Architecture를 강조합니다.
2026-01-05
seurat-local.md
0
1 export seurat-local
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Seurat 文档本地镜像(Satija Lab docs,包含 seurat/ 子目录与 archive)
2026-01-05
sqlmodel-db-expert.md
0
1 export sqlmodel-db-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in designing SQLModel schemas and managing Neon PostgreSQL databases. Use this when defining data models, handling relationships, or performing database migrations.
2026-01-05