agenticforge-skills

Define AgenticFORGE Skill units with SKILL.md frontmatter and TypeScript implementations.

75|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LittleBlacky/AgenticFORGE --skill agenticforge-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenticforge-skills
Source: https://github.com/LittleBlacky/AgenticFORGE/tree/main/skills/agenticforge-skills
Command: npx skills add https://github.com/LittleBlacky/AgenticFORGE --skill agenticforge-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill design guide helps practitioners create high-quality Skill units for AgenticFORGE, including Markdown SKILL.md formats and TypeScript AgentSkill implementations, with proper frontmatter, system prompts, and runtime wiring.

Core Features & Use Cases

  • Provides templates and best practices for both Markdown-based SKILL.md files and TypeScript AgentSkill classes.
  • Explains how to structure Skill directories, optional resources (scripts, references, assets), and wiring to SkillRunner/SkillLoader.
  • Helps ensure consistent naming, clear descriptions for routing, and reliable discovery.

Quick Start

Create a new skill folder with a SKILL.md frontmatter and a concise system prompt, then load it with SkillLoader.fromDirectory and run it.

Frequently Asked Questions about agenticforge-skills

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

FAQPage Schema
How do I create AgenticFORGE skills with proper routing and frontmatter?

To create AgenticFORGE skills, define a complete Skill unit with valid SKILL.md frontmatter, a concise system prompt, and a descriptive routing target, then load it via SkillLoader.fromDirectory for execution.

What's the difference between Markdown-based and TypeScript skill implementations?

Markdown-based skills use a SKILL.md file with frontmatter and system prompts, while TypeScript skills use AgentSkill classes; both require proper directory structure and wiring to SkillRunner for execution.

How do I structure a skill directory with optional scripts, references, and assets?

Structure a skill directory by placing the SKILL.md or TypeScript file at the root, organizing optional scripts, references, and assets in subdirectories, and wiring them to SkillLoader and SkillRunner for reliable discovery.

Does AgenticFORGE skill design require any external dependencies?

No external dependencies are required to design AgenticFORGE skills; the guide provides templates and best practices for structuring Markdown and TypeScript skills using built-in SkillLoader and SkillRunner components.

How does SkillLoader discover and load skills from a directory?

SkillLoader discovers skills from a directory by validating the SKILL.md frontmatter, checking naming conventions and descriptions against discovery rules, and loading the skill unit for SkillRunner execution.

What naming and description rules must AgenticFORGE skills follow for routing?

AgenticFORGE skills must use consistent naming and clear descriptions in the frontmatter to meet discovery rules, ensuring the routing target accurately reflects the skill's purpose for reliable SkillLoader discovery.