Droidctx – generate Markdown docs from your prod infra for coding agent
Auto-synced infra-as-Markdown for Claude Code reduces agent context discovery time.

Treats Markdown files as a database so fresh agents don't need to read 70k token chat logs.
Developers using LLM coding agents for multi-session projects
Cursor · Continue · Sourcegraph Cody
I recently published docs-cli to pypi. I created this tool because I noticed that my docs kept getting out of sync: I've been using markdown to track the project's implementation and progress, and it became really hard to keep track of everything. This is a simple tool for your agents to ensure that links and indexes are kept fresh.
I included the agent-playbook-suite marketplace since this is how I use it. The docs repo was actually built also using it, so dogfooding since day one :) The Agent Playbook Suite includes everything needed to create a project from start to finish.
Linked is the blog post where I lay out my rationale and the use cases :)
Try docs-cli out with:
python3 -m pip install --upgrade docs-cli
I would love feedback, issues, and PRs.This is my first Show HN after lurking for over 15 years. Happy to hear any constructive (or other) criticism
Auto-synced infra-as-Markdown for Claude Code reduces agent context discovery time.
File-based state management beats vector databases for most local AI coding workflows.
Git repo as versioned agent memory — no database, just markdown files.
Forces AI analysis into reproducible git-tracked structure instead of ephemeral chat.
Documentation templates that force AI agents to read architecture before coding.
SSH interface for docs matches how agents naturally explore codebases with grep and cat.