swark - generate architecture diagrams from code
VS Code extension that uses LLMs to generate architecture diagrams directly from a codebase. Useful for onboarding and design reviews without manual diagramming.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP
Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.
skill-doctor - inspector for coding-agent skills
Local tool that audits installed agent skills for conflicts, precedence issues, and risk. Helps surface why a particular skill is (or isn't) firing.
MicrosoftDocs/mcp - official Microsoft Learn MCP server
Microsoft's official MCP server and CLI that exposes Microsoft Learn docs and code samples to LLMs and AI agents in real time.
Pare - token-efficient MCP servers for dev tools
Set of structured, token-efficient MCP servers for git, test runners, npm, and Docker designed specifically for agent consumption rather than human readability.