By a3lem
Manage AI provenance metadata blocks in source files to track review status, rule references, and access control
Personal 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub a3lem/my-claude-plugins --plugin frontmatterMinimal file-based ticket system with dependency tracking for humans and AI agents
Skills for using shablon, a CLI that renders Jinja2 templates from a .shablon/ directory into a project tree.
File-based inter-agent messaging for parallel Claude Code sessions
Spec-driven development system with structured directories for requirements, design, tasks, and notes
Automatically prompt execution of Session Setup steps from CLAUDE.md on session start
AI-powered knowledge base management - Capture conversation learnings, maintain topic-specific KB files, Obsidian-compatible knowledge graph, structured dynamic context loading, and institutional knowledge in CLAUDE.md
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Per-project persistent memory for Claude Code, stored in AGD format with selective retrieval (TOC + targeted block fetch). 6-15x fewer tokens than loading the whole memory file.
Persistent knowledge workspace for Claude Code — structured files, versioning, search, and knowledge graph across sessions
Lightweight documentation memory for AI coding agents: scaffold a docs tree, validate it, and auto-load recent context each session.
Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills