Browse Skills

44835 skills found

nxs-sq-name-generator.md
0
1 export nxs-sq-name-generator
2 sameera 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 majiayu000 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
search-optimization.md
0
1 export search-optimization
2 blueraai from "blueraai/bluera-knowledge"
3 Guide on optimizing Bluera Knowledge search results through proper intent selection, detail level strategies, result limiting, and store filtering. Teaches when to use minimal vs contextual vs full detail, and how to choose the right search intent for different query types.
2026-01-05
optimizing-performance.md
0
1 export optimizing-performance
2 sekka from "sekka/dotfiles"
3 Web/モバイル/バックエンド全体のパフォーマンス最適化を支援します。Core Web Vitals 改善、データベースクエリ最適化、インフラリソース最適化を提供します。パフォーマンス改善、ページ速度向上が必要な場合に使用してください。
2026-01-05
red-phase.md
0
1 export red-phase
2 foolishimp 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 haizhouyuan from "haizhouyuan/codexreadpublic"
3 将 U1 的碎片化想法/问题归类为任务(tasks MCP)并按需沉淀为长期记忆(mem0-memory MCP)。
2026-01-05
database-architecture.md
0
1 export database-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-postgresql"
3 Master database design, SQL optimization, system architecture, and design patterns. Learn PostgreSQL, MongoDB, Redis, and distributed system design.
2026-01-05
detecting-incorrect-free.md
0
1 export detecting-incorrect-free
2 majiayu000 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 majiayu000 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 vanman2024 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 Lobbi-Docs from "Lobbi-Docs/claude-2"
3 Use when the user wants a friendly greeting or welcome message
2026-01-05
atlas.md
0
1 export atlas
2 inherent-design from "inherent-design/atlas"
3 Ingest project documentation and code into persistent semantic memory (Qdrant + Voyage embeddings). Use when user wants to remember context across sessions, ingest docs, or search previous work. Requires Qdrant running locally and VOYAGE_API_KEY set.
2026-01-05
story-formula.md
0
1 export story-formula
2 nfbs2000 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 tikazyq from "tikazyq/agentic-spec-forge"
3 基于NFR安全要求,生成STRIDE/OWASP威胁模型和测试场景。L3级别专用,当设计和需求确认后使用。
2026-01-05
supabase-rest.md
0
1 export supabase-rest
2 lollipopkit from "lollipopkit/cc-skills"
3 Inspect Supabase database schemas and data. Use when the user asks to "check table", "list columns", or "query data" in Supabase. READ-ONLY.
2026-01-05
blog-management.md
0
1 export blog-management
2 doitsu2014 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 LoopWish 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 majiayu000 from "majiayu000/claude-skill-registry"
3 Handle team confirmation with automatic bypass mode detection for /orca
2026-01-05
contacts.md
0
1 export contacts
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Get contact information from macOS. Use when texting, calling, emailing or social networking with people and companies.
2026-01-05
progressive-metadata.md
0
1 export progressive-metadata
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Pattern for creating skills with YAML frontmatter that enables progressive disclosure and token optimization. Use when building skills, optimizing context usage, or implementing domain expertise with minimal token overhead. Demonstrates how to structure SKILL.md files with metadata-driven loading that achieves 84% token reduction compared to manual instructions. Triggers on "create skill with metadata", "token optimization", "progressive disclosure", "skill frontmatter", "efficient skill design".
2026-01-05
hello-world.md
0
1 export hello-world
2 majiayu000 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 jjeremycai 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 ynotradio 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 majiayu000 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