Agent skill
my-skills-manager
Manages personal skills by adding new skills to the my-skills directory or updating existing skills based on user context. Use when user requests to add skills to "マイスキル" (my skills) or update existing personal skills.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/my-skills-manager
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?