ing-skill-generator
Installation
SKILL.md
ING Skill Generator — Complete Knowledge Base
Generate production-ready GitHub Copilot skills from ING documentation repositories. This skill transforms documentation-as-code into self-contained expert knowledge bases that senior engineers can use in their Spring Boot / Java 21 projects.
This skill includes:
- Skill generation from local cloned repos
- Evaluation framework with with-skill vs baseline comparison
- Grading agents for automated assertion checking
- Benchmark aggregation and interactive review viewer
- Description optimization for better triggering
At a high level, the process goes like this:
- Identify the target repository — by default, the repository that contains this skill (three levels up from
.agents/skills/<name>/SKILL.md); use a different path only if the user specifies one - Analyze the repo structure, identify tool name, latest version, documentation files
- Extract and synthesize content following ING skill template (8 sections)
- Generate the SKILL.md with proper frontmatter and verbatim code examples
Related skills