发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Python Development Standards
- Use **snake_case** for variables, functions, and methods. - Use **PascalCase** for classes. - Use **UPPER_CASE** for constants. - Indent using **4 spaces**. - Maximum line length: **88 characters** (Black standard) or 79 (PEP 8 strict).
JavaScript/TypeScript Development Standards
- Use **camelCase** for variables, functions, and methods. - Use **PascalCase** for classes, components, and interfaces. - Use **UPPER_CASE** for constants. - Indent using **2 spaces**. - Always use **Semicolons**.
MegaETH Development Skill
Use this Skill when the user asks for: - Wallet setup and management on MegaETH - Sending transactions, checking balances, token operations - Token swaps via Kyber Network aggregator - MegaETH dApp frontend (React / Next.js with real-time updates)
MegaETH Development Skill
Use this Skill when the user asks for: - Wallet setup and management on MegaETH - Sending transactions, checking balances, token operations - Token swaps via Kyber Network aggregator - MegaETH dApp frontend (React / Next.js with real-time updates)
Test-Driven Development Workflow
This skill ensures all code development follows TDD principles with comprehensive test coverage.
Spring Boot Development Patterns
Spring Boot architecture and API patterns for scalable, production-grade services.
Python Development Patterns
Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications.
Go Development Patterns
Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications.
Frontend Development Patterns
Modern frontend patterns for React, Next.js, and performant user interfaces.
Eval Harness Skill
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
Docker Patterns
Docker and Docker Compose best practices for containerized development.
Django Testing with TDD
Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework.