Agent skill
skill-install
Install Claude skills from .skill files. Use when installing a new skill provided by the user as a .skill file (which is a zip archive containing the skill directory structure).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/skill-install
SKILL.md
Skill Installation
Installation
Extract the .skill file to ~/.claude/skills/:
unzip skill-name.skill -d ~/.claude/skills/
The .skill file is a zip archive containing a directory with the skill name (e.g., skill-name/), which includes SKILL.md and optional bundled resources.
Post-Installation Behavior
After installation:
-
Read frontmatter only: Load and read the YAML frontmatter from the skill's
SKILL.mdto understand its name, description, and when to use it. This is essential metadata for knowing the skill's capabilities. -
Lazy-load body: Do NOT read the full body of
SKILL.mdor any bundled resources at this time. Only load these when the skill actually triggers for a relevant task.
This progressive loading approach minimizes context usage while ensuring new skills are available when needed.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?