Reviewed sourceDeveloper Toolsv1.0.0

project-documenter Agent Plugin

Discover a project's stack and architecture, then generate a ten-section Markdown summary, C4-oriented draw.io diagrams with PNG exports, and a formatted DOCX with embedded images.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

Project Documenter

with reviewed context.

The catalog adds a fixed-commit inventory, operating summary, prerequisites, and task-fit guidance for Project Documenter.

Inspect, compare, verify

Installation

Install Project Documenter

Install from github/awesome-copilot in a compatible Agent Plugins client. Node.js 18+ is required; PNG export also needs draw.io desktop or a supported Chrome or Edge browser.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/project-documenter
Node.js 18+ is required; PNG export also needs draw.io desktop or a supported Chrome or Edge browser.
Review the fixed-source README and manifest before enabling the workflow.

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “project-documenter” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with project-documenter?

Discover a project's stack and architecture, then generate a ten-section Markdown summary, C4-oriented draw.io diagrams with PNG exports, and a formatted DOCX with embedded images.

The reviewed package declares 2 skills and 1 agent resources for its documented workflow.

  • Detect common .NET, Java, Node.js, Python, Go, and Rust stacks
  • Create context, pipeline, and component draw.io diagrams
  • Export editable draw.io files to PNG
  • Write a ten-section Markdown project summary
  • Convert Markdown to a styled DOCX with embedded images
  • Verify names, paths, and diagrams against the repository

Discover and diagram the architecture

Detect common .NET, Java, Node.js, Python, Go, and Rust stacks; Create context, pipeline, and component draw.io diagrams; Export editable draw.io files to PNG.

Publish Markdown and Word deliverables

Write a ten-section Markdown project summary; Convert Markdown to a styled DOCX with embedded images; Verify names, paths, and diagrams against the repository.

Practical workflow

A reviewed Project Documenter workflow

Pass 01 / Start

Discover and diagram the architecture

Scan the repository for its stack, components, dependencies, infrastructure, and design patterns.

Pass 02 / Verify

Publish Markdown and Word deliverables

Create diagrams, write the summary, convert it to DOCX, and spot-check the generated evidence.

Package contents

What is included in project-documenter?

project-documenter declares 2 Skills, 0 MCP configurations, and 1 additional resource. The included-file links below point to the reviewed source repository.

Agent Skills

2

drawio, md-to-docx

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Project Documenter source documentation

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

What this catalog entry adds

This entry summarizes the fixed reviewed manifest and README without extending the upstream package's claims.

Package scope

Discover a project's stack and architecture, then generate a ten-section Markdown summary, C4-oriented draw.io diagrams with PNG exports, and a formatted DOCX with embedded images.

Declared package inventory

Skills: drawio, md-to-docx

Agent resources: project-documenter

Agents are listed as resources because the extension declares them separately from skills. Only the real upstream plugin.json and README.md are listed as package files.

Documented capabilities

  • Detect common .NET, Java, Node.js, Python, Go, and Rust stacks
  • Create context, pipeline, and component draw.io diagrams
  • Export editable draw.io files to PNG
  • Write a ten-section Markdown project summary
  • Convert Markdown to a styled DOCX with embedded images
  • Verify names, paths, and diagrams against the repository

Workflow

  1. Scan the repository for its stack, components, dependencies, infrastructure, and design patterns.
  2. Create diagrams, write the summary, convert it to DOCX, and spot-check the generated evidence.

Requirements and limitations

Node.js 18+ is required; PNG export also needs draw.io desktop or a supported Chrome or Edge browser.

Review generated output and consequential actions with the relevant maintainer or subject-matter expert.

License

The upstream manifest and README identify the plugin as MIT licensed.