authoring-agent-skills

Create and manage Agent Forge skills with structured SKILL.md files.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jupes/agent-forge-harness --skill authoring-agent-skills-jupes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authoring-agent-skills
Source: https://github.com/jupes/agent-forge-harness/tree/main/.claude/skills/authoring-agent-skills
Command: npx skills add https://github.com/jupes/agent-forge-harness --skill authoring-agent-skills-jupes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This meta-skill addresses the challenge of creating and managing Agent Forge skills, simplifying the process with a structured approach to SKILL.md creation, script management, and reference organization.

Core Features & Use Cases

  • Skill Creation: Provides a framework for crafting well-structured skills for Agent Forge.
  • Scripting and References: Offers guidance on scripting with Bun and organizing reference materials.
  • Scaffolding: Automates the creation of new skill directories with necessary files.

Quick Start

Run the scaffold command with your skill name and description to create a new skill directory: bun run .claude/skills/authoring-agent-skills/scripts/scaffold.ts <skill-name> "<description>"

Frequently Asked Questions about authoring-agent-skills

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

FAQPage Schema
How do I create new Agent Forge skills with structured metadata?

To create Agent Forge skills, use a structured SKILL.md file paired with optional scripts and references to define the skill framework and logic. You can scaffold the entire directory structure automatically to streamline the initial setup.

What is the best way to scaffold an AI skill directory?

Scaffolding an AI skill directory is best done by running the scaffold script with your desired skill name and description, which automatically generates the necessary files. This automates the creation of the new skill folder and its core components.

Can I use Bun scripts when building skills for Agent Forge?

Yes, you can use Bun scripts when building skills for Agent Forge. The framework provides specific guidance on scripting with Bun to manage and execute the skill logic alongside your structured SKILL.md files.

Do I need to manually organize reference materials for my AI skills?

No, you do not need to manually organize reference materials from scratch. The skill creation framework provides structured guidance for organizing references alongside your scripts and SKILL.md files to maintain context.

What is a SKILL.md file used for in AI agent frameworks?

A SKILL.md file is used to define the structure, instructions, and metadata for an AI skill within an agent framework. It acts as the central configuration point, enabling the agent to understand and execute the intended task logic.

Are there limitations to managing Agent Forge skills with scaffolding scripts?

Scaffolding scripts automate the initial directory and file creation for Agent Forge skills, but they do not write the actual skill logic. You must manually implement the processing logic inside the generated SKILL.md and script files.