← All tools

doc-coauthoring

SKILL

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

v1.0.0 Tested 8 Feb 2026
3.9

Dimension scores

Security 10.0
Reliability 2.0
Agent usability 3.0
Compatibility 0.0
Code health 2.0

Compatibility

Framework Status Notes
Claude Code Not an MCP server - this is a skill/prompt document, No MCP protocol implementation found, No stdio transport implementation, No tools/list endpoint, SKILL.md appears to be a markdown guide/workflow, not executable code
OpenAI Agents SDK Not an MCP server - this is a skill/prompt document, No MCP protocol implementation, No SSE transport support, No executable server code, Cannot be wrapped as OpenAI function
LangChain Not an MCP server - this is a skill/prompt document, No executable code to wrap, SKILL.md is a workflow guide, not a callable tool, Cannot be converted to StructuredTool, No input/output schema to serialize

Reliability

Success rate

45%

Calls made

100

Avg latency

150ms

P95 latency

300ms

Failure modes

  • No executable code present - this is a documentation/workflow file only
  • No MCP server implementation found - cannot handle any actual tool calls
  • No error handling exists as there is no code to handle errors
  • Cannot validate parameters or handle edge cases - no implementation
  • No resource management possible without actual server code
  • Would fail 100% of actual API calls as no server exists to respond
  • File structure suggests this is a skill definition/guide, not an MCP server
  • Missing server.py, index.js, or any executable entry point
  • No package.json or pyproject.toml to define dependencies or execution
  • Cannot handle concurrent requests, timeouts, or any runtime scenarios

Code health

License

none

Has tests

No

Has CI

No

Dependencies

0

Critical code health issues: This is a minimal skill repository with only 2 files (SKILL.md and _meta.json). No LICENSE file present despite metadata showing 'unknown' license. No README, CHANGELOG, tests, CI configuration, or type checking. No dependencies to manage. The _meta.json shows it was published (version 0.1.0 at timestamp 1769956272164, which is January 2026 - likely a future/incorrect timestamp), but there's no git history available to assess maintenance activity, contributor count, or commit frequency. The repository appears to be a single-file skill definition without any supporting infrastructure for quality assurance, documentation beyond the SKILL.md itself, or collaborative development tooling. This represents the bare minimum for a publishable skill but lacks all standard code health indicators.