ワンクリックで
example-skill
Demonstrates proper skill structure with all components. Use when learning how to build skills or as a template reference.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Demonstrates proper skill structure with all components. Use when learning how to build skills or as a template reference.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diligence-grade product and technical analysis for the ae.ltd proof-agent concept, including comparison against Cursor and Omnara, MVP and production architecture, red-team review, and build-vs-buy evaluation. Use when Codex needs to create or critique PRDs, tech specs, competitive diligence, leadership memos, or multi-agent evaluation packs for agent-runtime, demo-agent, or proof-agent products.
Use when creating or upgrading CLAUDE.md instructions and selecting the right template baseline for repo size, architecture, and team constraints. AE.LTD template decision workflow.
Use when coding decisions depend on current library/framework APIs and you need version-accurate docs before implementation. AE.LTD workflow tuned for fast, verifiable doc grounding.
Use when scaffolding or extending MCP servers, adding tools/resources/prompts, or hardening MCP tool schemas and handlers. AE.LTD workflow tuned for production-ready MCP delivery.
Use when unit tests look green but confidence is low and mutation testing is needed to expose weak assertions. AE.LTD workflow for targeted mutation runs and actionable test hardening.
Use when converting plain-language automation goals into production-ready n8n workflow JSON with retries, error paths, and credential-safe placeholders. AE.LTD automation blueprint workflow.
| name | example-skill |
| description | Demonstrates proper skill structure with all components. Use when learning how to build skills or as a template reference. |
This is a complete example skill demonstrating all available components.
# Run the example script
./scripts/example.sh
scripts/example.sh - Example executable scripthooks/pre-task.sh - Runs before skill executionhooks/post-task.sh - Runs after skill executionprompts/system.md - System context extensionsprompts/examples.md - Usage examplesexample-skill/
├── SKILL.md # This file
├── scripts/
│ └── example.sh # Example script
├── hooks/
│ ├── pre-task.sh
│ └── post-task.sh
├── prompts/
│ ├── system.md
│ └── examples.md
└── docs/
└── README.md
Solution: Run chmod +x scripts/*.sh
Solution: Ensure hook is executable and has proper shebang