skill-evolution

Scaffold new AI skills with standardized YAML frontmatter and registration.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kellyson520/TG-ONE --skill skill-evolution-kellyson520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-evolution
Source: https://github.com/kellyson520/TG-ONE/tree/main/.agent/skills/skill-evolution
Command: npx skills add https://github.com/kellyson520/TG-ONE --skill skill-evolution-kellyson520

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

Automates the creation and scaffolding of new AI skills to enable self-evolving automation systems.

Core Features & Use Cases

  • Analyzes repetitive tasks and extracts automation opportunities to scaffold new skill definitions with standardized metadata.
  • Validates SKILL.md frontmatter and ensures proper registration in AGENTS.md, enabling consistent skill governance.
  • Provides a full lifecycle workflow from diagnosis to codification, including scaffolding scripts and automated validation.

Quick Start

Scaffold a new skill by running the scaffold script with a chosen name and description.

Frequently Asked Questions about skill-evolution

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

FAQPage Schema
How do I automate AI skill creation for repetitive tasks across projects?

To automate AI skill creation for repetitive tasks, this system uses scaffolding scripts to generate standardized skill definitions with required directories and YAML frontmatter. It extracts automation opportunities and codifies them into validated, registered skills.

What is the best way to standardize SKILL.md frontmatter validation?

Standardizing SKILL.md frontmatter validation is handled by automated scripts that enforce YAML metadata standards and ensure proper registration in AGENTS.md. This provides consistent skill governance across self-evolving automation systems.

How do I scaffold a new skill definition with standardized metadata?

You can scaffold a new skill definition with standardized metadata by running the provided scaffold script with a chosen name and description. The script creates required directories and applies templates to enforce standardization.

Does the skill scaffolding process require PyYAML to validate YAML frontmatter?

Yes, the skill scaffolding process requires PyYAML to parse and validate YAML frontmatter in the generated SKILL.md files. This dependency ensures the automated scripts can accurately enforce metadata standards during registration.

Why does my new skill fail validation and registration in AGENTS.md?

Skill validation and registration in AGENTS.md fails when the generated SKILL.md frontmatter does not meet standardized YAML requirements. The automated validation scripts enforce strict metadata schemas to maintain consistent skill governance.

When do I need to register skills through automated scripts for self-evolving systems?

You need to register skills through automated scripts for self-evolving systems when you identify repetitive tasks across projects that require standardized definitions. This lifecycle workflow codifies automation opportunities from diagnosis to validated registration.