Tiêu chuẩn kỹ thuật mà tác nhân tuân theo — không thương lượng.
Các gói skill chuẩn tắc cho Claude Code. Những giới hạn tối thiểu không thể thương lượng cho kiến trúc, bảo mật và kiểm thử — một nền tảng chung cho mọi mã nguồn, dù do con người hay AI viết. Cài đặt bằng một lệnh; hoạt động trong Claude Code, Claude.ai và API.
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bash$ schematize install --allMột CLI cho toàn bộ danh mục.
schematize là một CLI viết bằng Rust — kèm ứng dụng máy tính để bàn — cài đặt và quản lý phiên bản mọi skill từ một chỉ mục từ xa trực tiếp. Các skill mới xuất hiện mà không cần cài lại bất cứ thứ gì.
- Cài đặt & quản lý phiên bản skill — từ một danh mục từ xa; một lệnh kéo về toàn bộ tập hợp và giữ nó luôn mới.
- Kèm ứng dụng máy tính để bàn — một cửa sổ để duyệt, cài đặt và cập nhật skill — được dựng sẵn, không cần công cụ build.
- doctor · upgrade · status — chẩn đoán thiết lập của bạn, tự cập nhật, và xem mọi thứ trong nháy mắt.
- Tác nhân thường trú — theo dõi các phiên bản skill mới và bài blog rồi thông báo cho bạn một cách tự nhiên.
Lấy ứng dụng
Cài schematize trên macOS, Linux hoặc Windows — ứng dụng máy tính để bàn đi kèm sẵn.
v0.8.1 · github.com/schematizeme/schematize-cli
Tải ứng dụng, giải nén rồi nhấp chuột phải → Open (Apple Silicon; bản Intel có trên trang phát hành).
schematize-macos-arm64-app.zip- unzip → Ctrl-click → Open
Debian, Ubuntu và Linux Mint. Một lệnh cài .deb (CLI + ứng dụng máy tính để bàn) và kéo về các thư viện GUI.
Trong một terminal:
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bashopenSUSE, Fedora và RHEL. Một lệnh cài .rpm (CLI + ứng dụng máy tính để bàn).
Trong một terminal:
$ curl -fsSL https://github.com/schematizeme/schematize-cli/releases/latest/download/install.sh | bashTải zip, giải nén và chạy schematize-gui.exe. Thêm schematize.exe vào PATH để dùng CLI.
schematize-windows-x86_64.zip- extract → run
schematize-gui.exe
Ứng dụng macOS và tệp .exe trên Windows chưa được ký mã — hệ điều hành hiển thị cảnh báo "chưa xác minh" một lần khi khởi chạy lần đầu (macOS: nhấp chuột phải → Open; Windows: More info → Run anyway).
Không muốn cài đặt?
Đọc toàn bộ tiêu chuẩn và sao chép thẳng vào dự án của bạn — hoặc cài skill để tác nhân thực thi giúp bạn.
Gói
Mỗi gói là một skill theo tiêu chuẩn Agent Skills mở, được quản lý phiên bản và phân phối qua CDN.
schematize-go
Tiêu chuẩn kỹ thuật backend Go/Rust: bảo mật phía máy chủ, các bài kiểm thử chứng minh được, một chỉ mục làm nguồn chân lý và lưu trữ bắt buộc.
schematize-web
Tiêu chuẩn frontend Next.js/Astro: bí mật ở phía máy chủ, khả năng truy cập WCAG 2.2 AA, Core Web Vitals như một cam kết, SEO + dữ liệu có cấu trúc và i18n. Người anh em frontend của 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.
Cách hoạt động
Ứng dụng đọc một chỉ mục trực tiếp (catalog.json) trên GitHub, nên phát hành một skill mới chỉ là thêm một mục — không cần dựng lại CLI.
1 · cài ứng dụng
Một lệnh cài đặt schematize CLI và ứng dụng máy tính để bàn của nó trên Linux (.deb / .rpm / nhị phân).
2 · cài skill
Chạy schematize install --all để kéo mọi skill vào .claude/, hoặc cài từng cái theo slug.
3 · luôn cập nhật
Tác nhân thường trú thông báo cho bạn khi một skill hoặc ứng dụng cập nhật; schematize upgrade tự cập nhật.