By vampik33
Interactive CLAUDE.md generator and auditor - encodes best practices for writing effective Claude Code memory files
A collection of Claude Code plugins for development workflows.
/plugin marketplace add vampik33/claude-plugins
/plugin install <plugin-name>
Or use the /plugin menu to browse and install.
claude --plugin-dir /path/to/claude-plugins/plugins/<plugin-name>
| Plugin | Description |
|---|---|
| gtr | Git worktree management using git-worktree-runner for parallel branch development |
| telegram-notifier | Telegram notifications - manual or automatic messages when sessions exceed configured duration |
Add to your project's .claude/settings.json for automatic marketplace discovery:
{
"extraKnownMarketplaces": [
"vampik33/claude-plugins"
]
}
Team members will be prompted to add the marketplace when they trust the project.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest listing all plugins
├── plugins/
│ └── gtr/ # Git worktree runner plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── commands/ # Slash commands
│ ├── skills/ # Plugin skills
│ └── README.md # Plugin documentation
├── LICENSE
└── README.md
To add a new plugin:
Create a new directory under plugins/:
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/
├── skills/
└── README.md
Add the plugin to .claude-plugin/marketplace.json:
{
"plugins": [
{
"name": "my-plugin",
"description": "What the plugin does",
"version": "1.0.0",
"source": "./plugins/my-plugin",
"category": "Category",
"keywords": ["relevant", "keywords"]
}
]
}
Apache License 2.0
Runs pre-commands
Contains inline bash commands via ! syntax
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 vampik33/claude-plugins --plugin claudemd-genRename plan files from random names to meaningful titles extracted from content
Git worktree management using git-worktree-runner for parallel branch development
Explains code changes in detail - what was done and why. Uses explanatory style with educational insights.
Telegram notifications for Claude Code sessions - send messages manually or automatically after periods of inactivity
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Tools for managing CLAUDE.md memory files
Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills
Automatically update CLAUDE.md file based on recent code changes
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).