Browse Skills
17720 skills found
nxs-sq-name-generator.md
0
1
export
nxs-sq-name-generator
2
from
"sameera/nexus"
from
"sameera/nexus"
3
Generate the next sequential file or folder name for directories with numbered prefixes (e.g., 01-setup.md, 02-init.md). Use when creating a new file or folder that should follow an existing numbering sequence, when adding to a sequentially-named series, or when the user asks for the "next" numbered item in a directory.
2026-01-05
wavecap-export.md
0
1
export
wavecap-export
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Export WaveCap transcriptions and pager data. Use when the user wants to export transcriptions as JSON, download reviewed transcriptions with audio, or export pager feed data.
2026-01-05
red-phase.md
0
1
export
red-phase
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Write failing tests before implementation (RED phase of TDD). Creates test file with test functions that fail because code doesn't exist yet. Use when starting TDD workflow or adding tests for new functionality.
2026-01-05
capture-idea.md
0
1
export
capture-idea
2
from
"haizhouyuan/codexreadpublic"
from
"haizhouyuan/codexreadpublic"
3
将 U1 的碎片化想法/问题归类为任务(tasks MCP)并按需沉淀为长期记忆(mem0-memory MCP)。
2026-01-05
detecting-incorrect-free.md
0
1
export
detecting-incorrect-free
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detects incorrect use of free() including freeing non-heap memory, invalid pointers, and mismatched allocators. Use when analyzing memory deallocation, heap management, or investigating free() usage errors.
2026-01-05
hetzner-cluster.md
0
1
export
hetzner-cluster
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Toolkit for creating and managing server clusters on Hetzner Cloud using Terraform. Use this skill when users request deploying VMs, creating test infrastructure, or setting up server clusters on Hetzner Cloud. The skill provides Terraform templates optimized for network testing with strict firewall rules, public and private network interfaces, and support for ZeroTier VPN.
2026-01-05
typer-patterns.md
0
1
export
typer-patterns
2
from
"vanman2024/cli-builder"
from
"vanman2024/cli-builder"
3
Modern type-safe Typer CLI patterns with type hints, Enums, and sub-apps. Use when building CLI applications, creating Typer commands, implementing type-safe CLIs, or when user mentions Typer, CLI patterns, type hints, Enums, sub-apps, or command-line interfaces.
2026-01-05
greeting.md
0
1
export
greeting
2
from
"Lobbi-Docs/claude-2"
from
"Lobbi-Docs/claude-2"
3
Use when the user wants a friendly greeting or welcome message
2026-01-05
story-formula.md
0
1
export
story-formula
2
from
"nfbs2000/vibe-with-google-ai-divorce-agent-inflearn"
from
"nfbs2000/vibe-with-google-ai-divorce-agent-inflearn"
3
검증된 스토리텔링 프레임워크를 활용한 창의적 서사 생성. 8가지 스토리 공식, 3막 구조, 캐릭터 아크, 장르별 서사 패턴 제공
2026-01-05
security-test-generator.md
0
1
export
security-test-generator
2
from
"tikazyq/agentic-spec-forge"
from
"tikazyq/agentic-spec-forge"
3
基于NFR安全要求,生成STRIDE/OWASP威胁模型和测试场景。L3级别专用,当设计和需求确认后使用。
2026-01-05
blog-management.md
0
1
export
blog-management
2
from
"doitsu2014/my-blogs-rsbuild"
from
"doitsu2014/my-blogs-rsbuild"
3
Manage blog posts including creating, editing, viewing, and troubleshooting blog-related features. Use when working with blog posts, articles, post forms, rich text editor, tags, thumbnails, or publishing workflows.
2026-01-05
loopwish-android-gradle.md
0
1
export
loopwish-android-gradle
2
from
"LoopWish/android"
from
"LoopWish/android"
3
Workflows for the Loopwish Android app (Kotlin + Jetpack Compose): where to change code, how to run Gradle checks, and how to keep CI green.
2026-01-05
orca-confirm.md
0
1
export
orca-confirm
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Handle team confirmation with automatic bypass mode detection for /orca
2026-01-05
hello-world.md
0
1
export
hello-world
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
A simple example skill that demonstrates the basic structure of a Claude Skill, including scripts, references, and best practices. Use this as a learning template when creating new skills.
2026-01-05
ashby-recruiting-workflows.md
0
1
export
ashby-recruiting-workflows
2
from
"jjeremycai/claude-toolkit"
from
"jjeremycai/claude-toolkit"
3
This skill should be used when the user asks to "move candidate through pipeline", "schedule an interview", "manage applications", "track hiring progress", "source candidates", "advance to next stage", or mentions recruiting workflows in Ashby. Provides guidance on effective candidate pipeline management and recruiting best practices.
2026-01-05
detecting-agent-environment.md
0
1
export
detecting-agent-environment
2
from
"ynotradio/site"
from
"ynotradio/site"
3
Utilities and patterns for detecting execution environment (CI/CD vs local, network access, available ports, timeouts). Use when you need to adapt scripts or workflows based on where the agent is running, or when creating helper scripts that need environment-aware behavior.
2026-01-05
mmd-writing.md
0
1
export
mmd-writing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write MIDI Markdown (MMD) files with correct syntax, timing paradigms, MIDI commands, and advanced features like loops, sweeps, random values, and modulation. Use when the user wants to create or edit .mmd files, needs help with MMD syntax, is implementing MIDI automation sequences, or is troubleshooting MMD validation errors.
2026-01-05
tic-tac-toe-cli.md
0
1
export
tic-tac-toe-cli
2
from
"VictorQian03/tic-tac-toe"
from
"VictorQian03/tic-tac-toe"
3
Implement or refactor the Python CLI tic-tac-toe game in this repo, including board model, move validation, win/draw logic, game loop, and bot behavior. Use when working on core gameplay modules or CLI entrypoints for this project.
2026-01-05
coding-shell-scripts.md
0
1
export
coding-shell-scripts
2
from
"loklaan/dotfiles"
from
"loklaan/dotfiles"
3
Guidelines and patterns for writing bash/shell scripts. Use when creating new shell scripts, bin scripts, or bash utilities. Includes script templates, header comments, error handling, and common patterns.
2026-01-05
argocd-bootstrap.md
0
1
export
argocd-bootstrap
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deploy and manage ArgoCD using the App-of-Apps pattern. Covers bootstrap Applications, ApplicationSets, and GitOps workflows. Use when setting up or troubleshooting ArgoCD deployments.
2026-01-05
csharp-dotnet-debugging.md
0
1
export
csharp-dotnet-debugging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert .NET 10 Debugging Strategist using CLI-first diagnosis.Use when user encounters:- Bugs, errors, exceptions in .NET/C# applications- Performance issues (slow, high CPU, memory leaks)- Crashes, deadlocks, race conditions- Need root cause analysisTriggers: "debug", "error", "exception", "crash", "memory leak", "high CPU","performance", "dotnet-dump", "dotnet-counters", "stack trace", "NullReferenceException","deadlock", "race condition", "OutOfMemoryException", "slow", "timeout"
2026-01-05
definitiontest-strategy.md
0
1
export
definitiontest-strategy
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Define the holistic testing approach across functional, non-functional, and automation layers for the initiative.
2026-01-05
initialize.md
0
1
export
initialize
2
from
"AEtherlight-ai/lumina"
from
"AEtherlight-ai/lumina"
3
Initialize ÆtherLight in a new repository. Sets up folder structure, Git workflow, configuration files, and development standards.
2026-01-05
frontend-excellence.md
0
1
export
frontend-excellence
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design systems, component libraries, responsive UI/UX, accessibility. Build premium interfaces that enterprise clients expect.
2026-01-05