skill-enricher

Cross-reference a skill's source repository to fill gaps in implementation details.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill skill-enricher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-enricher
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/skill-enricher
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill skill-enricher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cross-reference an existing skill with its source repository to identify and fill gaps in concrete implementation details, such as real CLI commands, configuration, error handling, and usage guidelines.

Core Features & Use Cases

  • Cross-check target skills against their source repositories to surface missing scripts, references, install steps, or environment requirements.
  • Produce an enrichment plan that adds concrete commands, config examples, and usage patterns derived from the source material.
  • Automatically validate SKILL.md consistency with the repository and flag gaps for remediation.

Quick Start

Enrich a target skill by aligning its SKILL.md with the source repository and populating missing details.

Frequently Asked Questions about skill-enricher

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

FAQPage Schema
How do I cross-reference a skill with its source repository to fill missing implementation details?

To cross-reference a skill with its source repository, analyze the repo to identify and fill gaps in real CLI commands, configuration, and examples. This ensures SKILL.md frontmatter aligns with actual repo files and concrete usage patterns.

What is skill enrichment and how does it validate documentation against a repository?

Skill enrichment is the process of validating documentation against a repository by cross-checking target skills to surface missing scripts, references, or install steps. It produces an enrichment plan that adds concrete commands and config examples derived from source material.

How do I ensure SKILL.md frontmatter aligns with actual repository files and environment requirements?

You ensure SKILL.md frontmatter aligns with actual repository files by automatically validating consistency between the documentation and the repo. This flags gaps for remediation and ensures all references point to real files with concrete environment requirements.

Can I use repository cross-referencing to add concrete commands and config examples to skills created from documentation?

Yes, you can use repository cross-referencing to enrich skills created from documentation. It identifies missing implementation details and applies real commands, configuration, and usage guidelines sourced directly from the repository across scripts, references, and assets.

What's the best way to validate that skill references point to real files with concrete usage patterns?

The best way to validate skill references is to cross-reference the source repository to confirm all references point to real files. This process verifies concrete usage patterns, environment requirements, and flags any missing scripts or configuration gaps for remediation.