981 skills
๐Ÿ”

structural-search

Safe 75

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
๐Ÿ—„๏ธ

sqlite-ops

Safe 70

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 71

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-pytest-patterns

Safe 80

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 77

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 70

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-async-patterns

Low Risk 79

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
๐Ÿ’ป

python-cli-patterns

Low Risk 73

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
๐Ÿ”—

mcp-patterns

Safe 70

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
๐Ÿ”

find-replace

Safe 69

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 70

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 69

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
๐ŸŽจ

tamagui-best-practices

Safe 69

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 70

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 70

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
๐Ÿงช

playwright-best-practices

Safe 70

Write resilient Playwright tests

by 0xBigBoss

Playwright tests often become brittle and flaky over time. This skill provides battle-tested patterns for locators, assertions, fixtures, and page objects that create maintainable, self-healing tests.

Claude Codex Code(CC)
Install
๐Ÿ”ท

go-best-practices

Safe 70

Apply Go best practices for type-safe code

by 0xBigBoss

Go projects often suffer from runtime errors that could be caught at compile time. This skill provides patterns for type-first development, interfaces, functional options, and proper error handling to prevent bugs before they happen.

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

canton-network-repos

Safe 69

Understand Canton Network repositories

by 0xBigBoss

Get expert guidance on working with Canton Network, DAML, and Splice open-source repositories. Covers version compatibility, build processes, and troubleshooting for distributed ledger development.

Claude Codex Code(CC)
Install
๐Ÿ“ฑ

axe-ios-simulator

Safe 70

Automate iOS Simulator interactions with AXe

by 0xBigBoss

Claude Code lacks built-in iOS Simulator control. This skill provides documentation and examples for AXe CLI, enabling automated touch gestures, text input, screenshots, video recording, and accessibility inspection.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

create-pr

Safe 70

Create GitHub Pull Requests

by 0tarof

This skill automates the GitHub pull request workflow including git status checks, staged commits with proper file paths, branch pushes, and PR creation via gh CLI. It ensures safe and consistent PR creation with Japanese language support.

Claude Codex Code(CC)
Install