← ClaudeAtlas

topiclisted

Initialize or tidy an ideas/topics directory, start or explore a topic in a flat topic archive, or safely audit/fix archive convention drift. Use for /topic init, /topic IDEA, /topic explore, /topic lint, topic archives, idea vaults, and organizing folders of independent exploratory ideas. An explicit /topic command always means a topic-archive workflow. Do not use to generate project task plans, manage issues, or refactor a generic source-code repository.
primexiao/agent-skills · ★ 1 · AI & Automation · score 72
Install: claude install-skill primexiao/agent-skills
# Topic — Flat Topic Archive Workflow Turns a directory into a flat topic archive: one subdirectory per topic, isolated from each other by default, with a thin knowledge layer at the root — `INDEX.md` (full-coverage catalog) plus `log.md` (append-only timeline). The rules live in the target directory's own `AGENTS.md` after init, so day-to-day routing does not depend on this skill being installed. Usage: `/topic [subcommand] [args]` ## Subcommand Routing **Read only the reference file or files for the chosen subcommand. Do not preload the others.** | Subcommand | Scenario | Read | |---|---|---| | `init [dir]` | Initialize/tidy an existing directory (defaults to cwd) | `<skill_dir>/references/init.md` | | `lint` | Check and fix convention drift in an initialized archive | `<skill_dir>/references/lint.md` | | `explore [seed]` | Start or route a topic, then discuss it with adaptive perspectives | `<skill_dir>/references/new-topic.md` + `<skill_dir>/references/explore.md` | | (bare / anything else) | Start a new topic; `/topic <one-liner>` seeds it | `<skill_dir>/references/new-topic.md` | Any input that is not a recognized subcommand is treated as "start a new topic" with the input text as the topic seed. Default mode does not force divergence or the explore workflow; ordinary topic discussion remains ordinary discussion. ## Shared Rules - `INDEX.md` is the invariant: every top-level directory has exactly one row; status ∈ `idea` / `active` / `graduated` / `external`. -