/install-skill - Install Generated Skills or Agents
Description
**Step-by-step guide to install your generated skills and agents to the correct locations.** ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for alirezarezvani/claude-code-skill-factory, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
/install-skill - Install Generated Skills or Agents
**Step-by-step guide to install your generated skills and agents to the correct locations.**
Usage
/install-skill [path-to-skill]
/install-skill [path-to-agent]
What This Command Does
Provides step-by-step installation instructions for:
- Claude Skills →
~/.claude/skills/or Claude Desktop import - Claude Agents →
.claude/agents/(project) or~/.claude/agents/(user-level)
Shows multiple installation methods and helps choose the best one.
Install a Skill
/install-skill generated-skills/my-skill
**Output**:
Installing: my-skill
You have 3 installation options:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 1: Claude Desktop (Easiest)
1. Locate ZIP file:
generated-skills/my-skill.zip
2. Open Claude Desktop app
3. Drag and drop the ZIP file into Claude
4. Skill will load automatically!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 2: Claude Code (User-level)
Available across ALL your Claude Code projects:
```bash
# Copy skill folder
cp -r generated-skills/my-skill ~/.claude/skills/
# Verify installation
ls ~/.claude/skills/my-skill/
# Restart Claude Code (if currently running)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 3: Claude Apps (Browser)
- Go to Claude.ai
- Enable Skills (Settings → Features)
- Use the "skill-creator" skill
- Import the ZIP file
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Which option? (1, 2, or 3): ___
**After user chooses**, provide detailed steps for that option.
---
## Install an Agent
/install-skill .claude/agents/my-agent
(Note: Works for both skills and agents despite command name)
**Output**:
Installing: my-agent.md (Claude Code Agent)
You have 2 installation options:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 1: Project-level (This project only)
Available only in the claude-code-skills-factory project:
# File already in correct location!
.claude/agents/my-agent.md
# Restart Claude Code to load
# Agent will auto-invoke when relevant tasks detected
✅ Recommended if: Agent is specific to this factory project
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 2: User-level (All projects)
Available across ALL your Claude Code projects:
# Copy to user-level location
cp .claude/agents/my-agent.md ~/.claude/agents/
# Verify installation
ls ~/.claude/agents/my-agent.md
# Restart Claude Code
✅ Recommended if: Agent is useful across multiple projects
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Which option? (1 or 2): ___
---
## Automatic Detection
**If path contains "skills"**:
→ Provides skill installation instructions (3 options)
**If path contains "agents"**:
→ Provides agent installation instructions (2 options)
**If unclear**:
What type of output are you installing?
- Claude Skill (folder with SKILL.md, goes to ~/.claude/skills/)
- Claude Agent (si
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11