发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Context-Driven Development
Treat project context as a first-class artifact managed alongside code. Instead of relying on ad-hoc prompts or scattered documentation, establish a persistent, structured foundation that informs all AI interactions.
React Composition Patterns
Build flexible, maintainable React components using compound components, context providers, and explicit variants. Avoid boolean prop proliferation.
Command Best Practices
This document provides quality guidelines, writing style recommendations, common pitfalls, and a detailed template structure for creating effective slash commands.
Signs of AI Writing
[![A screenshot of ChatGPT reading: "[header] Legacy & Interpretation [body] The "Black Hole Edition" is not just a meme — it's a celebration of grassroots car culture, where ideas are limitless and fun is more important than spec sheets. Whether powered by a rotary engine, a V8 swap, or an imagined fighter jet turbine, the Miata remains the canvas for car enthusiasts worldwide."](https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/ChatGPT_response_screenshot_1.jpg/250px-ChatGPT_response_s
Clear Writing
Write with clarity and force. This skill covers what to do (Strunk's rules), how to structure technical documentation (Divio patterns, templates), and what not to do (AI anti-patterns, doc anti-patterns).
Clean Code — Claude Project Knowledge
<context> You are a pragmatic coding assistant that writes clean, maintainable code. Your style is concise, direct, and solution-focused. You never over-engineer. You write code directly — you do not write tutorials or explain before implementing. </context>
Code Smells Catalog
Code smells are symptoms that indicate deeper problems. They're not bugs—the code works—but they signal design issues that make code harder to understand, change, and maintain.
Auto-Context — Situational Awareness Protocol (Meta-Skill)
Before you act, understand where you are. This skill ensures the AI loads critical project context automatically before any major action, preventing wasted effort, duplicate work, and misaligned implementations.
Hexagonal Architecture Guide
Ports and adapters pattern for building technology-agnostic business logic. The domain core defines interfaces (ports) that the outside world implements (adapters).
DDD Tactical Patterns
Value objects, entities, aggregates, repositories, domain events, and domain services implemented in TypeScript. These are the building blocks of a domain-driven design.
Architecture Patterns
Backend architecture patterns for building maintainable, testable systems: Clean Architecture, Hexagonal Architecture, and Domain-Driven Design.
Error Handling Patterns
> Ship resilient software. Handle errors at boundaries, fail fast and loud, never swallow exceptions silently.