Claude Code · Agent Skills

エージェントが従う、妥協のないエンジニアリング基準。

Claude Code 向けの規範的スキルパック。アーキテクチャ・セキュリティ・テストの譲れない最低基準を、人間にも AI にも共通の土台として。コマンド一つでインストールでき、Claude Code・Claude.ai・API で動作します。

schematize-go をインストールbash
$ 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 を参照。