ing-skill-generator

Generate GitHub Copilot SKILL.md files from ING documentation repositories.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/asllani94/skills --skill ing-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ing-skill-generator
Source: https://github.com/asllani94/skills/tree/main/skills/ing-skill-generator
Command: npx skills add https://github.com/asllani94/skills --skill ing-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

ING teams struggle to convert dense internal documentation into actionable, self-contained skills for IDE-assisted development. This skill automates that transformation by converting docs into an independent knowledge base that Copilot can load and execute.

Core Features & Use Cases

  • Generates production-ready GitHub Copilot skills from ING documentation repositories (docs/, code samples, and tooling references).
  • Preserves verbatim code examples and configurations, organized into ING's 8-section skill template.
  • Provides optional bundled resources (scripts/, references/, assets/) for on-demand execution, reference loading, and asset provisioning.
  • Includes an evaluation framework and benchmarking tools to validate quality and trigger patterns across ING projects like Baker, Merak, and Kingsroad.
  • Suitable for ING Spring Boot / Java 21 projects and other Java-based ING frameworks.

Quick Start

Provide a path to an ING docs folder and I will generate a complete SKILL.md with 8 sections and supporting resources.

Frequently Asked Questions about ing-skill-generator

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

FAQPage Schema
How do I convert ING internal documentation into a GitHub Copilot skill?

To convert ING internal documentation into a GitHub Copilot skill, provide a path to your ING docs folder. The skill analyzes the repository structure, extracts content, and generates a production-ready SKILL.md mapped to ING's 8-section template.

Can I generate Copilot skills for ING Spring Boot and Java 21 projects?

Yes, you can generate Copilot skills for ING Spring Boot and Java 21 projects. The generator is suitable for Java-based ING frameworks and includes benchmarking tools to validate quality across projects like Baker, Merak, and Kingsroad.

How does the generated SKILL.md handle code blocks and repository assets?

The generated SKILL.md preserves verbatim code examples and configurations from the source repository. It also produces optional bundled resources in scripts, references, and assets directories for on-demand execution and reference loading.

What is the best way to automate knowledge base creation from ING docs repositories?

Automating knowledge base creation from ING docs repositories is best handled by mapping extracted documentation content to ING's 8-section skill template. This creates an independent knowledge base that Copilot can load and execute directly.

Do I need pyyaml installed to generate Copilot skills from ING documentation?

Yes, you need pyyaml installed to use this skill generator. It relies on this dependency to parse configurations and produce the valid SKILL.md frontmatter required for GitHub Copilot integration.

Why should I use an 8-section template for ING Copilot skills instead of standard markdown?

Using an 8-section template for ING Copilot skills instead of standard markdown ensures dense internal documentation is transformed into actionable, self-contained instructions. This structured mapping enables Copilot to load and execute the independent knowledge base effectively.