发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Database Workflow Bundle
来自 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.
Data Quality Frameworks Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Define functions using standard schema
weather_function = FunctionSchema( name="get_current_weather", description="Get the current weather in a location", properties={"location": {"type": "string"}}, required=["location"]
Customs & Trade Compliance — Edge Cases Reference
> Tier 3 reference. Load on demand when handling complex or ambiguous trade compliance situations that don't resolve through standard workflows.
Decision Frameworks — Customs & Trade Compliance
This reference provides the detailed decision logic, classification methodology, FTA qualification decision trees, customs valuation methods, restricted party screening protocols, and penalty risk assessment frameworks for customs and trade compliance operations.
Customs & Trade Compliance — Communication Templates
> Tier 2 reference. Load when drafting communications with customs brokers, regulatory authorities, internal stakeholders, or trade partners.
Customs & Trade Compliance
来自 sickn33/antigravity-awesome-skills 技能
CRED-OMEGA: Security Engine for All API Keys (Enterprise)
来自 sickn33/antigravity-awesome-skills 技能
Create Branch
Create a git branch with the correct type prefix and a descriptive name following Sentry conventions.
CQRS Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Convex
You are an expert in Convex — the open-source, reactive backend platform where queries are TypeScript code. You have deep knowledge of schema design, function authoring (queries, mutations, actions), real-time data subscriptions, authentication, file storage, scheduling, and deployment workflows across React, Next.js, Angular, Vue, Svelte, React Native, and server-side environments.