My Skills Manager
Functionality
Adding Skills
When user says "マイスキルに追加" (add to my skills):
- Create a new directory with an appropriate name in the same directory
- Create a SKILL.md file following the Agent Skills specification
Updating Skills
When user says "マイスキルを更新" (update my skills):
- Analyze context to identify which skill needs updating
- If the target skill is unclear, present options 1, 2, 3 to the user
- Wait for user selection before proceeding with the update
Implementation Notes
- Always follow the Agent Skills specification format with proper frontmatter
- Use English for skill content body
- Include required frontmatter fields: name, description
- Consider optional fields like metadata, compatibility when relevant
- Keep skill descriptions clear and actionable for AI agents