Claude Code · Agent Skills

智能体严格遵循、不容妥协的工程标准。

面向 Claude Code 的规范性技能包。架构、安全与测试的不可妥协底线——为所有代码(无论人写还是 AI 写)提供统一的基准。一条命令即可安装;适用于 Claude Code、Claude.ai 和 API。

安装 schematize-gobash
$ git clone https://github.com/schematizeme/skill-go.git && ./skill-go/install.sh
100% 开源

不想安装?

阅读完整规范并直接复制到你的项目——或安装该技能,让智能体自动执行。

打开规范

技能包

每个技能包都是开放 Agent Skills 标准下的一个技能,带版本管理并通过 CDN 分发。

01Backend · Go/Rust

schematize-go

Go/Rust 后端工程标准:服务端安全、真正能证明的测试、作为唯一可信来源的索引,以及强制归档。

v1.6.0 github.com/schematizeme/skill-go
02Frontend · Next.js/Astro

schematize-web

Next.js/Astro 前端标准:密钥仅在服务端、WCAG 2.2 AA 无障碍、以 Core Web Vitals 为契约、SEO + 结构化数据与 i18n。schematize-go 的前端姊妹篇。

v1.7.0 github.com/schematizeme/skill-web
03Backend · Rust/Go

schematize-rust

Normative engineering standards for backends with Rust as the primary language (Go auxiliary).

v1.6.0 github.com/schematizeme/skill-rust
04Legado · Node.js/TS

schematize-node

Normative standards for maintaining legacy Node.js/TypeScript and migrating out to Go/Rust — no new Node backends.

v0.7.0 github.com/schematizeme/skill-node
05Base · Engenharia

schematize-engineering

The house's shared, language-agnostic engineering base: architecture/DDD, MAP+graph+endpoints, security, data, observability, delivery/DoD/archive, and orchestration (split into mini-tasks + parallelize with subagents — time over tokens). The language skills specialize it.

v0.6.0 github.com/schematizeme/skill-engineering
06Segurança · Pentest

schematize-pentest

House security testing: defensive AppSec (per-route rejection, IDOR/BOLA, BFLA, injection, SSRF, JWT/OAuth) and authorized red-team (concrete attack chains, ATT&CK). Arsenal by class + OWASP Web/API Top 10 coverage + STRIDE threat modeling + authz matrix — always under authorization + scope + RoE.

v0.2.0 github.com/schematizeme/skill-pentest

工作原理

站点(本页面与 /go)运行在 Vercel 上。每个技能都是 GitHub 上的公开仓库(github.com/schematizeme/skill-<pack>),每个版本以 Release 发布。

1 · 安装

一行命令克隆该技能的仓库并运行 install.sh,安装到 .claude/。或下载 Release 的 .zip 并解压到 .claude/skills/。

2 · 使用

在 Claude Code 会话中运行 /schematize-help,查看技能包的全部命令。

3 · 发布

维护者将新版本作为 GitHub Release(标签 v1.x + .zip)发布。参见 PUBLISH.md。