Open-source Claude Code plugins for developer tooling and cross-platform integration.
npx claudepluginhub cogni-work/cogni-toolsPort Claude Code plugins to Microsoft Copilot Studio — generates agent configs, topic YAML, flow JSON, connector definitions, and step-by-step GUI instructions
Open-source Claude Code plugins for developer tooling and cross-platform integration.
Built and battle-tested at cogni-work, then extracted for the community.
| Plugin | What it does |
|---|---|
| cogni-copilot | Port Claude Code plugins to Microsoft Copilot Studio. Generates agent configs, topic YAML, flow JSON, connector definitions, and step-by-step GUI instructions. |
/plugin marketplace add cogni-work/cogni-tools
/plugin install cogni-copilot@cogni-tools
Or browse interactively with /plugin and go to the Discover tab.
You build with Claude Code and want to extend your plugins to other platforms. These plugins handle the cross-platform translation so you can focus on the logic:
cogni-tools is a Claude Code plugin marketplace. Each plugin is a self-contained submodule with skills, agents, and slash commands that Claude loads on demand.
cogni-tools/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── cogni-copilot/ # Copilot Studio porting plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── agents/
│ └── commands/
└── README.md
Plugins follow the Claude Code plugin standard. No external dependencies — everything runs inside your Claude Code session.
We welcome contributions. Each plugin lives in its own repository and is included here as a Git submodule.
To report issues or suggest improvements, open an issue on the relevant plugin repo or on cogni-tools.
All plugins are licensed under AGPL-3.0-only. See each plugin's repository for details.