Browse Skills

20307 skills found

testing-conventions.md
3
1 export testing-conventions
2 alexanderop from "alexanderop/workoutTracker"
3 Vitest 4 + Playwright testing conventions: query priority (getByRole > getByText > getByTestId), seed-resilient patterns, realistic user flows (happy path & early finish), virtualized lists, fake-indexeddb isolation, factories, and gotchas (database reset, userEvent, expect.poll). Triggers: "query priority", "getByRole", "getByTestId", "getByLabelText", "querySelector", "seed data", "test invariants", "test isolation", "fake-indexeddb", "database reset", "expect.poll", "expect.element", "assertion", "userEvent", "realistic flows", "early finish", "virtualized list", "virtual scroll", "scoped query", "animation test", "visual state", "factory", "workoutBuilder", "flaky test", "navigation test", "exercise selection", "data attribute query", "test cleanup", "test gotchas".
2026-01-05
agent-builder.md
3
1 export agent-builder
2 mike-coulbourn from "mike-coulbourn/claude-vibes"
3 Create custom agents for Claude Code including YAML frontmatter, system prompts, tool restrictions, and discovery optimization. Use when creating, building, or designing agents, or when asked about agent creation, subagent configuration, Task tool delegation, or agent best practices.
2026-01-05
content-workflow.md
3
1 export content-workflow
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when implementing editorial workflows, approval chains, scheduled publishing, or role-based content permissions. Covers workflow states, transitions, notifications, and workflow APIs for headless CMS.
2026-01-05
test-fix.md
3
1 export test-fix
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Systematic approach to diagnosing and fixing failing tests in Rust projects. Use when tests fail and you need to diagnose root causes, fix async/await issues, handle race conditions, or resolve database connection problems.
2026-01-05
get-history.md
3
1 export get-history
2 cowwoc from "cowwoc/styler"
3 Access raw conversation history from Claude Code session storage for audit and analysis
2026-01-05
dev.md
3
1 export dev
2 MacHu-GWU from "MacHu-GWU/atlas_doc_parser-project"
3 Maintainer guide for atlas_doc_parser development. Use when implementing ADF marks/nodes, understanding codebase architecture, or writing tests.
2026-01-05
capability-mapping.md
3
1 export capability-mapping
2 melodic-software from "melodic-software/claude-code-plugins"
3 Business capability modeling using BABOK Business Capability Analysis. Creates hierarchical capability maps (L1-L3) linking strategy to architecture with Mermaid visualization.
2026-01-05
building-bitcoin-rust.md
3
1 export building-bitcoin-rust
2 enuno from "enuno/claude-command-and-control"
3 Comprehensive guide to building Bitcoin protocol implementation in Rust, covering cryptographic primitives, blockchain architecture, consensus mechanisms, networking, and wallet development. Use when implementing Bitcoin-compatible systems, learning Bitcoin internals, or developing cryptocurrency applications in Rust.
2026-01-05
dropdown-menu.md
3
1 export dropdown-menu
2 ainergiz from "ainergiz/design-inspirations"
3 Creates dropdown menus with proper click-outside detection and z-index stacking for list contexts. Use when building action menus, context menus, or any dropdown that appears in cards/list items.
2026-01-05
impact-mapping.md
3
1 export impact-mapping
2 melodic-software from "melodic-software/claude-code-plugins"
3 Create impact maps using Gojko Adzic's methodology. Structure strategic planning from Goals to Actors to Impacts to Deliverables for clear product roadmaps.
2026-01-05
api-documentor.md
3
1 export api-documentor
2 benreceveur from "benreceveur/claude-workflow-engine"
3 Generates OpenAPI/Swagger/GraphQL documentation and SDKs from code
2026-01-05
markdown-linting.md
3
1 export markdown-linting
2 melodic-software from "melodic-software/claude-code-plugins"
3 Comprehensive markdown linting guidance using markdownlint-cli2. Run, execute, check, and validate markdown files. Fix linting errors (MD0XX rules). Configure .markdownlint-cli2.jsonc (rules and ignores). Set up VS Code extension and GitHub Actions workflows. Use when working with markdown files, encountering validation errors, configuring markdownlint, setting up linting workflows, troubleshooting linting issues, or establishing markdown quality standards.
2026-01-05
coder-memory-store.md
3
1 export coder-memory-store
2 hungson175 from "hungson175/deploy-memory-tools"
3 Store universal coding patterns and insights into file-based memory. Use after completing difficult tasks with broadly-applicable lessons that work across ANY project. Use when user says "--coder-store" or "--learn" (you decide which scope, may use both) or after discovering framework-agnostic patterns. ALSO invoke when user expresses strong frustration using trigger words like "fuck", "fucking", "shit", "moron", "idiot", "stupid", "garbage", "useless", "terrible", "wtf", "this is ridiculous", "you're not listening" - these are CRITICAL learning signals for storing failure patterns. Skip for routine work or project-specific details (use project-memory-store).This Skill MUST be executed using Task tool with subagent_type="general-purpose". Runs in separate context to avoid polluting main conversation.
2026-01-05
complex-analysis-expert.md
3
1 export complex-analysis-expert
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Expert in complex functions, contour integration, residue theory, and conformal mappings
2026-01-05
github-release-best-practices.md
3
1 export github-release-best-practices
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Systematic approach to GitHub release preparation following 2025 best practices for Rust workspace projects
2026-01-05
python-debugging-expert.md
3
1 export python-debugging-expert
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Master debugger for Python code with expertise in common errors, performance issues, and debugging tools
2026-01-05
recursive-meta-prompting.md
3
1 export recursive-meta-prompting
2 manutej from "manutej/categorical-meta-prompting"
3 Recursive Meta-Prompting (RMP) implementation with unified categorical syntax. Supports @mode:iterative, @quality: thresholds, >=> Kleisli composition, and comonadic context extraction. Use when implementing iterative prompt improvement, quality-gated generation loops, or applying categorical fixed-point semantics with convergence guarantees.
2026-01-05
python-ase.md
3
1 export python-ase
2 jkitchin from "jkitchin/skillz"
3 Expert assistance with the Atomic Simulation Environment (ASE) Python library for atomistic simulations, including structure building, calculator setup, optimization, dynamics, and analysis
2026-01-05
permission-management.md
3
1 export permission-management
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Claude Code permissions. Covers permission system (tiered model, read-only, bash, file modification), permission rules (allow, ask, deny), rule precedence, permission modes (default, acceptEdits, plan, bypassPermissions), tool-specific permission rules (Bash patterns, Read/Edit patterns, WebFetch domains, MCP tools), /permissions command, and additionalDirectories. Assists with configuring permission rules, understanding permission modes, and troubleshooting permission issues. Delegates 100% to docs-management skill for official documentation.
2026-01-05
wp-performance-review.md
3
1 export wp-performance-review
2 vapvarun from "vapvarun/claude-backup"
3 Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, or detecting anti-patterns in database queries, hooks, object caching, AJAX, and template loading.
2026-01-05
creating-new-plugins.md
3
1 export creating-new-plugins
2 jack-michaud from "jack-michaud/faire"
3 Follow a structured approach to create new Claude Code plugins and register them in your marketplace. Use when building plugins for commands, skills, hooks, or MCP servers.
2026-01-05
encode-repo-serena.md
3
1 export encode-repo-serena
2 rjmurillo from "rjmurillo/ai-agents"
3 Systematically populate the Forgetful knowledge base using Serena's LSP-powered symbol analysis for accurate, comprehensive codebase understanding.
2026-01-05
wezterm-config.md
3
1 export wezterm-config
2 alexfazio from "alexfazio/cc-skills"
3 Complete WezTerm terminal emulator configuration assistant. Use for any WezTerm configuration task including appearance, fonts, colors, keybindings, mouse bindings, tabs, panes, SSH domains, multiplexing, serial ports, plugins, events, window management, performance, platform-specific settings, Lua scripting, or any terminal customization.
2026-01-05
coder-memory-recall.md
3
1 export coder-memory-recall
2 hungson175 from "hungson175/deploy-memory-tools"
3 Retrieve universal coding patterns from file-based memory. Use when starting complex tasks, encountering unfamiliar problems, or user says "--coder-recall" or "--recall" (you decide which scope, may use both). Skip for routine tasks or project-specific questions (use project-memory-recall). This Skill MUST be executed using Task tool with subagent_type="general-purpose". Runs in separate context to avoid polluting main conversation.
2026-01-05