es:skill-forge

Creates hallucination-resistant es knowledge-graph skills via a structured audit-to-validate workflow.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jangtrinh/demo-Lam --skill es-skill-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: es:skill-forge
Source: https://github.com/jangtrinh/demo-Lam/tree/main/.claude/skills/skill-forge
Command: npx skills add https://github.com/jangtrinh/demo-Lam --skill es-skill-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you create new es: knowledge-graph skills without hallucinated instructions by enforcing a research-first workflow and producing auditable, decision-table-driven reference files.

Core Features & Use Cases

  • Prevents hallucination by requiring “right vs wrong” examples, authoritative references, and explicit common pitfalls.
  • Diagnoses precisely by mandating failure modes with exact symptoms and error-message handling in every reference file.
  • Builds from scratch correctly by designing a standardized skill structure (contract in SKILL.md plus cohesive reference files) rather than improvising.
  • Use case: When you need an authoritative es: skill for a new domain/language, this workflow audits existing coverage, researches community solutions, and then generates a consolidated knowledge graph with guardrails.

Quick Start

Use the skill forge workflow to create a new es: knowledge-graph skill by specifying the target domain or language.

Frequently Asked Questions about es:skill-forge

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

FAQPage Schema
How do I create knowledge-graph skills without hallucinated instructions?

To create hallucination-proof knowledge-graph skills, use a research-first workflow that mandates right vs wrong examples, authoritative references, and explicit common pitfalls in every reference file. This structured approach ensures auditable, decision-table-driven outputs.

What is the best way to structure a new domain-specific skill using decision tables?

The best way to structure a domain-specific skill is to design a standardized contract file alongside cohesive reference files. This workflow enforces decision tables, failure modes with exact symptoms, and strict 300-line file limits to ensure precise diagnosis.

How does a research methodology workflow prevent hallucination in skill authoring?

A research methodology workflow prevents hallucination by requiring a structured audit of existing coverage, researching community solutions, and enforcing mirror and duplication validation across required directories before generating a consolidated knowledge graph.

Do I need YAML frontmatter to build a knowledge-graph skill?

Yes, you need YAML frontmatter containing the name and description fields to build a knowledge-graph skill. This metadata establishes the foundational skill contract required for the research, analyze, design, build, and validate workflow.

Why does my skill validation fail during the knowledge-graph creation process?

Skill validation fails when reference files lack mandatory right and wrong examples, decision tables, or explicit failure modes. It also fails if files exceed the 300-line limit or if mirror and duplication checks across required directories detect structural inconsistencies.

Can I expand an existing knowledge-graph skill with new vetted reference content?

Yes, you can expand an existing knowledge-graph skill by applying the structured audit and research workflow to detect coverage gaps. The process then generates and validates new vetted reference content using the same right vs wrong examples and decision table guardrails.