Skip to content

wordbricks/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordbricks Plugins And Skills

This repository contains the Wordbricks Claude Code marketplace plugins plus standalone skills.

Available Plugins

  • 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.

Available Skills

Installation

Add the marketplace

Add this marketplace to Claude Code:

/plugin marketplace add wordbricks/skills

Browse or install a plugin

After adding the marketplace:

/plugin
/plugin install <plugin>@wordbricks

See each plugin README for exact install commands, usage, local development, and team configuration:

Team installation

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.

About

Installable agent skills for Wordbricks and Velen workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors