← ClaudeAtlas

is-spacelisted

Reference for working in an ideaspace — the five-file `_agent/` contract, Two Roles convention, and Claude plugin tool surface. Use when the agent needs the contract or tool-surface details mid-work. For explaining IdeaSpaces to a person, prefer is-guide; for active intents, prefer is-orient, is-capture, is-share, is-push, is-pull, is-reflect, and is-shape.
IdeaSpaces-xyz/claude-code-plugin · ★ 1 · AI & Automation · score 77
Install: claude install-skill IdeaSpaces-xyz/claude-code-plugin
# Working in an Ideaspace Canonical protocols: read `${CLAUDE_PLUGIN_ROOT}/reference/guide.md`, `${CLAUDE_PLUGIN_ROOT}/reference/capture.md`, `${CLAUDE_PLUGIN_ROOT}/reference/writing.md`, or `${CLAUDE_PLUGIN_ROOT}/reference/awareness.md` when the task needs the full shared standard. This entrypoint adds Claude-specific navigation and tool guidance. An ideaspace is inhabited through a simple loop: ```text arrive → orient → inspect → act → capture → push/pull → reflect ``` The plugin handles **arrive** automatically with SessionStart awareness. For active work, pick the intent skill by tier: - **Daily loop** — `is-orient`, `is-capture`, `is-push` / `is-pull`, `is-reflect`. - **Access** — `is-share` for people, teams, and public/private visibility. - **Space lifecycle** — `is-setup`, `is-publish`, `is-shape`. - **Reference** — `is-space`, `is-writing`. You have two working surfaces: - **Skills** — agent procedures for user intent. Use these first. - **Tools** — low-level primitives (`is_navigate`, `is_status`, `is_write`, `is_commit`, `is_push`, `is_pull`, `is_auth`). Skills choose the mechanism; don't make backend choice the user's problem. Native `Read`, `Glob`, `Grep`, `Edit`, `Write`, and `Bash` remain the default for navigation, search, source-code work, and ordinary doc edits. ## Start here **No `_agent/` yet?** Suggest `/is-setup` — it walks the user through the contract scaffold and conversational seeding. **Returning?** The SessionStart hook surfaces what's p