A collection of Claude Code plugins designed for Tuist users. These plugins enhance Claude's capabilities with domain-specific knowledge and tooling for various development workflows.
Claude plugins are CLAUDE.md files that provide Claude with specialized instructions, context, and guidelines for specific domains or tools. When you include a plugin in your project, Claude gains expertise in that particular area.
| Plugin | Description |
|---|---|
| Xcode | Best practices and guidelines for Xcode and Apple platform development |
First, add the Tuist marketplace to your Claude Code configuration:
/plugin marketplace add tuist/claude-marketplace
Install any plugin from the marketplace:
/plugin install xcode@tuist-marketplace
Or browse available plugins interactively:
/plugin
List configured marketplaces:
/plugin marketplace list
Update marketplace metadata:
/plugin marketplace update tuist-marketplace
Remove the marketplace (this will uninstall any plugins you installed from it):
/plugin marketplace remove tuist-marketplace
We welcome contributions! To add a new plugin:
- Create a new directory under
plugins/with your plugin name (kebab-case) - Add a
CLAUDE.mdfile with the plugin instructions - Add a
README.mdexplaining what the plugin does and how to use it - Update
marketplace.jsonto include your plugin entry - Submit a pull request
Before submitting, validate the marketplace configuration:
claude plugin validate .
This project is licensed under the MIT License - see the LICENSE file for details.