agent-briefing

Aggregate enabled skills and active rules into a single AGENT-BRIEFING.md.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill agent-briefing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-briefing
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/agent-briefing
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill agent-briefing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill generates a single portable master markdown file (AGENT-BRIEFING.md) that contains the complete SCCEO operating context: identity, a full skills catalog with definitions, an active rules catalog, and behavioral guidelines — formatted for handoff to any intelligent agent.

Core Features & Use Cases

  • Unified context export: Produces one document that exposes identity, skills, rules, and behavioral guidelines for easy on-boarding of agents.
  • Up-to-date catalogs: Reads all enabled skills from ~/.agents/skills/*/SKILL.md and all active rules from the rule ledger to keep the briefing current.
  • On-demand delivery: Generates a portable file that can be shared with agents or imported into other contexts for rapid handoff.

Quick Start

Run the agent briefing generator to create AGENT-BRIEFING.md.

Frequently Asked Questions about agent-briefing

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

FAQPage Schema
How do I generate a portable context document for agent onboarding and handoff?

You can generate a portable context document by aggregating all enabled skills from SKILL.md files and active rules from the rules ledger into a single AGENT-BRIEFING.md. This file provides a consistent, machine-readable context package for new agent onboarding.

What is an agent briefing and when do I need to export one?

An agent briefing is a unified master markdown file containing identity, a complete skills catalog, an active rules catalog, and behavioral guidelines. You need it when transferring operating context to a new intelligent agent or during project handoff scenarios.

How do I compile all active rules and skills into a single markdown file?

To compile all active rules and skills, the generator reads enabled skills from your skills directory and active rules from the rule ledger. It outputs a single AGENT-BRIEFING.md file formatted with up-to-date catalogs for agent consumption.

Does agent briefing work with existing SKILL.md files and rules ledger formats?

Yes, agent briefing works directly with existing SKILL.md files and the rules ledger. It reads these source files natively to ensure the exported briefing contains current, accurate skills and rules catalogs without requiring manual data entry.

What's the best way to maintain up-to-date operating context for multiple agents?

The best way to maintain up-to-date context is to run the briefing generator on demand. It dynamically reads your current skills and rules configurations, ensuring the exported AGENT-BRIEFING.md always reflects the latest active operating environment.