Browse Skills
44915 skills found
cpython-build-and-test.md
7
1
export
cpython-build-and-test
2
from
"gpshead/cpython-skills"
from
"gpshead/cpython-skills"
3
Use this skill when configuring, building, or rebuilding CPython from source, running tests, or debugging test failures. Covers ./configure with --with-pydebug, make commands, ccache for faster rebuilds, Argument Clinic regeneration (make clinic), unittest-based testing with python -m test (NOT pytest), --match filtering, code coverage collection, and platform-specific build paths (Linux vs macOS).
2026-01-05
faf-expert.md
7
1
export
faf-expert
2
from
"Wolfe-Jam/faf-cli"
from
"Wolfe-Jam/faf-cli"
3
Expert in .faf (Foundational AI-context Format) files for persistent project context. Use when working with .faf files, project DNA, CLAUDE.md bi-sync, faf-cli commands, MCP server configuration, or AI-readiness scoring (0-100%). Updated for v2.8.0 Tool Visibility System.
2026-01-05
tzurot-code-quality.md
7
1
export
tzurot-code-quality
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
Use when fixing lint warnings, refactoring complex functions, or understanding ESLint rules. Covers complexity limits, refactoring patterns, and when to suppress rules.
2026-01-05
editor-ui-drawers.md
7
1
export
editor-ui-drawers
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Comprehensive guide for using Editor UI Drawers (ButtonDrawer, ModalDrawer, TableDrawer, TreeDrawer, LayoutDrawer, TextDrawer, DragDropDrawer). Use when implementing any UI in editor panels to ensure consistency.
2026-01-05
sprint-workflow.md
7
1
export
sprint-workflow
2
from
"damienlaine/agentic-sprint"
from
"damienlaine/agentic-sprint"
3
This skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach.
2026-01-05
test-ambiguity-detector.md
7
1
export
test-ambiguity-detector
2
from
"SprocketLab/slop-code-bench"
from
"SprocketLab/slop-code-bench"
3
Analyze test cases against specifications to find ambiguous assumptions. Use when tests might be making assumptions not explicitly defined in the spec. Invoke with /test-ambiguity-detector <problem> <checkpoint>.
2026-01-05
pnpm.md
7
1
export
pnpm
2
from
"ampcode/fde-toolbox"
from
"ampcode/fde-toolbox"
3
Instructions for managing packages and workspace dependencies using pnpm.
2026-01-05
conventional-commits.md
7
1
export
conventional-commits
2
from
"dgalarza/claude-code-workflows"
from
"dgalarza/claude-code-workflows"
3
This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history.
2026-01-05
markdown-segment-translator.md
7
1
export
markdown-segment-translator
2
from
"wordflowlab/agentsdk"
from
"wordflowlab/agentsdk"
3
长文档Markdown分段翻译技能(Agent自己翻译)
2026-01-05
bugfix.md
7
1
export
bugfix
2
from
"doodledood/claude-code-plugins"
from
"doodledood/claude-code-plugins"
3
Systematic bug investigation and fixing workflow with root cause analysis, reproduction tests, and verified fixes. Orchestrates the multi-phase process: gather context, investigate, reproduce, fix, verify.
2026-01-05
component-workflow.md
7
1
export
component-workflow
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Guide the creation of new ECS components following established architectural patterns including component class creation, JSON serialization support, editor UI implementation, dependency injection registration, and documentation. Use when adding new component types to the engine or extending existing component functionality.
2026-01-05
terraform-documentation-generator.md
7
1
export
terraform-documentation-generator
2
from
"armanzeroeight/fastagent-plugins"
from
"armanzeroeight/fastagent-plugins"
3
Generates documentation for Terraform modules using terraform-docs tool to auto-generate README files with input/output tables, usage examples, and requirements. This skill should be used when users need to document Terraform modules, create or update README files, or maintain consistent module documentation.
2026-01-05
brand-guidelines.md
7
1
export
brand-guidelines
2
from
"doodledood/claude-code-plugins"
from
"doodledood/claude-code-plugins"
3
Create a BRAND_GUIDELINES.md that defines how to communicate with your customer. Requires CUSTOMER.md to exist first. Covers voice, tone, language rules, messaging framework, and copy patterns.
2026-01-05
lang-typescript.md
7
1
export
lang-typescript
2
from
"joncrangle/.dotfiles"
from
"joncrangle/.dotfiles"
3
TypeScript 5.9+ development specialist covering SolidJS, TanStack Start, Valibot validation, and modern TypeScript patterns. Use when developing TypeScript applications, SolidJS components, TanStack Start pages, or type-safe APIs.
2026-01-05
convex.md
7
1
export
convex
2
from
"gmickel/claude-code-config"
from
"gmickel/claude-code-config"
3
Convex backend development patterns, validators, indexes, actions, queries, mutations, file storage, scheduling, React hooks, and components. Use when writing Convex code, debugging Convex issues, or planning Convex architecture.
2026-01-05
styling-with-tailwind.md
7
1
export
styling-with-tailwind
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Creates UIs using Tailwind CSS utility classes and shadcn/ui patterns. Covers CSS variables with OKLCH colors, component variants with CVA, responsive design, dark mode, and Tailwind v4 features. Use when building interfaces with Tailwind, styling shadcn/ui components, implementing themes, or working with utility-first CSS.
2026-01-05
skill-creator.md
7
1
export
skill-creator
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
tzurot-types.md
7
1
export
tzurot-types
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
Use when creating types, constants, Zod schemas, or working with data validation. Covers common-types package organization, runtime validation, and type guards across microservices.
2026-01-05
prompt-enhancer.md
7
1
export
prompt-enhancer
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
Prompt engineering and optimization for AI/LLMs. Capabilities: transform unclear prompts, reduce token usage, improve structure, add constraints, optimize for specific models, backward-compatible rewrites. Actions: improve, enhance, optimize, refactor, compress prompts. Keywords: prompt engineering, prompt optimization, token efficiency, LLM prompt, AI prompt, clarity, structure, system prompt, user prompt, few-shot, chain-of-thought, instruction tuning, prompt compression, token reduction, prompt rewrite, semantic preservation. Use when: improving unclear prompts, reducing token consumption, optimizing LLM outputs, restructuring verbose requests, creating system prompts, enhancing prompt clarity.
2026-01-05
lang-javascript.md
7
1
export
lang-javascript
2
from
"joncrangle/.dotfiles"
from
"joncrangle/.dotfiles"
3
JavaScript ES2024+ development specialist covering Bun runtime, Hono web framework, modern testing, linting (Biome), and edge-first development. Use when developing JavaScript APIs, web applications, or server-side projects.
2026-01-05
session-search.md
7
1
export
session-search
2
from
"gupsammy/Claude-setup"
from
"gupsammy/Claude-setup"
3
Search past conversations by keywords, timeframe, or ID. Triggers on "search sessions", "find that conversation", "what did we work on", "look up past discussion about X", "where were we", "what did I learn", "knowledge gaps", "retrospective". Also trigger on: "what did we discuss...", "you mentioned...", past tense verbs referring to prior work, possessives without context ("my project", "my auth system"), and assumptive questions that reference unshared context. Extracts clean conversation data and applies analytical lenses for structured insights.
2026-01-05
drawio.md
7
1
export
drawio
2
from
"ssiumha/dots"
from
"ssiumha/dots"
3
draw.io 다이어그램을 생성합니다. 아키텍처, 플로우차트, 시퀀스, AWS 인프라, .drawio 파일 작업, "그려줘", "시각화", "diagram" 요청 시 사용하세요.
2026-01-05
resource-management-audit.md
7
1
export
resource-management-audit
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Audit resource management including IDisposable pattern implementation, proper cleanup of OpenGL resources (buffers, textures, shaders, framebuffers), memory leak detection, resource lifetime management, and GPU resource tracking. Use when investigating memory leaks, GPU resource exhaustion, or implementing new resource types.
2026-01-05
better-auth.md
7
1
export
better-auth
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
TypeScript authentication framework (framework-agnostic). Features: email/password, OAuth (Google, GitHub, Discord), 2FA (TOTP, SMS), passkeys/WebAuthn, session management, RBAC, rate limiting, database adapters. Actions: implement, configure, secure authentication systems. Keywords: Better Auth, authentication, authorization, OAuth, email/password, 2FA, MFA, TOTP, passkeys, WebAuthn, session management, RBAC, rate limiting, database adapter, TypeScript auth, social login, Google auth, GitHub auth, Discord auth, email verification, password reset. Use when: implementing TypeScript auth, adding OAuth providers, setting up 2FA/MFA, managing sessions, configuring RBAC, building secure auth systems.
2026-01-05