ソース情報
- リポジトリ
- first-fluke/cratos
- ソースの最終更新活動
- 2026年2月19日 09:21
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/first-fluke/cratos --skill data-modelingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
This skill should be used when performing security audits on Cratos - command injection analysis, REST API authorization review, WebSocket authentication, tool security, and generating actionable fix plans.
Backend specialist for Rust microservices using Axum, SQLx, and Tokio
Create git commits following Conventional Commits specification with project-specific branch naming rules
SKILL.md を表示中
| name | data_modeling |
| description | Design and validate data models for business domains. |
| version | 1.0.0 |
| triggers | ["data modeling","design schema","entity relationship","create tables"] |
Design robust, scalable, and tailored data models. Ensures data integrity, performance, and alignment with business rules.
snake_case for SQL/Rust. Table names plural (e.g., users).created_at, updated_at timestamps.Identify Entities and Relationships from requirements. Draw (or describe) the ERD.
Define tables, columns, data types (Rust types mapping to SQL types). Define Primary Keys and Foreign Keys.
Create migration SQL or ORM structs (e.g., sqlx, diesel).
Define indexes for frequent access patterns.
Review against access patterns (Query Analysis). Check for potential bottlenecks or circular dependencies.
resources/execution-protocol.mdresources/examples.md