797 skills
πŸ”€

finishing-branches

Safe 71

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
🎨

chrome-extension-icons

Safe 72

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
πŸ“

structlog

Safe 70

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
🎬

pytest-recording

Safe 71

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 71

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 70

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 70

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 70

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
πŸ–₯️

frontend-dev-guidelines

Safe 69

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

Claude Codex Code(CC)
Install
πŸ”—

api-organization

Safe 70

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

Claude Codex Code(CC)
Install
βš›οΈ

bodhi-sdk-react-integration

Safe 70

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

Claude Codex Code(CC)
Install
πŸ”§

neovim-debugging

Safe 72

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

Claude Codex Code(CC)
Install
🌐

playwright-browser

Medium Risk 64

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

Claude Codex Code(CC)
Install
πŸ”€

github-pr

Safe 67

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

Claude Codex Code(CC)
Install
πŸ”

code-review

Safe 68

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

Claude Codex Code(CC)
Install
πŸ—οΈ

backend-architect

Safe 68

Design and review backend architecture

by Bikach

Complex backend systems need strong architectural foundations. This skill provides expert guidance on hexagonal architecture, domain-driven design, SOLID principles, and code quality to help you build maintainable and scalable applications.

Claude Codex Code(CC)
Install
πŸ™

github-cli

Safe 69

Gather GitHub context with gh CLI

by BfdCampos

Working with GitHub issues and PRs without full context leads to misunderstandings and missed information. This skill teaches AI to proactively use GitHub CLI commands to retrieve PR descriptions, review comments, CI status, issue discussions, and repository information.

Claude Codex Code(CC)
Install
πŸ§ͺ

tdd

Safe 70

Apply Test-Driven Development with Red-Green-Refactor

by Benny9193

Writing tests after code leads to untested behavior and design problems. This skill provides a strict TDD workflow that drives better code design through the Red-Green-Refactor cycle.

Claude Codex Code(CC)
Install
🧱

solid-principles

Safe 70

Apply SOLID Principles

by Benny9193

Code becomes difficult to maintain when classes have multiple responsibilities and tight coupling. This skill provides clear explanations and examples of SOLID principles so you can design software that is easier to extend, test, and modify.

Claude Codex Code(CC)
Install