KS
Killer-Skills

doc-workflow — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Documentation Agents requiring streamlined workflow management and llmdoc documentation system integration. The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app

majiayu000 majiayu000
[0]
[0]
Updated: 2/20/2026

Quality Score

Top 5%
65
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add majiayu000/claude-skill-registry/doc-workflow

Agent Capability Analysis

The doc-workflow MCP Server by majiayu000 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Documentation Agents requiring streamlined workflow management and llmdoc documentation system integration.

Core Value

Empowers agents to manage documentation workflows using llmdoc, providing guidance on initialization, documentation count, and index preview, leveraging Markdown files and the `find` and `cat` commands for efficient doc management.

Capabilities Granted for doc-workflow MCP Server

Initializing the llmdoc documentation system
Tracking documentation count and index preview
Guiding agents through documentation workflows using Markdown files

! Prerequisites & Limits

  • Requires llmdoc system to be initialized
  • Dependent on Markdown file format
  • Limited to agents with filesystem access
Project
SKILL.md
1.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

/doc-workflow

This skill provides guidance on the llmdoc documentation system and available documentation workflows.

Pre-fetched Context

  • Llmdoc status: !test -d llmdoc && echo "INITIALIZED" || echo "NOT_INITIALIZED"
  • Doc count: !find llmdoc -name "*.md" 2>/dev/null | wc -l
  • Doc index: !cat llmdoc/index.md 2>/dev/null | head -30

Workflow Guide

If llmdoc is NOT initialized:

Recommend running /tr:initDoc to initialize the documentation system.

Explain the benefits:

  • Documentation-driven development
  • LLM-optimized retrieval maps
  • Consistent project understanding

If llmdoc IS initialized:

Explain the available workflows:

TaskCommand/SkillDescription
Read docs/read-docQuick project understanding
Update docs/update-docSync docs after code changes
Investigate/investigateDoc-first codebase research
Initialize/tr:initDocOne-time setup (already done)

llmdoc Structure

llmdoc/
├── index.md          # Navigation hub
├── overview/         # "What is this project?"
├── architecture/     # "How does it work?" (LLM Retrieval Map)
├── guides/           # "How do I do X?"
└── reference/        # "What are the specifics?"

Actions

  1. Check the pre-fetched context to determine llmdoc status.
  2. Based on user's question, provide relevant guidance.
  3. If user wants to perform an action, guide them to the appropriate skill/command.

Related Skills

Looking for an alternative to doc-workflow or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication