智能体严格遵循、不容妥协的工程标准。
面向 Claude Code 的规范性技能包。架构、安全与测试的不可妥协底线——为所有代码(无论人写还是 AI 写)提供统一的基准。一条命令即可安装;适用于 Claude Code、Claude.ai 和 API。
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bash$ schematize install --all一个 CLI,管好整个目录。
schematize 是一个 Rust CLI(内置桌面应用),从实时远程索引安装并管理所有技能的版本。新技能会自动出现,无需重新安装任何东西。
- 安装并管理技能版本 — 来自远程目录;一条命令拉取全部并保持最新。
- 内置桌面应用 — 用于浏览、安装和更新技能的窗口——预编译交付,无需构建工具。
- doctor · upgrade · status — 诊断你的环境、自我更新,并一目了然地展示一切。
- 常驻代理 — 监视新的技能版本和博客文章,并以原生方式通知你。
获取应用
在 macOS、Linux 或 Windows 上安装 schematize——桌面应用一并附带。
v0.8.1 · github.com/schematizeme/schematize-cli
下载应用,解压并右键 →「打开」(Apple Silicon;Intel 版本在发布页)。
schematize-macos-arm64-app.zip- unzip → Ctrl-click → Open
Debian、Ubuntu 和 Linux Mint。一条命令安装 .deb(CLI + 桌面应用)并拉取 GUI 库。
在终端中:
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bashopenSUSE、Fedora 和 RHEL。一条命令安装 .rpm(CLI + 桌面应用)。
在终端中:
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bash下载 zip,解压并运行 schematize-gui.exe。将 schematize.exe 加入 PATH 以使用 CLI。
schematize-windows-x86_64.zip- extract → run
schematize-gui.exe
macOS 应用和 Windows 的 .exe 尚未签名——系统在首次启动时会显示一次“未验证”提示(macOS:右键 →「打开」;Windows:更多信息 → 仍要运行)。
不想安装?
阅读完整规范并直接复制到你的项目——或安装该技能,让智能体自动执行。
技能包
每个技能包都是开放 Agent Skills 标准下的一个技能,带版本管理并通过 CDN 分发。
schematize-go
Go/Rust 后端工程标准:服务端安全、真正能证明的测试、作为唯一可信来源的索引,以及强制归档。
schematize-web
Next.js/Astro 前端标准:密钥仅在服务端、WCAG 2.2 AA 无障碍、以 Core Web Vitals 为契约、SEO + 结构化数据与 i18n。schematize-go 的前端姊妹篇。
schematize-rust
Normative engineering standards for backends with Rust as the primary language (Go auxiliary).
schematize-node
Normative standards for maintaining legacy Node.js/TypeScript and migrating out to Go/Rust — no new Node backends.
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.
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.
schematize-seo
Normative SEO standards: technical, on-page, content/keywords, structured data, international/multi-domain (no cannibalization), AIO/LLMO/GEO, authority/E-E-A-T and measurement.
schematize-elixir
Normative engineering standards for Elixir backends — Phoenix/Ecto/OTP on the BEAM, realtime and fault-tolerant high concurrency.
schematize-csharp
Normative engineering standards for C# / .NET backends (ASP.NET Core, EF Core).
schematize-zig
Normative engineering standards for systems in Zig — low-level, performance and manual memory control.
schematize-ruby
Normative engineering standards for Ruby backends, services and scripts (Rails/Sinatra).
schematize-audit
House history audit: enumerates and COUNTS every checklist created (overdev, QA, handoffs, plans, ADRs, parked questions, premature-stops) and proves each item was actually RESOLVED — finds RED orphans, reopens 'done' without proof, generates a remediation checklist and blocks the verdict if any orphan remains.
schematize-ai
House AI/LLM systems engineering: provider-agnostic (Claude default, pluggable), prompt & context engineering, RAG (chunking/embeddings/retrieval/evaluation), agents & tool-use (loop/function-calling/MCP), evals & guardrails (red-team, jailbreak, PII, validated structured output, deny-by-default), cost/caching and LLM observability. Floors: no LLM decides authorization, every AI output is untrusted until validated, prompt injection is a first-line attack, secrets never in the prompt/client, RAG isolated per tenant.
schematize-data
House data engineering: treats data as a CONTRACT — versioned schema with compatibility (back/forward/full), batch and streaming ETL/ELT pipelines, event sourcing/CDC via Outbox (dual-write forbidden), quality with quarantine and dead-letter (bad data never contaminates downstream), lineage & catalog, reversible expand-contract migrations, idempotency/replay and PII governance (deny-by-default, legal basis + retention, GDPR/LGPD).
schematize-mobile
House mobile app engineering: the same floor (security, IAM, testing, ops, DoD, archive) on the hostile client that is the device — platform choice native (Swift/Kotlin) vs cross (KMP/Flutter/RN) by fit + ADR; offline-first & sync (durable outbox, idempotency, delta sync, explicit conflict resolution, server as source of truth); mobile IAM matching iam.md (OIDC/PKCE delegating to auth.<domain>, passkeys+biometrics, secure storage, irreversible logout, NEVER a secret in the bundle, authz on the server); push (APNs/FCM), performance/battery/network, store delivery (signing, staged rollout, in-policy OTA, review), observability/crash and security (SPKI pinning, root/jailbreak as signal, sensible obfuscation).
schematize-infra
House Infra/DevOps/SRE: run production with minimal blast radius — per-app isolation (dedicated Linux user + hardened systemd + container per service), declarative/idempotent/reviewable IaC, GATED deploy (nothing skips a stage; front is manual/gated), secrets never in the repo (vault + rotation), built-in observability (SLO/alerts), backup & DR with TESTED restore, deny-by-default networking/TLS/hardening, and supply-chain (SBOM/pinning/signing). Deny-by-default, least-privilege, everything audited.
schematize-docs
House documentation as a discipline: docs are part of the Definition of Done (not optional), docs-as-code (in the repo, reviewed, versioned, TESTED), an ADR for every relevant decision (proposed → accepted/rejected), operational runbooks, API docs/OpenAPI generated from code, changelog + SemVer, C4/mermaid diagrams, and the index/archive the audit consumes.
schematize-scaffold
The house scaffolder: the executable blueprint of a 'new house project', the backing for `schematize new <project>`. Creates a project that is BORN with the day-0 floor — repos per context (`<project>_<ctx>_<lang>`), IAM as a separate app (`<project>_auth_<lang>` + `authfront`, OIDC delegation), separate frontend, `<project>_ops` with per-app isolation, CI with gated deploy, tests/pentest, DoD, archive/index and overdev; language by fit + ADR. Ships scaffold-new (create) and scaffold-check (audit an existing project's floor). No project 'without IAM/without ops for later' — the floor is day 0.
工作原理
应用读取 GitHub 上的实时索引(catalog.json),因此发布新技能只需添加一个条目——无需重新编译 CLI。
1 · 安装应用
一条命令在 Linux 上安装 schematize CLI 及其桌面应用(.deb / .rpm / 二进制)。
2 · 安装技能
运行 schematize install --all 将所有技能拉取到 .claude/,或按 slug 安装单个。
3 · 保持最新
常驻代理会在技能或应用有更新时通知你;schematize upgrade 自我更新。