重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
ddd-tactical-patterns by sickn33/antigravity-awesome-skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill ddd-tactical-patterns如需详细检查清单,请打开 references/tactical-checklist.md。
class Order {
private status: "draft" | "submitted" = "draft";
submit(itemsCount: number): void {
if (itemsCount === 0) throw new Error("Order cannot be submitted empty");
if (this.status !== "draft") throw new Error("Order already submitted");
this.status = "submitted";
}
}
每周安装次数
70
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
代码仓库
GitHub 星标数
28.5K
首次出现
2026年2月20日
安全审计
已安装于
codex68
opencode67
kimi-cli66
amp66
github-copilot66
cursor66
If detailed checklists are needed, open references/tactical-checklist.md.
class Order {
private status: "draft" | "submitted" = "draft";
submit(itemsCount: number): void {
if (itemsCount === 0) throw new Error("Order cannot be submitted empty");
if (this.status !== "draft") throw new Error("Order already submitted");
this.status = "submitted";
}
}
Weekly Installs
70
Repository
GitHub Stars
28.5K
First Seen
Feb 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex68
opencode67
kimi-cli66
amp66
github-copilot66
cursor66
任务估算指南:敏捷开发故事点、计划扑克、T恤尺码法详解
10,500 周安装
Cubox集成技能:通过Python脚本和Open API自动保存网页与笔记到Cubox
GitHub Agentic Workflows 听写指令:AI驱动工作流语音输入技术指南
GraphQL Schema Stitching & Federation Agent - Apollo Federation v2 超图组合与验证工具
GraphQL Schema Stitcher:Apollo Federation v2 模式缝合工具,统一联邦网关
GraphQL Schema Introspector - 模式自省、查询复杂度分析与API差异报告工具
GraphQL模式自省映射器:API分析、类型生成与模式差异报告