One-click install
npx skills add https://github.com/CasaPerks/casaflow --skill extend-casaperks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extend
Source: https://github.com/CasaPerks/casaflow/tree/main/core/skills/extend
Command: npx skills add https://github.com/CasaPerks/casaflow --skill extend-casaperks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents teams from creating new Jig framework skills, specialists, agents, or packs with missing or invalid frontmatter, overlapping definitions, or artifacts that fail to load correctly.

Core Features & Use Cases

  • Guided artifact creation via interview: Asks targeted questions to determine intent before scaffolding any new artifact.
  • Correct routing by artifact type: Chooses the appropriate schema target (skill vs specialist vs agent vs config concern) based on the user’s answers.
  • Overlap prevention and load verification: Instructs users to search for existing coverage and validate discovery/loading after scaffolding.
  • Schema-first scaffolding: Generates the expected frontmatter and body structure to conform to the framework guidelines and tier rules.

Quick Start

Use extend when you want to add a brand-new capability to your engineering workflow without breaking discovery by creating a correctly structured artifact from scratch.

Frequently Asked Questions about extend

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

FAQPage Schema
How do I create a new skill without schema validation errors?

To create a new skill without schema validation errors, use a guided interview process to scaffold artifacts with valid frontmatter and constraints. This ensures your definitions conform to framework guidelines and pass post-scaffold load verification.

What's the best way to add a specialist to the Jig framework?

The best way to add a specialist to the Jig framework involves an interview-driven decision process that routes your intent to the correct schema target. It scaffolds the specialist definition while checking for overlapping coverage against existing artifacts.

How do I prevent duplicate workflow artifacts when extending a framework?

Preventing duplicate workflow artifacts requires searching for existing coverage before scaffolding new definitions. An overlap check identifies matching rules or automation patterns, ensuring you only create net-new capabilities without breaking discovery.

When do I need schema-first scaffolding for new agents?

You need schema-first scaffolding for new agents when adding brand-new automation capabilities to your engineering workflow. It generates the expected frontmatter and body structure to conform to framework tier rules and ensures the artifact loads correctly.

Why does my newly created pack fail to load correctly?

Newly created packs fail to load correctly due to missing or invalid frontmatter and incorrect body structure. Schema-first scaffolding generates the expected framework format and includes post-scaffold verification to confirm the artifact is discoverable.

Can I use automated routing to scaffold different artifact types?

Yes, automated routing scaffolds different artifact types by choosing the appropriate schema target based on your interview answers. It correctly directs intent to create either a skill, specialist, agent, or pack definition.