Deep Lit Tick banner
AutoResearch-Factory AutoResearch-Factory

Deep Lit Tick

Development community

Description

--- name: deep-lit-tick description: Run the scoped deep literature loop until relevant papers are saturated. argument-hint: [--scope topic|idea|experiment] [slug] [--idea idea-slug] --- <env> - cwd 是 agon-artifact(`topics/` / `ideas/` / `workspace/` 路径相对 cwd)。wiki 位置完全由 `$ARXIV_WIKI_DIR/` 配置。 - `${CLAUDE_PLUGIN_ROOT}` 由 Claude Code plugin 运行时注入,指向 Agon 根目录(含 `agents/` / `commands/` / `skills_aris/` ...)。 - `${ARXIV_CACHE_DIR}` 是机器上共享的 arxiv 缓存目录(`paper_cache.db` + 下载的 tex)。wiki 不从缓存目录、其他环境变量或默

Installation

Installs to ~/.claude/skills/autoresearch-factory-agon-deep-lit-tick/SKILL.md

Terminal
mkdir -p ~/.claude/skills/autoresearch-factory-agon-deep-lit-tick && curl -fsSL https://raw.githubusercontent.com/AutoResearch-Factory/Agon/HEAD/commands/deep-lit-tick.md -o ~/.claude/skills/autoresearch-factory-agon-deep-lit-tick/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository