install-framework-packs

Verify and manage agent-framework skill pack installations for Claude Code projects.

3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill install-framework-packs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-framework-packs
Source: https://github.com/cwijayasundara/claude_harness_eng_v5/tree/main/.claude/skills/install-framework-packs
Command: npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill install-framework-packs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies and prompts the installation of missing agent-framework skill packs required for a Claude Code project, ensuring all necessary components are in place for seamless integration.

Core Features & Use Cases

  • Framework Pack Verification: Checks for the presence of declared skill packs in the project-manifest.json.
  • Installation Commands Generation: Provides terminal commands for installing missing or partially installed packs.
  • Status Reporting: Reports the installation status of each pack (INSTALLED, MISSING, PARTIAL, PENDING).
  • Manual Install Guidance: Offers detailed instructions for manual installation of missing packs.

Quick Start

Run the /install-framework-packs command within Claude Code to verify and install missing skill packs.

Frequently Asked Questions about install-framework-packs

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

FAQPage Schema
How do I verify missing agent-framework skill packs in a Claude Code project?

To verify missing agent-framework skill packs in a Claude Code project, run the `/install-framework-packs` command. It checks the project-manifest.json and reports the installation status of each required pack as INSTALLED, MISSING, PARTIAL, or PENDING.

How do I install missing skill packs for Claude Code project setup?

Installing missing skill packs for Claude Code project setup involves running `/install-framework-packs` to generate terminal commands. These commands automate the installation of any missing or partially installed packs to ensure project integrity.

What should I do if an agent-framework skill pack shows a PARTIAL installation status?

If an agent-framework skill pack shows a PARTIAL installation status, it means required components are missing. The skill generates installation commands and offers detailed manual installation guidance to complete the setup and restore project integrity.

Can I manually install missing framework packs instead of using installation automation?

Yes, you can manually install missing framework packs. The skill provides detailed manual install guidance and terminal commands alongside its automated verification, allowing you to complete the installation of required components yourself.

Do I need a project-manifest.json file to verify Claude Code skill packs?

Yes, a project-manifest.json file is required. The skill checks this manifest for declared skill packs to verify their presence and determine if any required components are missing or partially installed within your Claude Code project.