Till's marketplace for Claude Code plugins
npx claudepluginhub tillg/till-claude-code-marketplaceSpec workflow — document, explore, propose, iterate, apply, and archive changes
Convert Markdown files to beautifully formatted PDFs with tables, code blocks, mermaid diagrams, images, and ASCII art
Personal marketplace for Claude Code plugins.
Open Claude Code in any project directory:
/plugin marketplace add tgartner/till-claude-code-marketplace
(Recommended)/plugin marketplace add .//plugin install spec@till-claude-code-marketplace
Select "Install for all collaborators on this repository (project scope)" or "Install for just me (user scope)" as needed. Restart Claude Code to load new plugins.
| Plugin | Description | Commands |
|---|---|---|
| spec | Spec-driven change management workflow | /spec:overview, /spec:document-system, /spec:explore, /spec:propose, /spec:iterate, /spec:apply, /spec:archive |
Normally, installing a plugin copies its files into Claude Code's internal storage. That means every edit requires a reinstall — slow for active development.
Use --plugin-dir to bypass this: it loads the plugin straight from your local
files so changes take effect immediately.
# Launch Claude Code with the plugin loaded from source
claude --plugin-dir ./plugins/spec
Then iterate without restarting:
/reload-pluginsCommit and push only when the plugin is stable, then install it from the marketplace as usual.
| Approach | How | Tradeoff |
|---|---|---|
--plugin-dir | claude --plugin-dir ./plugins/x | Recommended. Live reload, but you must pass the flag at every startup |
| Local marketplace | /plugin marketplace add ./ then /plugin install x | One-time setup, but files are copied — must reinstall after changes |
| Symlinks | ln -s /path/to/repo/plugins/x ~/.claude/plugins/x | Changes reflected live, but manual setup and fragile |
Globally installed plugins can be disabled for a specific project via
.claude/settings.json (git-committed, team-wide) or
.claude/settings.local.json (local only, not committed):
{
"enabledPlugins": {
"spec@till-claude-code-marketplace": false
}
}
Alternatively, uninstall a plugin only for the current project:
/plugin uninstall spec@till-claude-code-marketplace --scope project
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage