BeClaude

rosie-skills

New
1knpmGeneralBSD-3-Clause

A fast, cross-platform package manager for AI agent skills

First seen 6/3/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/rosie-skills.md

3
Invoke with @agent-name
@rosie-skills

Use Cases

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.

Usage Examples

1

/rosie-skills install web-scraper

2

Update all my agent skills using rosie-skills update --all

3

Search for skills related to 'data analysis' with rosie-skills search data analysis

View source on GitHub
agent

Security Audits

LicensePassSourceWarnRepositoryPass

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..