bkn-skillgen

Analyze skill inventories to identify capability gaps and generate skill artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-skillgen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bkn-skillgen
Source: https://github.com/kweaver-ai/kweaver-dip/tree/main/skills/bkn-creator/internal/bkn-skillgen
Command: npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-skillgen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyzes capability gaps within a skill package to determine if a new skill is needed and generates a draft plan for the new skill.

Core Features & Use Cases

  • Gap analysis: reads the current_skill_inventory (or loads it automatically) and references gap-checklist.md to determine coverage.
  • Plan generation: classifies gaps as fully covered, partially covered, or missing, and outputs a capability_gap_analysis plan and a reuse_plan.
  • Artifact production: when gaps exist, generates a candidate skill_spec, a SKILL.md draft, and triggers for tests to validate the new skill.

Quick Start

Generate a draft skill proposal and the initial SKILL.md for the identified capability gap.

Frequently Asked Questions about bkn-skillgen

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

FAQPage Schema
How do I analyze capability gaps in my existing skill inventory?▼

To analyze capability gaps, the skill reads your current skill inventory and references a gap checklist to determine coverage. It then classifies findings as fully covered, partially covered, or missing, outputting a structured capability gap analysis plan.

When do I need to generate a draft plan for a new skill?▼

You need to generate a draft plan for a new skill when your gap analysis identifies missing capabilities. The skill then produces a candidate skill spec and a SKILL.md draft to define the required functionality.

How do I create structured specifications for cross-team skill handoffs?▼

You create structured specifications for cross-team handoffs by generating a candidate skill spec and a SKILL.md draft. This deterministic workflow produces the artifacts needed to communicate requirements clearly across teams.

Does the skill generation workflow support test trigger creation?▼

Yes, the skill generation workflow supports test trigger creation. When a capability gap exists and a draft is generated, it automatically produces triggers for tests to validate the new skill.

What is the best way to evaluate existing skill inventories for reuse?▼

The best way to evaluate existing skill inventories for reuse is to apply a gap checklist against the current inventory. This process generates a reuse plan that identifies which existing skills can be leveraged before creating new ones.