By a3lem
Automatically prompt execution of Session Setup steps from CLAUDE.md on session start
npx claudepluginhub a3lem/my-claude-plugins --plugin session-setupPersonal collection of Claude Code plugins, published as a marketplace.
tc: input.json to output.json, diffed against expected.json.tk, a git-backed issue tracker for AI agents.~/.claude/.notes/, structured decision log, and timestamped journal entries.Three plugins work together to manage project knowledge:
| Store | Plugin | Contract | Purpose |
|---|---|---|---|
specs/ | spec-driven-dev | Strongest | Behavioral truth — Gherkin scenarios, verified before shipping |
docs/ | (none needed) | Strong | Durable reference — maintained, authoritative |
notes/DECISIONS.md | project-notes | Medium | What was decided — concise dcn-xxxx entries |
notes/ | project-notes | Weak | Working knowledge — may go stale |
notes/journal/ | project-notes | Weakest | Timestamped snapshots — decay over time |
project-knowledge provides routing rules for deciding where information should live and where to look for it.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.