jikime-workflow-docs

Generate API documentation and static doc sites from code using Sphinx, MkDocs, TypeDoc, and Nextra.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-docs
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-docs
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the generation of professional documentation from code and specifications, streamlining the creation of technical specs, API docs, user guides, and knowledge bases.

Core Features & Use Cases

  • Automated API Docs: Generate API documentation directly from code annotations using tools like Sphinx, TypeDoc, and OpenAPI.
  • Static Site Generation: Build modern, searchable documentation websites with frameworks like MkDocs, Nextra, and Docusaurus.
  • Use Case: Automatically generate and deploy API documentation for a new microservice as part of your CI/CD pipeline, ensuring docs are always up-to-date with the codebase.

Quick Start

Use the jikime-workflow-docs skill to generate Sphinx documentation for your Python project.

Frequently Asked Questions about jikime-workflow-docs

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

FAQPage Schema
How do I generate API documentation directly from code annotations?

Generate API documentation by extracting annotations from your codebase using tools like Sphinx, TypeDoc, and OpenAPI. This automates the creation of technical specs and API references directly from your source code.

What is the best way to build a searchable static documentation site?

Build searchable static documentation sites using frameworks like MkDocs, Nextra, and Docusaurus. These tools generate professional user guides and knowledge bases from your specifications.

Does this documentation workflow support CI/CD pipeline automation?

Yes, this documentation workflow supports CI/CD automation. You can automatically generate and deploy API documentation for microservices, ensuring docs stay up-to-date with your codebase.

Can I use MkDocs and Sphinx together for technical writing?

Yes, you can use MkDocs and Sphinx within the same workflow. MkDocs builds static documentation sites while Sphinx extracts API references, covering both user guides and technical specs.

How do I automate Sphinx documentation generation for a Python project?

Automate Sphinx documentation generation by configuring it to extract docstrings from your Python code. This creates professional API references and technical specifications automatically without manual writing.