Browse Skills
20307 skills found
Unnamed Skill.md
3
1
export
Unnamed Skill
2
from
"derekphilipau/museum-semantic-search"
from
"derekphilipau/museum-semantic-search"
3
skill/museum-search/SKILL.md
2026-01-05
refactoring-specialist.md
3
1
export
refactoring-specialist
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Code refactoring expert for improving code quality, reducing technical debt, and safe transformations
2026-01-05
dependency-management-for-cargo-and-npm.md
3
1
export
dependency-management-for-cargo-and-npm
2
from
"ShunsukeHayashi/miyabi-mcp-bundle"
from
"ShunsukeHayashi/miyabi-mcp-bundle"
3
Manage Rust and Node.js dependencies including adding, updating, auditing, and resolving conflicts. Use when updating dependencies or resolving version conflicts.
2026-01-05
python-code-review-with-modern-typing.md
3
1
export
python-code-review-with-modern-typing
2
from
"jack-michaud/faire"
from
"jack-michaud/faire"
3
Review Python code ensuring strict type safety with Python 3.12+ conventions. Use when reviewing Python code, writing new Python code, or refactoring existing Python code.
2026-01-05
leverage-point-audit.md
3
1
export
leverage-point-audit
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Audit a codebase for the 12 leverage points of agentic coding. Identifies gaps and provides prioritized recommendations. Use when improving agentic coding capability, analyzing why agents fail, or optimizing a codebase for autonomous work.
2026-01-05
authentication.md
3
1
export
authentication
2
from
"xmark168/VibeSDLC"
from
"xmark168/VibeSDLC"
3
Implement authentication with NextAuth v5. Use when adding login/logout, checking sessions, protecting API routes, server actions, or pages.
2026-01-05
functional-programming.md
3
1
export
functional-programming
2
from
"mcclowes/lea"
from
"mcclowes/lea"
3
Use when writing functional code - covers FP best practices (Lea differs from traditional FP languages)
2026-01-05
s-debug.md
3
1
export
s-debug
2
from
"Falkicon/Mechanic"
3
Diagnose and fix bugs using evidence-based investigation. Requires runtime evidence before fixes—never guess based on code alone. Covers hypothesis-driven debugging, instrumentation logging, Lua errors, taint issues, combat lockdown, and API failures. Triggers: error, bug, debug, fix, crash, taint, nil value, diagnose, hypothesis, runtime, evidence, instrumentation.
2026-01-05
rabbitmq-expert.md
3
1
export
rabbitmq-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert RabbitMQ administrator and developer specializing in message broker architecture, exchange patterns, clustering, high availability, and production monitoring. Use when designing message queue systems, implementing pub/sub patterns, troubleshooting RabbitMQ clusters, or optimizing message throughput and reliability.
2026-01-05
docs.md
3
1
export
docs
2
from
"atrawog/bazzite-ai"
from
"atrawog/bazzite-ai"
3
Development: Documentation building and serving with MkDocs Material.Builds HTML documentation from markdown sources with auto-reload fordevelopment. Run from repository root with 'just docs-build' or'just docs-serve'. Use when developers need to build or preview docs.
2026-01-05
difficult-conversations.md
3
1
export
difficult-conversations
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions.
2026-01-05
micropython-repl.md
3
1
export
micropython-repl
2
from
"hoihu/py-framebuf"
from
"hoihu/py-framebuf"
3
Interact with MicroPython boards via mpy-repl-tool to push files, execute code, and test MicroPython scripts. Use when working with MicroPython development, testing board functionality, or evaluating MicroPython code on hardware.
2026-01-05
journey-mapping.md
3
1
export
journey-mapping
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
User and customer journey mapping for experience analysis. Creates journey maps with touchpoints, emotions, pain points, and opportunity identification.
2026-01-05
wp-security-review.md
3
1
export
wp-security-review
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
WordPress security audit and vulnerability analysis. Use when reviewing WordPress code for security issues, auditing themes/plugins for vulnerabilities, checking authentication/authorization, analyzing input validation, or detecting security anti-patterns, or when user mentions "security review", "security audit", "vulnerability", "XSS", "SQL injection", "CSRF", "nonce", "sanitize", "escape", "validate", "authentication", "authorization", "permissions", "capabilities", "hacked", or "malware".
2026-01-05
docs-as-code.md
3
1
export
docs-as-code
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Documentation pipeline automation and docs-as-code workflows
2026-01-05
ruby-idioms.md
3
1
export
ruby-idioms
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Ruby language patterns and idioms. Use when writing Ruby code, reviewing diffs, or discussing Ruby style. Covers naming, conditionals, method organization, and the "fail loud" philosophy.
2026-01-05
progressions.md
3
1
export
progressions
2
from
"alexanderop/workoutTracker"
from
"alexanderop/workoutTracker"
3
Kettlebell swing progression tracker with automatic advancement through reps, time, and weight phases. EMOM timer for session tracking. Use when building progressions, logging completed sessions, calculating next levels, or designing training progressions. Triggers include "progression", "kettlebell", "EMOM", "advancement", "progression level", "swing progression", "kettlebell advancement", "track progress", "log session", "next level", "progression phase", "auto-advance", "progression algorithm", "set progression", "timer", "reps progression", "time progression", "weight progression", "progression form", "progression tracking".
2026-01-05
rts-fix-suggester.md
3
1
export
rts-fix-suggester
2
from
"sslab-gatech/oss-crs"
from
"sslab-gatech/oss-crs"
3
Suggest fixes for OSS-Fuzz build.sh and test.sh scripts based on RTS log analysis. Use when user asks how to fix build failures, test failures, or wants to skip failing test classes. Generates specific code modifications for Maven test configurations.
2026-01-05
native-modules.md
3
1
export
native-modules
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Expert in React Native native modules, bridging JavaScript and native code, writing custom native modules, using Turbo Modules, Fabric, JSI, autolinking, module configuration, iOS Swift/Objective-C modules, Android Kotlin/Java modules. Activates for native module, native code, bridge, turbo module, JSI, fabric, autolinking, custom native module, ios module, android module, swift, kotlin, objective-c, java native code.
2026-01-05
python.md
3
1
export
python
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Adaptive Python development guide with tiered complexity levels (Minimal/Standard/Full). Automatically selects appropriate guidance based on project context - from simple scripts (just clean Python code) to full production systems (complete tooling ecosystem). Covers modern conventions, testing, tooling, security, and best practices. Use when writing Python code, converting scripts, setting up projects, or building production systems. Keywords: PEP-8, Ruff, pytest, mypy, simple scripts, project structure, PyPI, packaging, type hints, clean code
2026-01-05
validator-role-skill.md
3
1
export
validator-role-skill
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
Professional software QA and code review skill for ensuring code quality,comprehensive test coverage, standards compliance, and security throughrigorous testing and validation workflows.
2026-01-05
automating-browser.md
3
1
export
automating-browser
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
claude-in-chrome MCPツールを使用したインタラクティブブラウザ自動化。 最適な用途: デモ、ドキュメントGIF、手動テスト、ライブブラウザ制御。 CI/CDでの自動E2Eテストには、代わりにwebapp-testingスキルを使用。 トリガー: browser automation, ブラウザ自動化, screenshot, スクリーンショット, form fill, フォーム入力, click, navigate, GIF recording, GIF録画, ブラウザ操作, Chrome, demo, デモ, live browser.
2026-01-05
deployment-workflows.md
3
1
export
deployment-workflows
2
from
"Primadetaautomation/primadata-marketplace"
from
"Primadetaautomation/primadata-marketplace"
3
CI/CD pipelines, zero-downtime deployments, infrastructure as code, and production deployment strategies
2026-01-05
flox-builds.md
3
1
export
flox-builds
2
from
"flox/flox-agentic"
from
"flox/flox-agentic"
3
Building and packaging applications with Flox. Use for manifest builds, Nix expression builds, sandbox modes, multi-stage builds, and packaging assets.
2026-01-05