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, and read-only Velen-managed data access.
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:
For 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.