creating-agents
Safe 69Create Custom Claude Code Agents for Task Delegation
by BrendanShields
Building specialized agents for complex workflows can be challenging without clear guidance. This skill provides templates and configuration reference for creating Claude Code subagents that handle specific tasks with the right tools and permissions.
brand-guidelines
Safe 69Apply Anthropic brand styling
by anthropics
Your assets may not follow Anthropic brand standards. This skill provides official colors and typography guidance for consistent styling across all your materials.
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.
releasing-versions
Safe 68Prepare software releases with validation
by BPSAI
Managing software releases requires following many steps correctly. This skill provides a structured 8-phase workflow to validate tests, update versions, verify documentation, and prepare git commits for safe releases.
planning-with-trello
Safe 71Plan Features with Budget Validation
by BPSAI
Managing feature planning without structured workflows leads to scope creep and budget overruns. This skill provides a systematic approach to planning features with built-in budget validation, task breakdown, and Trello synchronization.
managing-task-lifecycle
Low Risk 70Manage task lifecycle with enforcement gates
by BPSAI
Managing task transitions is complex and error-prone. Without enforcement gates, acceptance criteria get skipped and tasks are marked complete prematurely. This skill provides a structured workflow with automated verification for starting, tracking, and completing tasks with Trello synchronization.
implementing-with-tdd
Safe 69Implement 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 69Finish 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.
designing-and-implementing
Safe 69Design, Plan, and Implement Features Systematically
by BPSAI
Many developers struggle with ad-hoc feature implementation that leads to technical debt and rework. This skill provides a structured workflow to clarify requirements, create plans, and track implementation tasks using the bpsai-pair CLI tool.
creating-skills
Safe 69Create Reusable AI Skills
by BPSAI
Teams struggle to capture and share best practices across sessions. This skill provides templates, conventions, and validation tools for creating standardized skills that document workflows and prevent repeated errors.
chrome-extension-icons
Safe 71Generate 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.
uvicorn
Safe 68Run Uvicorn ASGI servers
by bossjones
This skill provides documentation and examples for running Python ASGI applications with Uvicorn. It covers development servers with hot reload, production deployment with workers, SSL configuration, and Docker integration.
structlog
Safe 68Add 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.
sqlalchemy-2-0
Safe 68Build async database operations with SQLAlchemy 2.0
by bossjones
This skill provides ready-to-use SQLAlchemy 2.0+ patterns for async database operations. It includes type-safe models, CRUD operations, relationships, and performance optimizations for building robust data services.
pytest-recording
Safe 70Record 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 69Use 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 68Write 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 69Validate 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 69Use 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.