Agent skill · Content & Marketing

003-agents-installation

Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Copy robot agents. Part of cursor-rules-java project

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 003-agents-installation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.15.0
Declared author: Juan Antonio Breña Moral
Path: skills/agent/003-agents-installation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Embedded agents installer Install a predefined set of embedded agent definitions from repository assets into a user-selected target directory. This is an interactive skill. **What is covered in this Skill?** - Interactive target selection (`.cursor/agents` or `.claude/agents`) - Deterministic copy of all embedded agents defined via XInclude from `assets/agents` - Idempotent re-installation with clear overwrite reporting ## Constraints This skill installs only the embedded robot agents bundle and must ask for destination before writing files. - **MUST** ask the user to choose `.cursor/agents` or `.claude/agents` before installing - **MUST** copy all embedded agent files defined in `references/003-agents-installation.md` - **MUST** preserve file names from the reference content and report overwrite actions ## When to use this skill - Install embedded agents - Bootstrap .cursor/agents - Bootstrap .claude/agents - Copy robot agents ## Workflow 1. **Choose destination** Ask exactly one question to choose `.cursor/agents` or `.claude/agents` and wait for an explicit answer before copying files. Step constraints: - Do not copy any file until destination is explicitly confirmed - If dest

What's inside
Steps it walks through
  1. Constraints
  2. When to use this skill
  3. Workflow
  4. Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the 003-agents-installation skill do?

Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Copy robot agents. Part of cursor-rules-java project

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 003-agents-installation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going