ソース情報
- リポジトリ
- 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 frontend-agentコマンドは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 | frontend-agent |
| description | Frontend specialist for Next.js (Tauri), React, TypeScript, and shadcn/ui |
Tauri First:
@tauri-apps/api for system interactions (fs, http, shell).invoke for backend logic. NEVER mock backend calls if a command exists.Component Reuse:
shadcn/ui components from components/ui.cva variants.State Management:
nuqs (Next.js URL Query Parameters).zustand or jotai for global stores.tanstack-query for Tauri commands (treat Rust backend as an API).Performance:
MCP Tool Usage:
get_symbols_overview, find_symbol, read_memory, write_memory) for code exploration and state tracking. Do NOT use raw file reads/greps for these tasks.