creating-hooks
Low Risk 69Create Claude Code hooks for automation
by BrendanShields
Claude Code hooks enable workflow automation and customization. This skill guides you through creating hooks for tool validation, context injection, and automated workflows.
creating-commands
Safe 69Create Claude Code slash commands
by BrendanShields
Build custom slash commands to automate repetitive tasks and standardize team workflows. This skill provides templates and best practices for commands that integrate with Claude Code.
reviewing-code
Safe 69Review Code Changes with Structured Quality Checklists
by BPSAI
Code reviews can be inconsistent and miss critical issues without a clear framework. This skill provides structured review templates and validation commands to ensure thorough, consistent code quality assessment across pull requests.
implementing-with-tdd
Safe 71Implement code with test-driven development
by BPSAI
Writing tests before code ensures reliable, maintainable software. This skill guides developers through TDD cycles including test creation, red-green-refactor workflow, and project-specific testing conventions.
finishing-branches
Safe 71Finish branches for merge and PR creation
by BPSAI
This skill provides a complete workflow for finishing feature branches. It guides you through pre-merge checks, security scans, code review, and automated PR creation.
chrome-extension-icons
Safe 72Generate Chrome extension icons
by Boulea7
Chrome extensions require icons in 4 specific sizes for the toolbar, management page, and Chrome Web Store. This skill automates the process by searching Iconify library, converting SVG to PNG, and updating manifest.json in seconds.
structlog
Safe 70Add Structured Logging to Python Apps
by bossjones
Python applications often produce unstructured log messages that are difficult to analyze and debug. Structlog transforms logs into structured data with context, making debugging faster and log analysis more reliable.
pytest-recording
Safe 71Record and replay HTTP interactions in Python tests
by bossjones
Testing external APIs is unreliable and slow due to network dependencies and rate limits. pytest-recording captures HTTP interactions as reusable YAML cassettes for fast, deterministic tests. Use this skill to mock API calls, filter sensitive credentials, and debug VCR configuration issues.
pytest-mock-guide
Safe 71Use pytest-mock for Testing
by bossjones
Writing unit tests requires isolating code from dependencies. This skill provides patterns for mocking, patching, spying, and stubbing in pytest using the pytest-mock plugin and unittest.mock API.
pytest
Safe 70Write Python tests with pytest
by bossjones
Create reliable test suites for Python code using pytest fixtures, parametrization, and async support. The framework handles test discovery, setup, teardown, and reporting automatically.
pydantic
Safe 70Validate data with Pydantic type annotations
by bossjones
Stop debugging data type errors and start catching them before they break your code. Pydantic validates your data structures using Python type annotations, automatically converting and validating inputs with detailed error messages.
httpx
Safe 70Use HTTPX for Python HTTP Requests
by bossjones
Make HTTP requests in Python with both synchronous and asynchronous APIs. HTTPX supports HTTP/1.1 and HTTP/2, streaming, authentication, and timeouts for production applications.
fastapi-development
Safe 70Build async APIs with FastAPI
by bossjones
FastAPI is a modern Python web framework for building APIs with automatic validation and documentation. This skill provides ready-to-use code patterns for endpoints, dependency injection, and testing so you can create production-ready APIs faster.
frontend-dev-guidelines
Safe 69Apply Next.js and React frontend guidelines
by BOM-98
This skill provides comprehensive guidelines for building modern frontend applications with Next.js, React 19, and shadcn/ui. It covers essential patterns including Server Components, data fetching, forms, styling, and performance optimization.
api-organization
Safe 70Organize APIs with 5-file pattern
by BOM-98
API code becomes scattered and inconsistent across a codebase. This skill provides a standardized 5-file pattern for organizing API endpoints, types, and clients with full TypeScript safety and role-based access control.
bodhi-sdk-react-integration
Safe 70Add local LLM chat to React apps
by BodhiSearch
Users need to integrate local LLM capabilities into React applications. This skill provides step-by-step guidance for installing bodhi-js-sdk, configuring OAuth authentication, and building streaming chat interfaces with the Bodhi Browser ecosystem.
neovim-debugging
Safe 72Debug Neovim configuration issues
by BitYoungjae
Neovim configuration problems cause frustration and lost productivity. This skill provides systematic diagnosis through hypothesis testing to quickly identify root causes and restore functionality.
playwright-browser
Medium Risk 64Automate browser tasks with Playwright
by Bind
Need to navigate websites, fill forms, or capture screenshots programmatically. This skill provides CLI commands to control a Playwright browser session using the accessibility tree for reliable element targeting.
github-pr
Safe 67Manage GitHub pull request reviews
by Bind
Automate code review workflows with GitHub PR utilities. Check if PRs need review, find relevant guideline files, and post inline comments directly from the CLI.
code-review
Safe 68Review Pull Requests Automatically
by Bind
Code reviews take significant time and can miss important issues. This skill uses multiple specialized AI agents to automatically review pull requests with confidence scoring to filter false positives and highlight real problems.