python-cli-patterns
低风险 72Build Python CLI Applications
由 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
低风险 79Master Python async patterns
由 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
安全 70Build MCP servers for Claude Code
由 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.
find-replace
安全 69Find and Replace with sd CLI
由 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
安全 71Search files and code efficiently
由 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
安全 69Write idiomatic Zig code
由 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.
tamagui-best-practices
安全 70Build cross-platform UI with Tamagui
由 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
安全 71Apply React best practices
由 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
安全 71Apply Python Type-First Patterns
由 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
安全 70Write resilient Playwright tests
由 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
安全 71Apply Go best practices for type-safe code
由 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-repos
安全 69Understand Canton Network repositories
由 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
安全 70Automate iOS Simulator interactions with AXe
由 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
安全 71Create GitHub Pull Requests
由 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.
frontend-dev-guidelines
安全 72Apply Next.js 15 Frontend Best Practices
由 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.