Stats
Links
Categories
Personal Claude Code plugins: local tools, workflows, and custom skills
npx claudepluginhub albertgstoehl/gstoehl-marketplaceLocal CLI tools integration: km (knowledge management), bookmark manager, and paperless-ngx workflows
Personal plugin marketplace for Claude Code containing custom tools and workflows.
Local CLI tools integration including:
km - Knowledge management (Zettelkasten notes)bookmark - URL bookmark manager with semantic searchshot-scraper - Automated website screenshot tool built on Playwright# Add marketplace via URL
claude-code plugins add-marketplace https://raw.githubusercontent.com/USERNAME/gstoehl-marketplace/main/.claude-plugin/marketplace.json
# Install plugin from marketplace
claude-code plugins install gstoehl-marketplace:gstoehl-tools
# Add marketplace from GitHub repo
claude-code plugins add-marketplace github:USERNAME/gstoehl-marketplace
# Install plugin
claude-code plugins install gstoehl-marketplace:gstoehl-tools
# For local testing, symlink to Claude's plugins directory
ln -s ~/gstoehl-marketplace ~/.claude/plugins/marketplaces/gstoehl-marketplace
# Then manually add to known_marketplaces.json
gstoehl-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── README.md # This file
└── .git/ # Git repository
Each plugin referenced in marketplace.json should have:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Skills directory
│ └── skill-name/
│ └── SKILL.md # Skill documentation
├── commands/ # Slash commands (optional)
├── agents/ # Subagent configs (optional)
└── README.md # Plugin documentation
.claude-plugin/plugin.json with metadatamarketplace.jsonMIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.