Browse Skills

44656 skills found

email-anti-slop.md
0
1 export email-anti-slop
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Prevent generic AI-generated email aesthetics and enforce distinctive, handcrafted design quality. Use when generating HTML emails, email templates, newsletters, marketing emails, or any email content. Ensures emails look professionally designed, not machine-generated. Applies anti-pattern detection and distinctive design requirements.
2026-01-05
idea-validation.md
0
1 export idea-validation
2 timequity from "timequity/vibe-coder"
3 Validate idea and create detailed PRD. Saves docs/PRD.md to project.Use when: user describes an app idea, wants to create something new.Triggers: "I want to build", "create app", "make website", "build MVP","хочу создать", "сделать приложение".
2026-01-05
gitops-workflow.md
0
1 export gitops-workflow
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.
2026-01-05
repo-documenter.md
0
1 export repo-documenter
2 timbuchinger from "timbuchinger/loadout"
3 Provide repository-wide documentation guidelines under `docs/`. Use tool-based inspection first, and keep `README.md` and `docs/` in sync with the current state of the app.
2026-01-05
dams.md
0
1 export dams
2 stillsame2016 from "stillsame2016/deep-wenokn"
3 Query dam geometries in the USA from the GeoConnex knowledge graph. Returns dam locations and metadata as a GeoDataFrame.
2026-01-05
claude-code-coagent.md
0
1 export claude-code-coagent
2 yurake from "yurake/skills"
3 Use claude_code MCP as a third-party co-agent to gather alternative opinions, unblock stalemates, or delegate scoped tasks (reviews, ideas, draft edits) while you remain the decision-maker. Trigger when seeking another perspective or backup executor: "他の意見", "別の人", "違う観点", "打開策ない?", "別LLMの見解", "claudeに頼んで".
2026-01-05
plan-validation.md
0
1 export plan-validation
2 jayprimer from "jayprimer/pmc-marketplace"
3 Validate planning documents before implementation begins.Checks ambiguity resolution, prerequisites, and testing methods.Use when:- Before starting implementation of a ticket- User says "validate plan", "check plan", "ready to implement?"- After completing 2-plan.md and 3-spec.md- Before TDD cycle begins
2026-01-05
deep-reasoning-agent.md
0
1 export deep-reasoning-agent
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Three-stage Chain of Thought (CoT) analyzer for /deep-reasoning page. Performs comprehensive analysis in 3 stages Direct Impact → Secondary Effects → Final Conclusion for complex news articles. Optimized for depth over speed.
2026-01-05
claude-hooks.md
0
1 export claude-hooks
2 kimny1143 from "kimny1143/mued_v2"
3 Claude Code Hookの作成、修正、デバッグ、イベントトリガー設定。Hook、PostToolUse、Stop、自動化スクリプト作成時に使用。
2026-01-05
dotnet-best-practices.md
0
1 export dotnet-best-practices
2 DoubleslashSE from "DoubleslashSE/claude-workflows"
3 .NET development best practices including SOLID, KISS, YAGNI, DRY principles, design patterns, and anti-patterns to avoid.
2026-01-05
dotnet-symbol-grep-recipes.md
0
1 export dotnet-symbol-grep-recipes
2 bravellian from "bravellian/workbench"
3 Quick ripgrep recipes for common C# navigation tasks in this repo.
2026-01-05
read-docs.md
0
1 export read-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Read project documentation from ./docs with access logging. Use when you need to consult documentation, understand architecture, or learn about project components. Tracks doc usage and helpfulness.
2026-01-05
report-bug.md
0
1 export report-bug
2 tidemann from "tidemann/st44-home"
3 Quickly report bugs and minor issues to GitHub Issues
2026-01-05
fetch-web-intel.md
0
1 export fetch-web-intel
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when Codex must fetch web pages, scrape selectors, or crawl sitemaps through the remote Fetch/Web MCP server catalog entry.
2026-01-05
site-reliability-engineer.md
0
1 export site-reliability-engineer
2 ref-docs from "ref-docs/sdd-stl"
3 Production monitoring, observability, SLO/SLI management, and incident response.Trigger terms: monitoring, observability, SRE, site reliability, alerting, incident response,SLO, SLI, error budget, Prometheus, Grafana, Datadog, New Relic, ELK stack, logs, metrics,traces, on-call, production monitoring, health checks, uptime, availability, dashboards,post-mortem, incident management, runbook.Completes SDD Stage 8 (Monitoring) with comprehensive production observability:- SLI/SLO definitions and tracking- Monitoring stack setup (Prometheus, Grafana, ELK, Datadog, etc.)- Alert rules and notification channels- Incident response runbooks- Observability dashboards (logs, metrics, traces)- Post-mortem templates and analysis- Health check endpoints- Error budget trackingUse when: user needs production monitoring, observability platform, alerting, SLOs,incident response, or post-deployment health tracking.
2026-01-05
tanstack-query.md
0
1 export tanstack-query
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides comprehensive knowledge for TanStack Query v5 (React Query) server state management in React applications. It should be used when setting up data fetching with useQuery, implementing mutations with useMutation, configuring QueryClient, managing caching strategies, migrating from v4 to v5, implementing optimistic updates, using infinite queries, or encountering query/mutation errors.Use when: initializing TanStack Query in React projects, configuring QueryClient settings, creating custom query hooks, implementing mutations with error handling, setting up optimistic updates, using useInfiniteQuery for pagination, migrating from React Query v4 to v5, debugging stale data issues, fixing caching problems, resolving v5 breaking changes, implementing suspense queries, or setting up query devtools.Keywords: TanStack Query, React Query, useQuery, useMutation, useInfiniteQuery, useSuspenseQuery, QueryClient, QueryClientProvider, data fetching, server state, caching, staleTime, gcTime, query inva
2026-01-05
manifest-validator.md
0
1 export manifest-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validates Kubernetes manifests using kubeconform, kube-score, and custom homelab policies. Use when creating or modifying YAML files, Helm values, or ArgoCD applications.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply consistent coding style and formatting standards using automated tools (ESLint, Prettier, Ruff) with clear naming conventions, top-down code organization, and appropriate function/component sizing. Use this skill when writing any code in any language, naming files and variables, structuring code within files, organizing imports, configuring linters and formatters, or setting up pre-commit hooks. Apply when working on TypeScript/JavaScript files, Python files, .NET/C# files, configuration files (tsconfig.json, .prettierrc, .eslintrc), or any code that needs consistent formatting and naming. This skill ensures automated formatting with Prettier/Ruff (let tools handle it), ESLint/analyzer enforcement, TypeScript strict mode always enabled, proper naming conventions (PascalCase.tsx for React components, camelCase.ts for utilities, IPascalCase for interfaces with I prefix, PascalCase for types without prefix, camelCase for functions/constants/database fields/API endpoints/JSON keys, no underscore prefix for
2026-01-05
async-python.md
0
1 export async-python
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Python async/await patterns with asyncio, concurrent.futures, threading, and multiprocessing. Covers async context managers, timeouts, cancellation, common pitfalls (blocking in async, missing await, event loop issues), and choosing between async/threading/multiprocessing. Use when writing async code, debugging async issues, choosing concurrency approaches, or testing async functions.
2026-01-05
design-system.md
0
1 export design-system
2 jpoutrin from "jpoutrin/product-forge"
3 Design system management for building and reusing UI components, tokens, and patterns. Use when working with component libraries, design tokens, style guides, or reusable UI patterns to ensure consistency and promote component reuse.
2026-01-05
code-review-best-practices.md
0
1 export code-review-best-practices
2 rscheiwe from "rscheiwe/dynamic-cc-agents"
3 Systematic approach to reviewing code for quality, security, and maintainability
2026-01-05
sync-iteration.md
0
1 export sync-iteration
2 semicolon-devteam from "semicolon-devteam/sax-pm"
3 미완료 이슈들의 Iteration을 현재(Current)로 일괄 동기화. Use when (1) iteration 업데이트/갱신 요청,(2) 이터레이션 동기화, (3) /SAX:sprint sync 커맨드.
2026-01-05
opentui.md
0
1 export opentui
2 ainergiz from "ainergiz/xfeed"
3 Build terminal UIs with OpenTUI/React. Use when creating screens, components, handling keyboard input, managing scroll, or navigating between views. Covers JSX intrinsics, useKeyboard, scrollbox patterns, and state preservation.
2026-01-05
media-publishing.md
0
1 export media-publishing
2 dylantarre from "dylantarre/animation-principles"
3 Use when designing animations for news sites, content platforms, publishing apps, or media consumption experiences
2026-01-05