skill-creator-meta-skilllisted
Install: claude install-skill ttamakijp/dev-templates
# Skill Creator / Meta Skill / スキルクリエイター(メタスキル)
## Overview
Automates creation of AI skills by generating fully structured .md files.
**Keywords**: skill creation, automation, AI, md, modular
## Features
- Generates skill metadata
- Includes detailed instructions
- Ready-to-use format
## Output Format
- Skill name
- Description
- Instruction steps
## Instructions
- Accept input goal
- Define role, task, process
- Output structured .md skill
## Constraints
- Maintain clarity
- Ensure usability
- 生成する skill は ADR-0036 (Skill backend neutrality) に準拠すること。
LLM SDK の `import` / `requirements` 追加 / LLM API URL への subprocess /
LLM CLI invoke を含めない。詳細は
[`docs/skill-authoring-guide.md`](../../docs/skill-authoring-guide.md) と
[`scripts/validate-skill-backend-neutrality.py`](../../scripts/validate-skill-backend-neutrality.py)。
- 新規 skill のスキャフォルドには `anthropic` / `openai` / `boto3` /
`google-generativeai` 等の LLM SDK を `requirements.txt` /
`pyproject.toml` に含めないこと。