doc-suite
v1.0.0Genera documentacion funcional y de arquitectura del proyecto (procesos de negocio, reglas, integraciones, diagramas C4/Mermaid) mediante un agente que combina las skills functional-documentation-generator y architecture-blueprint-generator.
By Javier Cruz BonosoLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/javicb/doc-suite-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/architecture-blueprint-generator/SKILL.md└── skills/functional-documentation-generator/SKILL.md
Included Skills2
Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.
Comprehensive functional documentation generator that analyzes codebases to create detailed process-level documentation. Automatically detects business processes, data flows, integration points, business rules, and scheduling configurations. Generates visual diagrams, documents functional requirements, and provides a complete functional reference for understanding and maintaining business logic.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "doc-suite",
"description": "Genera documentacion funcional y de arquitectura del proyecto (procesos de negocio, reglas, integraciones, diagramas C4/Mermaid) mediante un agente que combina las skills functional-documentation-generator y architecture-blueprint-generator.",
"version": "1.0.0",
"author": {
"name": "Javier Cruz Bonoso"
},
"repository": "https://github.com/javicb/doc-suite-plugin",
"license": "MIT",
"keywords": [
"documentation",
"functional-documentation",
"architecture-blueprint",
"mermaid",
"c4-model",
"business-rules",
"auto-discovery"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[doc-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/doc-suite)