Browse Skills

44915 skills found

issue-validator.md
0
1 export issue-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate generated GitHub issues for completeness and implementability. Reviews each issue for clear scope, actionable acceptance criteria, and sufficient context for implementation.
2026-01-05
root-cause.md
0
1 export root-cause
2 pproenca from "pproenca/dot-claude-old"
3 Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
2026-01-05
documentation-librarian.md
0
1 export documentation-librarian
2 coditect-ai from "coditect-ai/coditect-dev-generative-ui-development"
3 Documentation organization and maintenance system with automated indexing, content deduplication, cross-reference management, and navigation file generation for scalable documentation systems
2026-01-05
testing.md
0
1 export testing
2 OscSer from "OscSer/opencode-config"
3 Framework for writing and reviewing tests. Use when creating new tests, reviewing test quality, or debugging flaky tests.
2026-01-05
condition-based-waiting.md
0
1 export condition-based-waiting
2 pproenca from "pproenca/dot-claude"
3 Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
2026-01-05
peft.md
0
1 export peft
2 atrawog from "atrawog/bazzite-ai-plugins"
3 Parameter-efficient fine-tuning with LoRA and Unsloth. Covers LoraConfig,target module selection, QLoRA for 4-bit training, adapter merging, andUnsloth optimizations for 2x faster training.
2026-01-05
api-documentation.md
0
1 export api-documentation
2 Wesley1600 from "Wesley1600/ClaudeCodeFrameWork"
3 Create comprehensive API documentation with examples, parameter descriptions, and interactive code samples
2026-01-05
loading-insurance-data.md
0
1 export loading-insurance-data
2 majiayu000 from "majiayu000/claude-skill-registry"
3 加载并预处理保险保单周度数据,支持智能周期检测、多周数据加载、数据验证和清洗。在开始任何保险数据分析任务时使用。
2026-01-05
naming.md
0
1 export naming
2 majiayu000 from "majiayu000/claude-skill-registry"
3 命名规范 / Naming conventions。在创建类、函数、变量,或重命名、检查命名时使用。核心原则:简洁优先,上下文消歧义,类型提示已提供足够信息。Use when naming classes/functions/variables, renaming code, or reviewing names. Prioritizes brevity over self-documentation.
2026-01-05
clojure-guardrails.md
0
1 export clojure-guardrails
2 Ramblurr from "Ramblurr/nix-agent-dev"
3 Reference for Guardrails library with Malli in Clojure. Use when working with `>defn`, `>defn-`, `>def`, `>fdef` macros, gspec syntax, or function validation. Triggers on guardrails imports, `com.fulcrologic.guardrails.malli`, function specs with `=>` operator, or questions about runtime validation in Clojure.
2026-01-05
brainstorming.md
0
1 export brainstorming
2 liauw-media from "liauw-media/CodeAssist"
3 Use when starting new features, major changes, or unclear requirements. Establishes shared understanding before implementation.
2026-01-05
rsdt.md
0
1 export rsdt
2 blackjiro from "blackjiro/dotfiles"
3 Specification-driven development workflow for creating requirements, design, and tasks. Use when the user wants to plan new features, fix bugs with proper specifications, refactor code systematically, or needs help breaking down complex implementation work. Creates requirement-spec.md (Japanese), design.md (Japanese), and tasks.md (Japanese) in RsDT/<feature_name>/ directory.
2026-01-05
sans-course-extraction.md
0
1 export sans-course-extraction
2 aRustyDev from "aRustyDev/dotfiles"
3 Extract data from files related to SANS courses.
2026-01-05
serena-code-reading.md
0
1 export serena-code-reading
2 metasaver from "metasaver/claude-marketplace"
3 Token-efficient code reading protocol using Serena's progressive disclosure pattern (90-95% token savings). Provides mandatory workflow, tool reference, and common patterns for symbol-level code navigation.
2026-01-05
obsidian-recurring-expenses.md
0
1 export obsidian-recurring-expenses
2 AlejandroIglesiasCalvo from "AlejandroIglesiasCalvo/Coddex-Obsidian-Skills"
3 Identifica y registra gastos recurrentes desde correos y adjuntos con validacion estricta y trazabilidad.
2026-01-05
control-implementation-generator.md
0
1 export control-implementation-generator
2 euCann from "euCann/OSCAL-GRC-SKILLS"
3 Generate detailed control implementation guidance, technical steps, and implementation plans for OSCAL security controls. Use this skill to create implementation narratives, technical procedures, and deployment plans.
2026-01-05
plaid-auth-expert.md
0
1 export plaid-auth-expert
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Plaid Auth product for bank account authentication and verification. Covers account and routing number retrieval, account ownership verification, balance checks, and integration patterns. Invoke when user mentions Plaid Auth, ACH verification, bank account verification, or routing numbers.
2026-01-05
webview-dev.md
0
1 export webview-dev
2 NAMEWTA from "NAMEWTA/ai-omni"
3 Vue3 Webview 前端开发模块。当需要创建 Vue 组件、修改 UI、添加样式、使用 Vite 构建、与 Extension 通信时使用。涵盖组件开发、状态管理、样式系统、API 封装等。
2026-01-05
hfskill.md
0
1 export hfskill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive toolkit for interacting with Hugging Face Spaces. Use this skill when working with Hugging Face Spaces - listing spaces, retrieving space information, managing space runtime (restart/pause), checking space status, or any other Space-related operations. Requires Hugging Face access token stored in HF_TOKEN or HUGGINGFACE_TOKEN environment variable for write operations.
2026-01-05
jirabranch.md
0
1 export jirabranch
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Create git branch linked to Jira issue. Use when the user wants to "create branch", "new branch for issue", "jira branch", or "feature branch".
2026-01-05
dotnet-aspire.md
0
1 export dotnet-aspire
2 aknagar from "aknagar/mfe-portal"
3 Adds .NET Aspire cloud-native orchestration to existing .NET solutions. Analyzes solution structure to identify services (APIs, web apps, workers), creates AppHost and ServiceDefaults projects, configures service discovery, adds NuGet packages, and sets up distributed application orchestration. Use when adding Aspire to .NET solutions or creating new cloud-ready distributed applications.
2026-01-05
iterate-review-with-codex.md
0
1 export iterate-review-with-codex
2 qtnx from "qtnx/qtnx-claude-plugin"
3 Activate when user mentions "codex review", "code review", "fix pr code review". This skill provides guidance on how to effectively collaborate with codex to do a interate code review.
2026-01-05
brainstorming.md
0
1 export brainstorming
2 pproenca from "pproenca/dot-claude-old"
3 Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
moai-lang-r.md
0
1 export moai-lang-r
2 junseokandylee from "junseokandylee/ClaudeAutomate"
3 R 4.4+ development specialist covering tidyverse, ggplot2, Shiny, and data science patterns. Use when developing data analysis pipelines, visualizations, or Shiny applications.
2026-01-05