bb-get-interface-template

Extract interface and ports sections from wiki markdown into JSON.

41|9|Updated May 22, 2026
One-click install
npx skills add https://github.com/amoslee2026/Babel --skill bb-get-interface-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bb-get-interface-template
Source: https://github.com/amoslee2026/Babel/tree/main/.claude/skills/bb-get-interface-template
Command: npx skills add https://github.com/amoslee2026/Babel --skill bb-get-interface-template

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables developers to fetch and structure interface details from wiki markdown for CBBs or protocols, eliminating manual parsing and inconsistencies.

Core Features & Use Cases

  • Locate templates in wiki/cbb or wiki/protocols by name and extract the Interface/Ports sections.
  • Return a structured JSON with ports (name, direction, width, description) and parameters for MAS integration.
  • Use case: bba-architect fetches an interface spec to auto-generate MAS module interfaces from documentation.

Quick Start

Provide the interface template for a given CBB or protocol name.

Frequently Asked Questions about bb-get-interface-template

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

FAQPage Schema
How do I extract interface definitions from wiki markdown into JSON?

To extract interface definitions from wiki markdown into JSON, you parse table-based Interface and Ports sections from CBB or protocol documents to output structured ports and parameters data.

What is the best way to auto-generate MAS module interfaces from documentation?

Auto-generating MAS module interfaces from documentation requires fetching structured interface specs from wiki markdown by CBB or protocol name to obtain ports and parameters for module integration.

Can I parse markdown tables for CBB protocol ports and parameters?

Yes, you can parse markdown tables for CBB protocol ports and parameters by reading the wiki document, locating the Interface and Ports sections, and structuring the extracted data into JSON.

How do I convert CBB interface specs to structured JSON artifacts?

Converting CBB interface specs to structured JSON artifacts involves reading the wiki markdown templates, parsing the port definitions including name and direction, and outputting the structured data.

Does this markdown parser work with both CBB and protocol wiki templates?

Yes, the markdown parser works with both CBB and protocol wiki templates by locating templates in the wiki/cbb or wiki/protocols directories by name and extracting their interface sections.