Agent Workspace

Pack comparison

Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.

ACommunityreferencev0.1.0Recommended
Nine Context Sources

nine-context-sources

CLAUDE.md is user context, not system prompt. 9 sources, 4 hierarchy levels, zero embeddings.

npx attrition-sh pack install nine-context-sources

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex
BCommunityreferencev0.1.0Recommended
Claude Code Guide

claude-code-guide

How the Claude Code harness actually works — AGENTS.md, skills, hooks, subagents.

npx attrition-sh pack install claude-code-guide

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex-cli

What both packs have in common

Overlap across canonical pattern, compatibility, tags, and required packs.

claude-codecursor
reference

Head-to-head claims from both packs

Each row is attributed to the pack that authored it. The winner column is normalised to this compare view (A / B / Tie).

SourceAlternativeAxisWinnerNote
Aclaude-code-guidemaintainabilityTieClaude Code Guide is the operator recipe (how to write AGENTS.md/CLAUDE.md); this pack is the architectural why (what CLAUDE.md is and is not). Use the guide to write the file, this pack to decide what belongs in it.
Arag-hybrid-bm25-vectorcomplexityAVector-DB RAG is the canonical retrieval pattern; Claude Code's file-based memory is the opposite bet (no embeddings, LLM scan of up to 5 file headers). Compare costs: vector adds index + latency + opacity; file-based is simple and auditable. Start with file-based; measure before adopting vector.
Aseven-safety-layersaccuracyAlternativeSafety layers are where enforcement lives deterministically; CLAUDE.md is where instruction lives probabilistically. For hard rules, safety-layers wins on accuracy because it actually blocks calls; this pack explains why CLAUDE.md can't.
Bcursor-rules-guidemaintainabilityBAGENTS.md is honoured by Claude Code, Codex CLI, Cursor, Aider, and Continue. Cursor .cursorrules is single-tool.
Bpattern-decision-treecomplexityTieDecision-tree covers WHICH pattern to pick; this pack covers HOW the Claude Code harness executes the chosen pattern. Use together.

What each pack brings that the other doesn't

Unique coverage and any measurable gap between the two.

Comparisons not in B

claude-code-guiderag-hybrid-bm25-vectorseven-safety-layers

Compatibility A-only

codex

Tags A-only

contextclaude-mdmemoryclaude-code-internalsdive-into-claude-code

Comparisons not in A

cursor-rules-guidepattern-decision-tree

Compatibility B-only

codex-cli

Tags B-only

claude-codeagents-mdskillshookssubagents