zoahdev/dsh-llms-forge

zoahdev★ 0TypeScript最后同步: 2026-08-18

在 GitHub 打开

Generate llms.txt for DeepSeek Harness (dsh) plugin repositories from package.json + README — AI-readable discovery files, zero runtime deps. CLI + agent-callable llms_forge tool.

README 摘要

dsh-llms-forge Generate llms.txt for DeepSeek Harness (dsh) plugin repositories from package.json + README.md . AI agents look for llms.txt first when they land in a repository. Most dsh plugins don't have one — this plugin creates it deterministically and keeps it honest: title from the package name, summary from the description (or the README's first paragraph), and key facts (install command, license, homepage, keywords, entry, CLI). Read-only by default; writing is explicit. Install Or run standalone: CLI - Prints the proposed llms.txt to stdout (no writes by default). - --write writes the file; --overwrite replaces an existing one. - Exit codes: 0 clean, 1 warnings, 2 usage/IO error. In-harness usage (agent-callable) Ask your dsh agent: 给这个插件仓库生成一份 llms.txt: llms forge ,目录指向仓库根目录,写入并覆盖。 Generate an llms.txt for this plugin repo: llms forge with dir set, then write: true, overwrite: true . The tool returns a dsh-llms-forge/v1 result with the proposed content and warnings, and writes the file only when options.write is true. What the generated file looks like Why it exists - The llms.txt convention is the fastest way for AI agents to understand a repository, yet most dsh plugins…

在 GitHub 查看完整 README →
终端/TUIai-readabledeepseek-harnessdocumentationdsh-pluginllms-txtagent

分类