4812 skills
๐Ÿ“ฆ

creating-agents

Safe 69

Create 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.

Claude Codex Code(CC)
Install
๐ŸŽจ

brand-guidelines

Safe 69

Apply 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.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

reviewing-code

Safe 69

Review 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.

Claude Codex Code(CC)
Install
๐Ÿš€

releasing-versions

Safe 68

Prepare 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.

Claude Codex Code(CC)
Install
๐Ÿ“‹

planning-with-trello

Safe 71

Plan 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.

Claude Code(CC)
Install
๐Ÿ”„

managing-task-lifecycle

Low Risk 70

Manage 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.

Claude Code(CC)
Install
๐Ÿงช

implementing-with-tdd

Safe 69

Implement 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.

Claude Codex Code(CC)
Install
๐Ÿ”€

finishing-branches

Safe 69

Finish 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.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

designing-and-implementing

Safe 69

Design, 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.

Claude Codex Code(CC)
Install
๐Ÿ› ๏ธ

creating-skills

Safe 69

Create 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.

Claude Codex Code(CC)
Install
๐ŸŽจ

chrome-extension-icons

Safe 71

Generate 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.

Claude Codex Code(CC)
Install
โšก

uvicorn

Safe 68

Run 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.

Claude Codex Code(CC)
Install
๐Ÿ“

structlog

Safe 68

Add 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.

Claude Codex Code(CC)
Install
๐Ÿ—„๏ธ

sqlalchemy-2-0

Safe 68

Build 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.

Claude Codex Code(CC)
Install
๐ŸŽฌ

pytest-recording

Safe 70

Record 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.

Claude Codex Code(CC)
Install
๐Ÿงช

pytest-mock-guide

Safe 69

Use 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.

Claude Codex Code(CC)
Install
๐Ÿงช

pytest

Safe 68

Write 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.

Claude Codex Code(CC)
Install
๐Ÿ”

pydantic

Safe 69

Validate 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.

Claude Codex Code(CC)
Install
๐ŸŒ

httpx

Safe 69

Use 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.

Claude Codex Code(CC)
Install
๐Ÿš€

fastapi-development

Safe 70

Build 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.

Claude Codex Code(CC)
Install