Skillman is a CLI tool for managing Claude skills. It allows operations teams to install, update, and remove skills directly from the command line. This streamlines workflows for developers and operations teams working with Claude's AI capabilities.
git clone https://github.com/chrisvoncsefalvay/skillman.gitSkillman is a command-line tool that simplifies Claude skill management by automating installation, versioning, and synchronization from GitHub repositories. It supports multiple installation scopes (user and project level), skill verification, and manifest-based tracking through skills.toml files. The tool handles nested skill repositories, version pinning, and dependency synchronization while providing built-in security warnings before installation. Operations teams and developers use skillman to streamline Claude skill workflows, manage skill updates across projects, and maintain consistent skill configurations. Installation is straightforward via pip, uv, or pipx, with features for listing, updating, removing, and cleaning installed skills.
Install skillman via pip (pip install skillman), uv, or pipx. Run 'skillman init' to create a skills.toml manifest in your project. Use 'skillman add username/reponame[@version]' to install skills from GitHub, 'skillman list' to view installed skills, and 'skillman update --all' to sync with manifest versions.
Install and manage Claude skills from GitHub repositories in development projects
Update multiple skills across user and project scopes with version control
Synchronize skill manifests between team members and environments
Verify skill integrity and security before installation
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/chrisvoncsefalvay/skillmanCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I want to use Skillman to manage my Claude skills. Here's what I need to do: [TASK]. Please provide the exact Skillman commands I should use, including any necessary flags or parameters. My current skills are: [LIST OF SKILLS]. I'm working in [ENVIRONMENT] and want to [GOAL].
```bash # Install a new skill skillman install --name 'Data Analyzer' --version '1.2.0' # Update all skills to their latest versions skillman update --all # Remove an outdated skill skillman remove --name 'Old Skill' --force # List all installed skills with details skillman list --verbose ``` **Skill Management Summary** - Installed: Data Analyzer v1.2.0 - Updated: 3 skills to latest versions - Removed: Old Skill - Total skills: 8 **Recommendations** - Consider installing the 'Code Reviewer' skill for your development workflow - Schedule regular updates to keep all skills current - Review deprecated skills and remove them to maintain optimal performance
AI assistant built for thoughtful, nuanced conversation
Free Accounting Software
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan