skill-creator

Generate YAML skill templates and validate them against Multi-Agent Standards 2026.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/JFrangel/agents --skill skill-creator-jfrangel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/JFrangel/agents/tree/main/skills/skill-creator
Command: npx skills add https://github.com/JFrangel/agents --skill skill-creator-jfrangel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill creators struggle to design, validate, and migrate skills that conform to modern multi-agent standards, slowing ecosystem growth.

Core Features & Use Cases

  • Generate YAML templates from TEMPLATE_SKILL_2026.md
  • Enforce memory, tool schemas, and handshake compliance for ecosystem readiness
  • Support audit/migration workflows to align with Multi-Agent Standards 2026

Quick Start

Create a new skill skeleton from the template and validate it against the standards.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate YAML templates for multi-agent skills?

Multi-agent skills require tool schemas, memory namespaces, and a trustable handshake for on-the-fly agent generation. These components enable cooperative graph execution, delegation, and parallel processing within Multi-Agent Standards 2026.

How do I validate skills against Multi-Agent Standards 2026?

You validate skills by running audit and migration workflows that check compliance with memory namespaces, tool schemas, and handshake protocols. This enforces ecosystem readiness and produces a trustable HANDSHAKE or delegation JSON output.

Does skill generation support parallel execution and delegation?

Skill generation supports parallel execution and delegation by operating within a cooperative graph of agents. It includes internal planning, reflection, and circuit-breaker steps to orchestrate dynamic multi-agent interactions.

What is the best way to migrate existing workflows to conform to multi-agent standards?

The best way to migrate workflows is using audit workflows that align existing skills with Multi-Agent Standards 2026. This enforces memory compliance, validates tool schemas, and generates proper handshake or delegation JSON outputs.

When should I use a delegation JSON instead of a handshake in multi-agent skills?

You use a delegation JSON when collaborating with other skills, and produce a HANDSHAKE when the generated unit is fully trustable. This distinction supports cooperative graph execution and proper agent delegation protocols.