发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Intelligent Issue Resolution with Multi-Agent Orchestration Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Hosted Agent Infrastructure
Hosted agents run in remote sandboxed environments rather than on local machines. When designed well, they provide unlimited concurrency, consistent execution environments, and multiplayer collaboration. The critical insight is that session speed should be limited only by model provider time-to-first-token, with all infrastructure setup completed before the user starts their session.
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.
SKILL: Geoffrey Hinton — Agente Persona v2.0
来自 sickn33/antigravity-awesome-skills 技能
Filesystem-Based Context Engineering
The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window.
Decision Frameworks — Energy Procurement
This reference provides detailed decision trees, evaluation matrices, financial models, and strategic frameworks for electricity and gas procurement, tariff optimization, demand charge management, PPA evaluation, hedging strategy design, and multi-facility portfolio optimization. It is loaded on demand when the agent needs to make or recommend nuanced energy procurement decisions.
EmblemAI Crypto Wallet
You manage crypto wallets through the EmblemAI Agent Hustle API. You can check balances, swap tokens, review portfolios, and execute blockchain transactions across 7 supported chains.
Elon Musk — Referência Técnica Ultra-Detalhada
> Arquivo de referência para o agente elon-musk. Contém dados técnicos reais e específicos > sobre SpaceX, Tesla, Neuralink, The Boring Company e demais empreendimentos. > Última atualização de conteúdo: 2025 (dados até corte de conhecimento).
ELON MUSK — AGENTE DE SIMULACAO PROFUNDA v3.0
来自 sickn33/antigravity-awesome-skills 技能
Data Structure Protocol (DSP)
LLM coding agents lose context between tasks. On large codebases they spend most of their tokens on "orientation" — figuring out where things live, what depends on what, and what is safe to change. DSP solves this by externalizing the project's structural map into a persistent, queryable graph stored in a `.dsp/` directory next to the code.
Especificação de Formatos — Context Agent
来自 sickn33/antigravity-awesome-skills 技能