II.
LibraryProcess overview
Reference · livelib-process:cli-mcp-development--cli-documentation-generation
specializations/cli-mcp-development/cli-documentation-generation overview
CLI Documentation Generation - Implement automated documentation generation from CLI command definitions including markdown docs, man pages, and command references.
Attributes
displayName
specializations/cli-mcp-development/cli-documentation-generation
description
CLI Documentation Generation - Implement automated documentation generation from CLI command definitions
including markdown docs, man pages, and command references.
libraryPath
library/specializations/cli-mcp-development/cli-documentation-generation.js
specialization
cli-mcp-development
references
- - Cobra doc generation: https://github.com/spf13/cobra/blob/main/doc/README.md
- - oclif README generation: https://oclif.io/docs/commands#readme-generation
example
const result = await orchestrate('specializations/cli-mcp-development/cli-documentation-generation', {
projectName: 'my-cli',
language: 'typescript',
framework: 'commander',
outputFormats: ['markdown', 'manpage', 'html']
});
usesAgents
- cli-docs-writer
- cli-ux-architect
- cli-packaging-specialist
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-api-design·WorkflowSDK / API Design
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
uses_agent2
- lib-agent:cli-mcp-development--cli-docs-writer·LibraryAgentcli-docs-writer
- lib-agent:cli-mcp-development--cli-ux-architect·LibraryAgentcli-ux-architect
Incoming edges
None.