1070 skills
๐Ÿงช

testing-patterns

Low Risk 72

Apply Testing Patterns

by 0xDarkMatter

Writing effective tests requires understanding the right patterns for each scenario. This skill provides universal testing strategies, from the test pyramid to TDD workflows, so you can build reliable test suites.

Claude Codex Code(CC)
Install
๐Ÿ”

structural-search

Safe 73

Search code by AST structure

by 0xDarkMatter

Finding code patterns with regex leads to false positives and missed matches. This skill provides AST-based search patterns that understand code structure, enabling precise code search and refactoring across JavaScript, TypeScript, Python, Go, and Rust.

Claude Codex Code(CC)
Install
๐ŸŽจ

tailwind-patterns

Safe 67

Get Tailwind CSS patterns

by 0xDarkMatter

Finding the right Tailwind utility classes slows down development. This skill provides quick access to responsive breakpoints, common layout patterns, component snippets, and dark mode patterns for Tailwind CSS v3+ projects.

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

sqlite-ops

Safe 68

Use SQLite databases in Python

by 0xDarkMatter

Learn patterns for SQLite databases in Python projects. Includes connection management, async operations, migrations, and common schema designs for state, cache, and event logging.

Claude Codex Code(CC)
Install
๐Ÿ”—

rest-patterns

Safe 68

Apply REST API Design Patterns

by 0xDarkMatter

Designing RESTful APIs correctly requires understanding HTTP methods, status codes, caching strategies, and rate limiting. This skill provides quick reference patterns so you can build standards-compliant APIs from the start.

Claude Codex Code(CC)
Install
๐Ÿ

python-typing-patterns

Low Risk 75

Apply Python type hints for safer code

by 0xDarkMatter

Python type hints improve code quality and catch bugs at development time. This skill provides patterns and examples for using type annotations, generics, protocols, and type checkers like mypy and pyright.

Claude Codex Code(CC)
Install
๐Ÿงช

python-pytest-patterns

Low Risk 76

Write pytest tests with patterns and fixtures

by 0xDarkMatter

Writing maintainable tests is challenging without guidance. This skill provides proven pytest patterns for fixtures, parametrization, mocking, async testing, and coverage to help you build reliable test suites.

Claude Codex Code(CC)
Install
๐Ÿ

python-fastapi-patterns

Low Risk 75

Build REST APIs with FastAPI patterns

by 0xDarkMatter

FastAPI is a modern Python web framework for building APIs. This skill provides ready-to-use patterns for dependency injection, validation, middleware, and background tasks. Developers can quickly implement production-ready APIs without searching through documentation.

Claude Codex Code(CC)
Install
๐Ÿ

python-env

Safe 68

Manage Python environments with uv

by 0xDarkMatter

Creating and managing Python virtual environments requires learning multiple tools and flags. This skill provides instant access to uv patterns for fast environment setup, package installation, and dependency management.

Claude Codex Code(CC)
Install
๐Ÿ’ป

python-cli-patterns

Low Risk 70

Build Python CLI Applications

by 0xDarkMatter

Creating command-line interfaces in Python requires understanding argument parsing, output formatting, and configuration management. This skill provides ready-to-use patterns for building professional CLI tools with Typer and Rich libraries.

Claude Codex Code(CC)
Install
โšก

python-async-patterns

Low Risk 76

Master Python async patterns

by 0xDarkMatter

Writing concurrent Python code requires understanding specific patterns and avoiding common pitfalls. This skill provides production-ready asyncio patterns for building high-performance applications with proper error handling, graceful shutdown, and optimized resource management.

Claude Codex Code(CC)
Install
๐Ÿ”—

mcp-patterns

Safe 68

Build MCP servers for Claude Code

by 0xDarkMatter

Creating MCP servers requires understanding Model Context Protocol patterns. This skill provides ready-to-use code examples and best practices for tools, resources, authentication, and state management so you can build integrations faster.

Claude Codex Code(CC)
Install
๐Ÿ”€

git-workflow

Safe 68

Master git operations with visual tools

by 0xDarkMatter

Git workflows can be complex and hard to remember. This skill provides quick reference guides for lazygit, GitHub CLI, and delta to streamline staging, commits, PRs, rebasing, and more.

Claude Codex Code(CC)
Install
๐Ÿ”

find-replace

Safe 67

Find and Replace with sd CLI

by 0xDarkMatter

Perform find-and-replace operations across multiple files using the sd CLI tool. The tool simplifies text replacement with regex support and safer defaults than traditional sed.

Claude Codex Code(CC)
Install
๐Ÿ”

file-search

Safe 67

Search files and code efficiently

by 0xDarkMatter

Finding files and searching code can be slow with standard tools. This skill provides quick reference for fd, ripgrep, and fzf to search and filter files instantly. Use these tools to locate code, navigate projects, and filter search results with minimal effort.

Claude Codex Code(CC)
Install
๐Ÿ”ท

zig-best-practices

Safe 67

Write idiomatic Zig code

by 0xBigBoss

Writing safe, efficient Zig code requires understanding type-first development patterns and explicit memory management. This skill provides proven patterns for tagged unions, error sets, comptime validation, and resource cleanup that produce robust, maintainable Zig applications.

Claude Codex Code(CC)
Install
๐Ÿ“˜

typescript-best-practices

Safe 68

Write type-safe TypeScript with proven patterns

by 0xBigBoss

TypeScript code often contains runtime errors that type checking misses. This skill provides battle-tested patterns for type-first development, discriminated unions for illegal states, exhaustive handling, and runtime validation with Zod to catch bugs before they ship.

Claude Codex Code(CC)
Install
๐ŸŽจ

tamagui-best-practices

Safe 67

Build cross-platform UI with Tamagui

by 0xBigBoss

Building consistent web and native interfaces with Tamagui requires understanding compiler optimization, design tokens, and platform-specific patterns. This skill provides expert patterns for config v4, compound components, animations, and accessible overlays.

Claude Codex Code(CC)
Install
โš›๏ธ

react-best-practices

Safe 68

Apply React best practices

by 0xBigBoss

React developers often struggle with proper hooks usage, effect dependencies, and component patterns. This skill provides battle-tested patterns for hooks, effects, refs, and component design to write cleaner, more maintainable React code.

Claude Codex Code(CC)
Install
๐Ÿ

python-best-practices

Safe 68

Apply Python type-first patterns

by 0xBigBoss

Writing Python without type definitions leads to runtime errors and hard-to-maintain code. This skill provides battle-tested patterns for type-first development using dataclasses, discriminated unions, Protocols, and other modern Python features to make illegal states unrepresentable.

Claude Codex Code(CC)
Install