From docs-generator
Generate comprehensive documentation for Infiquetra services (README, API specs, architecture diagrams)
npx claudepluginhub infiquetra/infiquetra-claude-plugins --plugin docs-generatorThis skill uses the workspace's default tool permissions.
You are helping the user generate comprehensive documentation for their Infiquetra service.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
You are helping the user generate comprehensive documentation for their Infiquetra service.
Service overview, setup instructions, usage examples
OpenAPI/Swagger specification for REST APIs
System architecture, data flow, deployment diagrams
How to integrate with other Infiquetra services
python plugins/docs-generator/skills/generate-docs/scripts/docs_generator.py \
--type all \
--service-name "wallet-service"
Options:
--type readme - Generate README.md only--type api-spec - Generate OpenAPI specification--type architecture - Generate architecture diagrams--type integration - Generate integration guide--type all - Generate all documentationdocs/
├── README.md
├── api/
│ └── openapi.yaml
├── architecture/
│ ├── system-architecture.png
│ ├── data-flow.png
│ └── deployment.png
└── integration/
└── integration-guide.md
Generated README includes:
OpenAPI 3.0 specification with:
Using Python diagrams library:
After generation: