From python
Installs Claude Code plugins into other AI coding tools like OpenCode, Gemini CLI, Codex CLI, Windsurf via npx skills add, bunx compound-plugin, manual symlinks, and config sync.
npx claudepluginhub martinffx/atelier --plugin pythonThis skill uses the workspace's default tool permissions.
Install atelier into your preferred AI coding tool.
Provides quick reference for Claude Code plugins: structure, manifest, installation commands, marketplaces, management UI, and standalone vs plugins comparison.
Converts Claude Code skills to OpenAI Codex, Google Gemini CLI, Antigravity, and Cursor. Generates platform-specific files like openai.yaml, AGENTS.md and compatibility reports.
Provides expertise on Claude Code CLI tool: installation, setup, slash commands, Agent Skills, MCP servers, hooks, plugins, troubleshooting, CI/CD integration, enterprise deployment.
Share bugs, ideas, or general feedback.
Install atelier into your preferred AI coding tool.
| Tool | Install Method | Reference |
|---|---|---|
| Claude Code | Marketplace or local plugin | claude-code.md |
| OpenCode | Manual command/agent/skill setup | opencode.md |
| Gemini CLI | compound-plugin | See below |
| Codex CLI | compound-plugin | See below |
| Windsurf | compound-plugin | See below |
npx skills add martinffx/atelier
Install specific skills:
npx skills add martinffx/atelier --skill spec-plan
npx skills add martinffx/atelier --skill spec-research
claude --plugin-dir /path/to/atelier
See claude-code.md for detailed instructions.
~/.config/opencode/command/~/.config/opencode/agent/~/.config/opencode/skills/See opencode.md for step-by-step commands.
Use @every-env/compound-plugin to convert to other AI coding tools:
bunx @every-env/compound-plugin install martinffx/atelier --to <tool>
Replace <tool> with: codex, gemini, copilot, windsurf, kiro, qwen, openclaw, droid, pi
bunx @every-env/compound-plugin install martinffx/atelier --to all
To sync your personal Claude Code config to other tools:
# Sync to all detected tools
bunx @every-env/compound-plugin sync
# Sync to specific tool
bunx @every-env/compound-plugin sync --target opencode
| Component | Claude Code | OpenCode | Other Tools |
|---|---|---|---|
| Skills | ✓ | ✓ symlink | ✓ |
| Commands | ✓ | ✓ | ✓ |
| Agents | ✓ | ✓ | varies |
| MCP servers | ✓ | ✓ | ✓ |
| Hooks | ✓ | manual | varies |