AI agent plugins for blockchain developers. Skills, agents, and tools for the Dash Platform ecosystem and beyond.
npx claudepluginhub lklimek/agentsSkills for Dash Platform developers — data contracts, Rust SDK, JS SDK, and API lexicon
Collection of specialized development agents and skills for Claude Code
Persistent memory for Claude Code — save and recall learnings, decisions, preferences across sessions.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A Claude Code plugin marketplace shipping AI agent plugins for blockchain developers and productive dev workflows.
| Plugin | Description | Category |
|---|---|---|
| claudash | Dash Platform development skills with hybrid lexicon-based documentation lookup | Blockchain |
| claudius | Opinionated dev lifecycle toolkit with agents and skills | Productivity |
| memcan | Persistent memory — save and recall learnings, decisions, preferences across sessions | Productivity |
# Add marketplace
/plugin marketplace add lklimek/agents
# Browse available plugins
/plugin
# Install individual plugins
/plugin install claudash@lklimek
/plugin install claudius@lklimek
/plugin install memcan@lklimek
Auto-install the marketplace when team members open your repository by adding
to .claude/settings.json:
{
"extraKnownMarketplaces": {
"lklimek": {
"source": {
"source": "github",
"repo": "lklimek/agents"
}
}
}
}
/plugin marketplace update
Plugins are fetched from their source repositories. Updating the marketplace refreshes the catalog; individual plugins update independently.
lklimek/agents ← this repo (marketplace catalog)
├── claudash → lklimek/claudash (Dash Platform skills)
├── claudius → lklimek/claudius (dev lifecycle toolkit)
└── memcan → lklimek/memcan (persistent memory)
Each plugin lives in its own repository with independent versioning. This marketplace is a lightweight catalog pointing to them — no plugin code lives here.
Want to add a plugin to this marketplace? Open a PR adding an entry to
.claude-plugin/marketplace.json.
GPL-3.0. See LICENSE.