instruction-file-authoring

Generate agent instruction files in DLMS-2026-0114 FORMAT_A with YAML frontmatter and Markdown body.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/futuresedge/agentic-context-management-system --skill instruction-file-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instruction-file-authoring
Source: https://github.com/futuresedge/agentic-context-management-system/tree/main/.github/skills/instruction-file-authoring
Command: npx skills add https://github.com/futuresedge/agentic-context-management-system --skill instruction-file-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of agent instruction files, ensuring adherence to strict formatting and content guidelines.

Core Features & Use Cases

  • Automated Generation: Creates .agent.md files based on approved agent specifications.
  • Format Compliance: Enforces DLMS-2026-0114 standards for frontmatter, body sections, and prohibited patterns.
  • Token Budgeting: Manages and validates token counts to prevent overly long instructions.
  • Use Case: When a new agent specification is approved, this Skill can be invoked to generate its corresponding instruction file, ready for deployment.

Quick Start

Use the instruction-file-authoring skill to create an agent instruction file for role_id 'data-analyst'.

Frequently Asked Questions about instruction-file-authoring

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

FAQPage Schema
How do I generate agent instruction files in the DLMS-2026-0114 format?

Generating agent instruction files in the DLMS-2026-0114 format requires retrieving agent specifications and translating them into strict YAML frontmatter and Markdown body structures. This process enforces format compliance and prevents prose descriptions or speculative tool assignments automatically.

What is the DLMS-2026-0114 FORMAT_A standard for agent authoring?

The DLMS-2026-0114 FORMAT_A standard for agent authoring defines strict rules for YAML frontmatter, Markdown body sections, and token budgets. It prevents prose descriptions and speculative tool assignments, ensuring validation against numerous ordering and content rules for compliant instruction files.

How do I manage token budgets when creating agent instruction files?

Managing token budgets when creating agent instruction files involves validating token counts against strict limits to prevent overly long instructions. When content exceeds the budget, overflow is automatically managed by routing it into companion SKILL.md files.

How do I validate YAML frontmatter and Markdown body structure for agents?

Validating YAML frontmatter and Markdown body structure for agents requires checking against numerous ordering, content, and token budget rules. The validation ensures strict adherence to the specified format, automatically rejecting prohibited patterns and speculative tool assignments.

When should I use a companion SKILL.md file for agent instructions?

You should use a companion SKILL.md file for agent instructions when the primary generated content exceeds the validated token budget. This overflow management ensures the main instruction file remains compliant while preserving necessary additional operational details.