安装
npx -y @deepseek-ai/dsh plugin --profile web add github:cogine-ai/marketplace此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
Cogine AI Marketplace
A curated internal marketplace of role-based skills for Codex and Claude Code.
Install the Marketplace
Codex (recommended)
codex plugin marketplace add cogine-ai/marketplace
Then open the Codex App's Plugins page, choose Cogine AI, and install only the role plugins you want. If the Marketplace does not appear immediately, restart Codex once.

Claude Code
claude plugin marketplace add cogine-ai/marketplace
Adding the Marketplace registers its catalog; it does not install every plugin.
This is a private repository, so Git must already have access to
cogine-ai/marketplace.
Available plugins
| Plugin | Skills | Focus |
|---|---|---|
design-engineer-skills | 8 | UI prototyping, frontend library selection, polish, animation review, and motion design. |
coding-engineer-skills | 25 | Specs, implementation, isolated worktrees, frontend and React work, architecture, debugging, testing, security, Git/CI, and multi-repository orchestration. |
product-manager-skills | 16 | Strategy, product judgment, discovery, research, PRDs, prototypes, roadmaps, metrics, design, specs, and tickets. |
growth-and-gtm-skills | 18 | Product marketing, growth models, channels, acquisition, conversion, retention, measurement, PLG sales assist, and recurring execution. |
sales-skills | 12 | Founder-led selling, first customers, prospecting, outreach, calls, enablement, enterprise accounts, pipeline review, and PLG sales integration. |
founder-ceo-skills | 16 | Founder judgment, product-market fit, strategy, decisions, planning, organization, finance, fundraising, and board communication. |
Install any plugin from the table with its ID:
# Codex
codex plugin add coding-engineer-skills@cogine-ai
# Claude Code
claude plugin install coding-engineer-skills@cogine-ai
In an existing Claude Code session, run /reload-plugins after installation.
Compatibility
Codex is the primary target. The repository also ships native Claude Code manifests while sharing the same skill folders:
- Codex catalog:
.agents/plugins/marketplace.json - Codex manifests:
plugins/*/.codex-plugin/plugin.json - Claude Code catalog:
.claude-plugin/marketplace.json - Claude Code manifests:
plugins/*/.claude-plugin/plugin.json
Update
codex plugin marketplace upgrade cogine-ai
claude plugin marketplace update cogine-ai
Repository layout
.agents/plugins/marketplace.json # Codex catalog
.claude-plugin/marketplace.json # Claude Code catalog
docs/images/ # Marketplace screenshots
plugins/design-engineer-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 8 shared skills
plugins/coding-engineer-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 25 shared skills
plugins/product-manager-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 16 shared skills
plugins/growth-and-gtm-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 18 shared skills
plugins/sales-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 12 shared skills
plugins/founder-ceo-skills/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
skills/ # 16 shared skills
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- Python
- 许可证
- 未提供
- 最后更新
- 2026年7月28日 18:49
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。