Skip to content

CogappLabs/claude-plugins

Repository files navigation

Cogapp Claude Plugins

Cogapp's internal Claude Code plugin marketplace.

Setup

Claude Code CLI (terminal)

Add the marketplace (one-time):

/plugin marketplace add cogapplabs/claude-plugins

Claude Code in VS Code

  1. Open the Claude Code panel
  2. Type /manage plugins
  3. Select Add Marketplace
  4. Enter https://github.com/CogappLabs/claude-plugins as the repository URL

Available plugins

Plugin Description Install
collection-flow Dagster ETL pipeline standards for collection management system data /plugin install collection-flow@cogapp-plugins
accessibility-pro WCAG 2.1/2.2 auditing, live browser checks, and Playwright+axe testing /plugin install accessibility-pro@cogapp-plugins
wireframe-designer Interactive UI wireframes as React + TypeScript + Tailwind code /plugin install wireframe-designer@cogapp-plugins
new-bunli-project Scaffold Bunli CLI projects with TypeScript, Zod, Biome, and Lefthook /plugin install new-bunli-project@cogapp-plugins
writing-techniques Proposals, reports, blog posts, case studies, discovery documents, and project introductions /plugin install writing-techniques@cogapp-plugins
craft-cms Craft CMS 5.x development — element queries, Twig templates, plugins, and ddev database queries /plugin install craft-cms@cogapp-plugins

Recommended external marketplaces

These public marketplaces complement our internal plugins with additional skills:

Marketplace Description Install
alirezarezvani/claude-skills 180+ skills for engineering, marketing, content, proposals, compliance, and more /plugin marketplace add alirezarezvani/claude-skills

Adding to a project

To prompt team members to install the marketplace when they trust a project, add to the project's .claude/settings.json:

{
  "extraKnownMarketplaces": {
    "cogapp-plugins": {
      "source": {
        "source": "github",
        "repo": "cogapplabs/claude-plugins"
      }
    }
  }
}

Updating

Manual update

/plugin marketplace update

Automatic background updates

Marketplace and plugin updates run automatically when Claude Code starts.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors