skill-manager

Generate and deploy formatted SKILL.md files to a chezmoi-managed dotfiles repository.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mrleeio/dotfiles --skill skill-manager-mrleeio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/mrleeio/dotfiles/tree/main/dot_claude/skills/skill-manager
Command: npx skills add https://github.com/mrleeio/dotfiles --skill skill-manager-mrleeio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating and managing Claude Code skills can be complex and time-consuming, requiring adherence to specific formatting and best practices. This Skill automates the entire process, allowing you to focus on defining the task, not the technical implementation.

Core Features & Use Cases

  • Automated Skill Generation: Analyzes your requirements, documentation, or examples to design and generate properly formatted SKILL.md files, including frontmatter and content.
  • Repository Integration: Automatically adds new skills to your chezmoi-managed dotfiles repository and deploys them, making them immediately available for use.
  • Best Practice Enforcement: Ensures generated skills adhere to naming conventions, description guidelines, and tool restrictions for optimal performance and discovery by Claude.
  • Use Case: You want to create a new skill to automate a specific task, like generating boilerplate code. Instead of manually writing the SKILL.md file, you can simply describe the task or provide relevant documentation, and this Skill will generate and deploy it for you.

Quick Start

Create a new skill called 'project-initializer' that sets up new project directories with boilerplate files.