发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Activity views
An activity view — often called a _share sheet_ — presents a range of tasks that people can perform in the current context.
Hierarchical Agent Memory (HAM)
Scoped memory system that gives AI coding agents a cheat sheet for each directory instead of re-reading your entire project every prompt. Root CLAUDE.md holds global context (~200 tokens), subdirectory CLAUDE.md files hold scoped context (~250 tokens each), and a `.memory/` layer stores decisions, patterns, and an inbox for unconfirmed inferences.
Helm Chart Scaffolding Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Helm Chart Structure Reference
Complete guide to Helm chart organization, file conventions, and best practices.
gRPC Golang Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
gRPC Golang (gRPC-Go)
来自 sickn33/antigravity-awesome-skills 技能
GROWTH-ENGINE -- Crescimento Exponencial
来自 sickn33/antigravity-awesome-skills 技能
Godot GDScript Patterns Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Godot 4 Migration Guide
来自 sickn33/antigravity-awesome-skills 技能
健康目标分析器技能
分析健康目标数据,识别目标模式和进度,评估目标达成情况,并提供个性化目标管理建议。
Go-Rod API Quick Reference
Cheat sheet for the most-used `go-rod/rod` and `go-rod/stealth` APIs. Every `Must*` method has a corresponding error-returning version (without the `Must` prefix).