skills-maker

Create, refactor, or audit skill fixtures using runtime handoff evidence.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Handy369/passto-pi-frame --skill skills-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-maker
Source: https://github.com/Handy369/passto-pi-frame/tree/main/extensions/passto-context/tests/fixtures/skill-explore-p4/skills-maker
Command: npx skills add https://github.com/Handy369/passto-pi-frame --skill skills-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps teams produce high-quality skill fixtures when tasks require alignment with real runtime evidence, reducing trial-and-error and preventing missing requirements.

Core Features & Use Cases

  • Create / Refactor / Audit Modes: Supports creating new skills, improving existing ones, and auditing skill behavior against evidence.
  • Evidence-First Handoff Consumption: Guides the workflow to read the established handoff information before making judgments.
  • Explicit Gap Labeling: Clearly marks missing evidence instead of silently proceeding.

Quick Start

Use the skills-maker fixture skill to read the skill-explore handoff evidence first, then output create, refactor, or audit decisions based on what the evidence supports.

Frequently Asked Questions about skills-maker

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

FAQPage Schema
How do I create skill fixtures using runtime evidence instead of assumptions?

To create skill fixtures using runtime evidence, you must first read the convergence materials and prioritize the handoff bundle. This ensures correct behavior aligns with real runtime evidence rather than generic patterns, reducing trial-and-error.

What is the best way to audit existing skills against runtime handoff artifacts?

Auditing skills against runtime handoff artifacts involves reading the established handoff information first, then evaluating skill behavior. This process validates correct behavior and explicitly flags any missing evidence gaps rather than silently proceeding.

Can I refactor skills when some runtime evidence is missing?

You can refactor skills using runtime evidence, but the process requires explicitly labeling missing evidence gaps. It prioritizes reading the handoff bundle first and will flag missing evidence to prevent silent progression with incomplete data.

How does evidence-based skill creation differ from using generic patterns?

Evidence-based skill creation relies on real runtime handoff artifacts to determine correct behavior, whereas generic patterns depend on assumptions. This approach forces explicit gap labeling when evidence is missing, preventing missing requirements.

Do I need to read convergence materials before auditing skill fixtures?

Yes, you need to read convergence materials before auditing skill fixtures. The workflow requires reading the established handoff information first to ensure audit decisions and outcomes are based on actual runtime evidence.

Why does my skill fixture creation require a handoff bundle?

Skill fixture creation requires a handoff bundle because tasks often depend on real runtime evidence. The bundle provides the necessary artifacts to produce explicit create, refactor, or audit outcomes while preventing missing requirements.