aap

Analyze Agent Action Plan markdown files for structural issues and LoC estimates.

1|2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/montymi/claude-config --skill aap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aap
Source: https://github.com/montymi/claude-config/tree/main/skills/aap
Command: npx skills add https://github.com/montymi/claude-config --skill aap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tree-sitter, tree-sitter-markdown, and includes scripts (resource) components.

What problem does it solve?

Agent Action Plans (AAP) are long, structured Markdown documents that require careful review to ensure implementation issues, structural consistency, and LoC estimation are accurate and actionable.

Core Features & Use Cases

  • Structured validation of AAP sections (0.1 through 0.8)
  • Extraction of file entries, dependencies, and rules for automated auditing
  • Detailed reporting including LoC estimates, scope, and inconsistency detection

Quick Start

Provide the path to the AAP markdown document to start the review.

Frequently Asked Questions about aap

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

FAQPage Schema
How do I review structured markdown documentation for consistency and scope issues?

Automated markdown documentation analysis uses a parser to extract headings, file entries, dependencies, and rules to detect structural inconsistencies. This process validates Agent Action Plan sections 0.1 through 0.8 and verifies scope alignment.

Can I estimate lines of code from a markdown specification?

You can estimate lines of code from a markdown specification by parsing its file entries and scope definitions. This Skill processes AAP markdown files to generate LoC estimates alongside a detailed structural consistency report.

Does tree-sitter work for parsing custom markdown structures and dependencies?

Tree-sitter effectively parses custom markdown structures by building syntax trees to extract headings, file entries, and dependencies. This Skill uses tree-sitter-markdown to analyze Agent Action Plan documents and verify their structural consistency.

What is the best way to automate code review for Agent Action Plan documents?

The best way to automate Agent Action Plan review is running a dedicated parser to audit dependencies, rules, and scope across sections 0.1 to 0.8. This Skill extracts structural data and generates a comprehensive consistency and LoC report.

How do I extract file entries and rules from a markdown action plan?

To extract file entries and rules from a markdown action plan, use a parser that reads the document's syntax tree. This Skill uses aap_parser.py to identify dependencies, rules, and scope for automated auditing and consistency verification.