skill-workflow-integration

Integrate Darwin.skill evaluation with skill-manager to scan, evaluate, evolve, and sync Hermes Skills.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill skill-workflow-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-workflow-integration
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/01-coding-dev/skill-workflow-integration
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill skill-workflow-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Darwin.skill evaluation with skill-manager to provide a unified workflow for scanning, scoring, evolving, and syncing Hermes Skills.

Core Features & Use Cases

  • Scan all skills in the repository and evaluate them across the 8-dimension Darwin.skill rubric.
  • Evolve low-scoring skills using AI-driven optimization with a ratchet mechanism, and generate governance-ready reports.
  • Sync improvements back to GitHub and maintain a production-ready skill library.

Quick Start

Run the complete workflow to evaluate, evolve, and sync all skills.

Frequently Asked Questions about skill-workflow-integration

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

FAQPage Schema
How do I automate skill evaluation and improvements across a repository?▼

You can automate skill evaluation by running an integrated workflow that scans all skills, scores them across an 8-dimension rubric, and evolves low-scoring ones using AI-driven optimization. It syncs improvements back to GitHub to maintain a production-ready library.

What is the ratchet mechanism for AI-driven skill optimization?▼

The ratchet mechanism ensures quality during AI-driven skill optimization by preventing regression. It evaluates skills across eight dimensions, applies evolutionary improvements, and generates governance-ready reports to track progress without degrading existing functionality.

How do I assess Hermes Skills quality across multiple dimensions?▼

Hermes Skills quality is assessed by scanning the repository and evaluating each skill against an 8-dimension Darwin.skill rubric. This generates comprehensive governance-ready reports that highlight low-scoring areas for targeted improvements.

Do I need a skill-manager to run automated skill evolution workflows?▼

Yes, a skill-manager is required for categorization and Git operations. You also need a frontmatter-compliant SKILL.md file for each skill, plus modular evaluator and evolver components to enable the end-to-end automation workflow.

Does the skill evaluation workflow sync improvements back to GitHub?▼

Yes, the workflow syncs evolved improvements back to GitHub automatically. After scanning, evaluating, and evolving skills under the ratchet mechanism, it maintains a production-ready skill library by committing updates directly to the repository.

What are the limitations of using an automated skill evolution workflow?▼

The workflow requires strict prerequisites: a frontmatter-compliant SKILL.md, a skill-manager for Git operations, and modular evaluator and evolver components. Without these structural elements, the end-to-end automation cannot function properly.