reference-pack

Describe the four core artifacts of third-party inbrain skillpacks.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill reference-pack-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reference-pack
Source: https://github.com/inbrainfun/inbrain/tree/main/examples/skillpack-reference/skills/reference-pack
Command: npx skills add https://github.com/inbrainfun/inbrain --skill reference-pack-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This canonical reference explains how third-party inbrain skillpacks are structured and what artifacts they ship, helping teams understand how to author and validate packs.

Core Features & Use Cases

  • Clear artifact contract: skillpack.json, skills/<name>/SKILL.md, runbooks/bootstrap.md, and CHANGELOG.md.
  • Guidance for authors on scaffolding, documenting, and testing skillpacks.
  • Use case: developers can onboard quickly by following the canonical reference to ensure compatibility and quality.

Quick Start

Review the four core artifacts and align your pack with the reference structure.

Frequently Asked Questions about reference-pack

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

FAQPage Schema
What files are required to build a third-party skillpack?

A third-party skillpack requires four core artifacts: skillpack.json, skills/<name>/SKILL.md, runbooks/bootstrap.md, and CHANGELOG.md. These files define the pack manifest, skill documentation, bootstrap runbooks, and version history.

How do I structure a skillpack manifest for agent routing and evaluation?

To structure a skillpack manifest, define the required skillpack.json file and SKILL.md frontmatter including name, description, and triggers. This structure enables agents to understand the contract, routing, and evaluation artifacts within the pack.

What is the purpose of the doctor scoring dimensions in a skillpack?

The doctor scoring dimensions evaluate the quality and compatibility of a skillpack. The reference pack details how these dimensions apply to the core artifacts, helping authors validate their packs against the expected contract.

Can I use a custom directory layout instead of the canonical skillpack structure?

No, you should align your pack with the canonical reference structure. Following the specified skillpack.json, skills/<name>/SKILL.md, runbooks/bootstrap.md, and CHANGELOG.md layout ensures compatibility, proper agent routing, and successful evaluation.

How do I document triggers in SKILL.md frontmatter for skillpack onboarding?

To document triggers in SKILL.md frontmatter, include the required name, description, and triggers fields. This specified frontmatter structure allows agents to correctly route tasks and helps developers onboard quickly by following the canonical reference.