install-agent-skills

Deploy generated agent skills to system directories for Claude Code, Codex CLI, and OpenCode.

7|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/jasonz-ncc42/local-context7 --skill install-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-agent-skills
Source: https://github.com/jasonz-ncc42/local-context7/tree/main/.claude/skills/install-agent-skills
Command: npx skills add https://github.com/jasonz-ncc42/local-context7 --skill install-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploys generated agent skills to the appropriate system directories.

Core Features & Use Cases

  • Install all skills to their respective agent directories, supporting both symlink and copy modes.
  • Validate prerequisites (shared docs) and allow per-skill or all-skills installations.
  • Report results and ensure the installed skill references are wired to shared documentation.

Quick Start

Run /install-agent-skills after you run /generate-agent-skills to install all generated skills to your system.

Frequently Asked Questions about install-agent-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy generated agent skills to system directories for Claude Code and OpenCode?

To install agent skills, run the deployment command after generating your skills. It validates prerequisites, wires shared documentation references, and reports installation results to your system directories.

Can I install agent skills using symlinks instead of copying files?

Yes, you can install agent skills using either symlink or copy modes. Symlink mode creates linked references in target directories, while copy mode duplicates the skill files directly to the respective agent locations.

Do I need shared documentation to exist before installing agent skills?

Yes, shared documentation must exist before installing agent skills. The deployment process validates these prerequisites and ensures installed skill references are properly wired to the shared documentation.

What is the best way to bulk install all generated skills to multiple coding agents?

The best way to bulk install all generated skills is to use the all-skills installation mode. This deploys every generated skill to their respective agent directories across Claude Code, Codex CLI, and OpenCode simultaneously.

Why does the agent skill installation process verify skill existence before deploying?

The agent skill installation verifies skill existence to ensure only valid, generated skills are deployed. This prevents broken references and guarantees shared documentation is correctly wired to the target system directories.