This repository contains the Wordbricks Claude Code marketplace plugins plus standalone skills.
onequery: Use the OneQuery CLI from Claude Code for authenticated org discovery, source inspection, and read-only query workflows.velen: Use the Velen CLI from Claude Code for authenticated org discovery, insight inspection, read-only Velen-managed data access, and org-scoped Knowledge Graph memory workflows.
Add this marketplace to Claude Code:
/plugin marketplace add wordbricks/skillsAfter adding the marketplace:
/plugin
/plugin install <plugin>@wordbricksSee each plugin README for exact install commands, usage, local development, and team configuration:
Install the Velen CLI skill with the Skills CLI:
npx skills add wordbricks/skills --skill velen-cliFor team-wide marketplace availability, add this to your project's
.claude/settings.json:
{
"extraKnownMarketplaces": {
"wordbricks": {
"source": {
"source": "github",
"repo": "wordbricks/skills"
}
}
}
}Then enable the specific plugin entries you want from the matching plugin README.