发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Style Presets Reference
Curated visual styles for `frontend-slides`.
Frontend Slides
Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.
Frontend Development Patterns
Modern frontend patterns for React, Next.js, and performant user interfaces.
FoundationModels: On-Device LLM (iOS 26)
Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with `@Generable`, custom tool calling, and snapshot streaming — all running on-device for privacy and offline support.
Eval Harness Skill
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
Enterprise Agent Ops
Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions.
Django Verification Loop
Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security.
Django Testing with TDD
Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework.
Django Development Patterns
Production-grade Django architecture patterns for scalable, maintainable applications.
Deployment Patterns
Production deployment workflows and CI/CD best practices.
Database Migration Patterns
Safe, reversible database schema changes for production systems.
C++ Coding Standards (C++ Core Guidelines)
Comprehensive coding standards for modern C++ (C++17/20/23) derived from the [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines). Enforces type safety, resource safety, immutability, and clarity.