1071 skills
๐Ÿ

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

playwright-best-practices

Safe 68

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 67

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 Open-Source Repositories

Safe 64

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 67

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

Claude Codex Code(CC)
Install
๐Ÿ”€

create-pr

Safe 66

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

Claude Code(CC)
Install
๐ŸŽจ

frontend-dev-guidelines

Safe 67

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

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

web3-testing

Safe 69

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

Claude Codex Code(CC)
Install
โšก

uv-package-manager

Safe 69

Master uv for fast Python dependency management

by wshobson

Python projects need faster dependency setup than pip provides. This skill provides uv commands for project initialization, dependency management, virtual environments, and lockfile workflows.

Claude Codex Code(CC)
Install
๐Ÿงฉ

typescript-advanced-types

Safe 69

Master advanced TypeScript types

by wshobson

Complex type logic can be hard to design and maintain. This skill provides patterns and examples to build reusable and safe TypeScript types for your projects.

Claude Codex Code(CC)
Install
๐Ÿงช

temporal-python-testing

Safe 70

Test Temporal workflows with pytest and mocks

by wshobson

Temporal workflow tests are often slow or flaky. This skill provides fast, deterministic testing patterns using time-skipping, activity mocking, and replay validation for reliable CI/CD pipelines.

Claude Codex Code(CC)
Install
๐Ÿ’ณ

stripe-integration

Safe 69

Implement Stripe payments with clear patterns

by wshobson

Setting up Stripe payment flows can be confusing and error prone. This skill provides ready patterns for checkout, subscriptions, and secure webhooks for PCI compliant implementations.

Claude Codex Code(CC)
Install
๐Ÿงญ

saga-orchestration

Safe 69

Design saga workflows for distributed services

by wshobson

Distributed workflows fail when steps do not coordinate or roll back cleanly. This skill provides clear saga patterns and templates to orchestrate steps and compensations for reliable multi-service transactions.

Claude Codex Code(CC)
Install
โšก

rust-async-patterns

Safe 69

Learn async Rust patterns fast

by wshobson

Async Rust can be hard to structure and debug. This skill gives clear patterns for Tokio tasks, channels, streams, and errors.

Claude Codex Code(CC)
Install
๐Ÿ“ฑ

react-native-architecture

Safe 69

Design React Native architecture fast

by wshobson

Complex React Native apps can become hard to scale and maintain. This skill provides proven Expo architecture patterns and code examples for building production apps with navigation, offline sync, and native modules.

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

react-modernization

Safe 68

Upgrade React apps with modern patterns

by wshobson

Legacy React code slows upgrades and hides breaking changes. This skill provides clear steps to move to hooks and React 18 features.

Claude Codex Code(CC)
Install
๐Ÿงช

python-testing-patterns

Safe 69

Build reliable Python tests fast

by wshobson

Writing Python tests can be slow and inconsistent across teams. This skill provides clear pytest patterns and examples to speed test design and improve coverage.

Claude Codex Code(CC)
Install
โšก

python-performance-optimization

Safe 69

Optimize Python performance with profiling

by wshobson

Slow Python code hides bottlenecks that waste resources and time. This skill guides you through profiling and optimization steps with concrete tools and patterns.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

python-packaging

Safe 68

Build Python packages for PyPI

by wshobson

Packaging a Python project often causes structure and metadata errors. This skill provides clear layouts, configuration examples, and publishing steps to create distributable packages.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

python-design-patterns

Safe 69

Apply Python Design Patterns

by wshobson

Write maintainable Python code using proven design patterns like KISS, Single Responsibility, and Composition over Inheritance to build systems that are easy to understand, test, and modify.

Claude Codex Code(CC)
Install