module-instructions

Write and validate .instructions.md files with required frontmatter and section order.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill module-instructions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: module-instructions
Source: https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3/tree/main/modules/dev/instruction_core/data/skills/module-instructions
Command: npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill module-instructions

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Module instruction authoring and validation for ADHD modules. Provide AI agents with a consistent, frontmatter-driven contract to ensure module usage patterns are documented and enforceable.

Core Features & Use Cases

  • Frontmatter-driven scope and validation for module instruction files (.instructions.md).
  • Step-by-step SOPs to identify public API, write required sections, and validate formatting.
  • Support for module-local guidance that teaches AI agents how to use the module, with strict section order and usage patterns.
  • Use Case: Creating a new module instruction file or updating an existing one after API changes, ensuring consistency across modules.

Quick Start

Follow the SOP to create or update a module's .instructions.md with the required frontmatter, sections, and proper scope rules.

Frequently Asked Questions about module-instructions

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

FAQPage Schema
How do I write module instruction files for AI agents?

Module instruction files for AI agents are written using a frontmatter-driven contract that enforces specific section order, scope rules, and usage patterns to document module-local guidance consistently.

What is frontmatter validation for module documentation?

Frontmatter validation ensures .instructions.md files conform to a strict spec, verifying header formatting, section order, and scope rules so AI agents receive a consistent, enforceable usage contract.

When do I need to update a module instruction file?

You need to update a module instruction file after API changes to ensure the AI-facing documentation accurately reflects the new public API, maintains correct frontmatter, and passes scope validation.

How do I enforce section order and scope rules in AI documentation?

To enforce section order and scope rules in AI documentation, apply the module-instruction spec during file authoring or updates, validating frontmatter and header formatting to maintain strict module-local guidance.

Can I use frontmatter to document public API usage patterns for AI agents?

Yes, frontmatter provides a strict, enforceable contract in .instructions.md files that teaches AI agents module-local guidance and public API usage patterns, ensuring documentation remains consistent and enforceable.

What are the limitations of using a frontmatter-driven contract for module instructions?

Using a frontmatter-driven contract for module instructions limits documentation to a strict spec enforcing specific section order, header formatting, and scope rules, preventing freeform or non-standard documentation styles.