Browse Skills

9063 skills found

python-fastapi-patterns.md
3
1 export python-fastapi-patterns
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn.
2026-01-05
pod.md
3
1 export pod
2 atrawog from "atrawog/bazzite-ai"
3 GPU container image building for bazzite-ai pods. Build NVIDIA, AMD, orIntel GPU-enabled container images for development. Use when users needto build or test pod container images.
2026-01-05
chaos-engineering-fundamentals.md
3
1 export chaos-engineering-fundamentals
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when implementing chaos engineering, designing fault injection experiments, or building resilience testing practices. Covers chaos principles and experiment design.
2026-01-05
analyze.md
3
1 export analyze
2 rjmurillo from "rjmurillo/ai-agents"
3 Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.
2026-01-05
tmux-playwright-dev.md
3
1 export tmux-playwright-dev
2 prassanna-ravishankar from "prassanna-ravishankar/torale"
3 Live UI development workflow using tmux panes + Playwright for visual feedback. Start dev server in one pane, use Playwright for testing, screenshots, and mobile/responsive verification in real-time.
2026-01-05
dependency-management-for-cargo-and-npm.md
3
1 export dependency-management-for-cargo-and-npm
2 ShunsukeHayashi 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
leverage-point-audit.md
3
1 export leverage-point-audit
2 melodic-software 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 xmark168 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
test-settings-locally.md
3
1 export test-settings-locally
2 cbgbt from "cbgbt/bottlerocket-forest"
3 Build and test settings SDK changes locally using core-kit and variant builds
2026-01-05
secrets-management.md
3
1 export secrets-management
2 melodic-software from "melodic-software/claude-code-plugins"
3 Comprehensive guidance for secure secrets management including storage solutions (Vault, AWS Secrets Manager, Azure Key Vault), environment variables, secret rotation, scanning tools, and CI/CD pipeline security. Use when implementing secrets storage, configuring secret rotation, preventing secret leaks, or reviewing credentials handling.
2026-01-05
micropython-repl.md
3
1 export micropython-repl
2 hoihu 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
api-design-architect.md
3
1 export api-design-architect
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 RESTful and GraphQL API design expert covering best practices, security, and scalability
2026-01-05
wp-security-review.md
3
1 export wp-security-review
2 vapvarun 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
rts-fix-suggester.md
3
1 export rts-fix-suggester
2 sslab-gatech 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
python.md
3
1 export python
2 melodic-software 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 enuno 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 thkt 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
audit-protocol-compliance.md
3
1 export audit-protocol-compliance
2 cowwoc from "cowwoc/styler"
3 Systematic audit of session for task protocol compliance violations with documentation fix recommendations
2026-01-05
bats-testing-patterns.md
3
1 export bats-testing-patterns
2 amurata from "amurata/cc-tools"
3 シェルスクリプトの包括的なテストのためのBash自動化テストシステム(Bats)をマスター。シェルスクリプトのテスト作成、CI/CDパイプライン、またはシェルユーティリティのテスト駆動開発が必要な場合に使用してください。
2026-01-05
create-hooks.md
3
1 export create-hooks
2 ronnycoding from "ronnycoding/.claude"
3 Guide for creating Claude Code hooks with proper configuration, shell commands, event handling, and security practices. Use when the user wants to create hooks, automate workflows, add event handlers, format code automatically, protect files, log actions, or mentions creating/configuring/building hooks.
2026-01-05
security-patterns.md
3
1 export security-patterns
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 Security patterns and OWASP guidelines. Triggers on: security review, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding.
2026-01-05
owasp-mobile-security-checker.md
3
1 export owasp-mobile-security-checker
2 Harishwarrior from "Harishwarrior/flutter-claude-skills"
3 Analyze Flutter and mobile applications for OWASP Mobile Top 10 (2024) security compliance. Use this skill when performing security audits, vulnerability assessments, or compliance checks on mobile applications. Performs automated scans for hardcoded secrets, insecure storage, weak cryptography, network security issues, and provides detailed remediation guidance.
2026-01-05
small-skill.md
3
1 export small-skill
2 feiskyer from "feiskyer/koder"
3 Small skill with basic content for token testing
2026-01-05
security.md
3
1 export security
2 vapvarun from "vapvarun/claude-backup"
3 Web application security best practices including OWASP Top 10, authentication, authorization, input validation, cryptography, and secure coding patterns. Use when implementing security features, reviewing code for vulnerabilities, hardening applications, or fixing security issues.
2026-01-05