SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Miasakiii/skills-manager --skill sample-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
skillfmt Skills 管理助手
Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.
AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems.
| name | sample-skill |
| version | 1.0.0 |
| description | A sample skill for testing |
| summary | This is a sample skill used in unit tests. |
| type | tool |
| tags | ["sample","test"] |
| category | misc |
| author | test |
| license | MIT |
This is a sample skill for testing the parser.
| 参数 | 类型 | 必需 | 说明 |
|---|---|---|---|
| text | string | ✅ | Input text |
| language | string | ❌ | Target language:zh / en / ja |
| count | integer | ❌ | Number of times |
| 字段 | 类型 | 说明 |
|---|---|---|
| result | string | Processed result |
{"text": "hello", "language": "zh"}
{"result": "你好"}