GitHub
Skills harvested from GitHub repositories
14810 skills availablerules-distill
Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — ap...
content-engine
Turn one idea into strong, platform-native content instead of posting the same thing everywhere. writing X posts or thre...
skill-comply
Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavior...
healthcare-emr-patterns
Patterns for building Electronic Medical Record (EMR) and Electronic Health Record (EHR) systems. Prioritizes patient sa...
ralphinho-rfc-pipeline
灵感来源于 humanplane 风格的 RFC 分解模式和多单元编排工作流。 当一个功能对于单次代理处理来说过于庞大,必须拆分为独立可验证的工作单元时,请使用此技能。 RFC 接收 DAG 分解 单元分配 单元实现 单元验证 合并队列与集...
django-patterns
适用于可扩展、可维护应用程序的生产级 Django 架构模式。 构建 Django Web 应用程序时 设计 Django REST Framework API 时 使用 Django ORM 和模型时 设置 Django 项目结构时 实现...
compose-multiplatform-patterns
使用 Compose Multiplatform 和 Jetpack Compose 构建跨 Android、iOS、桌面和 Web 的共享 UI 的模式。涵盖状态管理、导航、主题和性能。 构建 Compose UI(Jetpack Com...
browser-qa
After deploying a feature to staging/preview When you need to verify UI behavior across pages Before shipping — confirm ...
social-graph-ranker
Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: rank existing mutual...
ai-regression-testing
Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — cr...
database-migrations
为生产系统提供安全、可逆的数据库模式变更。 创建或修改数据库表 添加/删除列或索引 运行数据迁移(回填、转换) 计划零停机模式变更 为新项目设置迁移工具 每个变更都是一次迁移 — 切勿手动更改生产数据库 迁移在生产环境中是只进不退的 — 回...
android-clean-architecture
Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Reposi...
energy-procurement
You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities...
agent-harness-construction
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion...
flutter-dart-code-review
Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of ...
plankton-code-quality
Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Pl...
swift-concurrency-6-2
Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introd...
laravel-verification
Run before PRs, after major changes, and pre-deploy. Before opening a pull request for a Laravel project After major ref...
pytorch-patterns
Idiomatic PyTorch patterns and best practices for building robust, efficient, and reproducible deep learning application...
iterative-retrieval
Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start...
architecture-decision-records
Capture architectural decisions as they happen during coding sessions. Instead of decisions living only in Slack threads...
search-first
Systematizes the "search for existing solutions before implementing" workflow. Use this skill when: Starting a new featu...
swift-protocol-di-testing
Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small...
terminal-ops
Use this when the user wants real repo execution: run commands, inspect git state, debug CI or builds, make a narrow fix...