python-fastapi-patterns
Low Risk 76Build 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.
python-env
Safe 69Manage 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.
python-cli-patterns
Low Risk 71Build 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.
python-async-patterns
Low Risk 77Master 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.
mcp-patterns
Safe 69Build 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.
git-workflow
Safe 69Master 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.
find-replace
Safe 68Find 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.
file-search
Safe 68Search 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.
zig-best-practices
Safe 69Write 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.
typescript-best-practices
Safe 68Write 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.
tamagui-best-practices
Safe 69Build 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.
react-best-practices
Safe 69Apply 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.
python-best-practices
Safe 69Apply 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.
playwright-best-practices
Safe 69Write 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.
go-best-practices
Safe 69Apply 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.
Canton Network Open-Source Repositories
Safe 66Understand 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.
axe-ios-simulator
Safe 69Automate iOS Simulator interactions
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.
create-pr
Safe 66Create GitHub pull requests in Japanese
by 0tarof
Creating GitHub pull requests requires following multiple steps correctly. This skill automates the complete PR workflow including commit, push, and PR creation with proper validation checks. All interactions happen in Japanese.
frontend-dev-guidelines
Safe 68Apply Next.js 15 Frontend Best Practices
by 0Chan-smc
Frontend code requires consistent patterns for Next.js 15 features like Server Components and App Router. This skill provides comprehensive guidelines for React 19, TypeScript, Shadcn/ui components, and Tailwind CSS to ensure maintainable and performant applications.
web3-testing
Safe 71Test smart contracts with Hardhat
by wshobson
Writing comprehensive tests for smart contracts is complex and time-consuming. This skill provides ready-to-use patterns for unit tests, integration tests, fuzzing, gas optimization, and mainnet forking using Hardhat and Foundry.