원클릭으로
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