/install-skill - Install Generated Skills or Agents
Description
**Step-by-step guide to install your generated skills and agents to the correct locations.** ---
Installation
claude install-skill https://github.com/alirezarezvani/claude-code-skill-factory README
/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:
- undefined
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)
- undefined
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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?
- undefined
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done