rosie-skills
NewA fast, cross-platform package manager for AI agent skills
Summary
Rosie Skills is a fast, cross-platform package manager that simplifies installing, updating, and managing AI agent skills.
- It helps developers quickly discover and integrate community-contributed skills into their Claude Code workflows, saving time on manual setup and dependency management.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/rosie-skills.md
@rosie-skillsUse Cases
Usage Examples
/rosie-skills install web-scraper
Update all my agent skills using rosie-skills update --all
Search for skills related to 'data analysis' with rosie-skills search data analysis
Security Audits
Frequently Asked Questions
What is rosie-skills?
Rosie Skills is a fast, cross-platform package manager that simplifies installing, updating, and managing AI agent skills. It helps developers quickly discover and integrate community-contributed skills into their Claude Code workflows, saving time on manual setup and dependency management.
How to install rosie-skills?
To install rosie-skills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/rosie-skills.md. Finally, @rosie-skills in Claude Code.
What is rosie-skills best for?
rosie-skills is a agent categorized under General. It is designed for: agent.
What can I use rosie-skills for?
rosie-skills is useful for: Install a new AI agent skill from the community registry with a single command.; Update all installed skills to their latest versions to ensure compatibility and new features.; List all currently installed skills and their versions for auditing or sharing.; Remove an outdated or unused skill to keep the agent environment clean.; Search for skills by keyword or category to find relevant tools for a project.; Export the list of installed skills to share with a teammate or replicate an environment..