Claude Code Plugins

Community-maintained marketplace

Feedback

asset-repair-playbook

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name asset-repair-playbook
description Given gate failures, generate targeted fix instructions (iteration.py pattern). Produces actionable repair steps for failed assets. Use when working on fab tasks.
metadata [object Object]

Asset Repair Playbook

Given gate failures, generate targeted fix instructions (iteration.py pattern).

Inputs

Parameter Type Required Default Description
verdict_path string Yes - Path to gate verdict JSON
asset_path string Yes - Path to failing asset
max_iterations integer No 3 Maximum repair iterations

Outputs

Field Type Description
playbook array Ordered list of repair steps
priority_failures array Failures ordered by severity/impact
estimated_iterations integer Estimated iterations needed

Usage

python scripts/asset-repair-playbook.py [arguments]

Generated from `skills/fab/asset-repair-playbook.yaml`