AgentSkillsCN

erudita-docs

使用 erudita CLI 获取并安装 llms.txt 文档。当用户请求下载、缓存或安装软件包文档,或需要更新 erudita.json 与 .erudita 链接时使用此方法。

SKILL.md
--- frontmatter
name: erudita-docs
description: Fetch and install llms.txt documentation using the erudita CLI. Use when a user asks to download, cache, or install documentation for packages, or to update erudita.json and .erudita links.

Erudita Docs

Workflow

  • Use erudita install <package...> to fetch and add documentation for specified packages.
  • If no packages are passed, erudita install reads erudita.json and prunes stale entries.

Tips

  • Prefer erudita install --deps <dev|prod|all> to cache docs for project dependencies.
  • Use erudita install --mode <link|copy> to control whether .erudita/ uses symlinks or copies.