extension-context-doc

Generate domain glossaries for Pi extensions as CONTEXT.md files.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill extension-context-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extension-context-doc
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/extension-context-doc
Command: npx skills add https://github.com/ruskibeats/t1d --skill extension-context-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and updating of domain glossaries for Pi extensions within the T1D project, streamlining the documentation process and enhancing developer onboarding.

Core Features & Use Cases

  • Automated Documentation: Generates and updates CONTEXT.md files that document core entities, state machines, CLI commands, and metadata fields.
  • Developer Onboarding: Facilitates quick understanding of Pi extensions by new developers.
  • Use Case: When a new Pi extension is created or modified, this Skill automatically generates or updates the CONTEXT.md file, ensuring all necessary documentation is readily available.

Quick Start

Use the extension-context-doc skill to create a domain glossary for the new Pi extension 'task-manager'.

Frequently Asked Questions about extension-context-doc

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

FAQPage Schema
How do I automate domain glossary creation for a new Pi extension?

Automated documentation for a Pi extension generates a CONTEXT.md file containing core entities, state machines, CLI commands, and metadata fields to streamline developer onboarding and maintenance.

What is a domain glossary and when do I need one for Pi extension onboarding?

A domain glossary for Pi extension onboarding is a structured CONTEXT.md file documenting domain-specific concepts and architecture. You need it when creating or modifying extensions to help new developers quickly understand the project.

Do I need to know Pi extension architecture to generate CLI documentation?

Yes, generating CLI documentation and domain glossaries with this Skill requires existing knowledge of Pi extension architecture and domain-specific concepts to accurately output the structured markdown for your CONTEXT.md files.

How do I update CONTEXT.md files when modifying an existing Pi extension?

To update CONTEXT.md files when modifying a Pi extension, run this Skill against your updated codebase. It automatically regenerates the structured markdown to reflect changes in core entities, state machines, and CLI commands.

What are the limitations of automated domain glossary generation for T1D projects?

Automated domain glossary generation for T1D projects is limited to documenting Pi extensions and requires prior knowledge of the architecture. It outputs structured markdown for CONTEXT.md files rather than modifying the underlying extension code.