Example plugin demonstrating marketplace structure and best practices
Official plugin marketplace for Sati Technology's Claude Code extensions. This marketplace provides custom commands, agents, hooks, and MCP integrations tailored for our development workflows.
/plugin marketplace add sati-technology/sati-claude-marketplace
/plugin
Select "Browse Plugins" to see all available Sati plugins.
/plugin install plugin-name@sati-marketplace
Status: ✅ Active Version: 1.0.0 Category: Example
Example plugin demonstrating marketplace structure. Use this as a template for creating new plugins.
Installation:
/plugin install example-plugin@sati-marketplace
Add this to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"sati-marketplace": {
"source": {
"source": "github",
"repo": "sati-technology/sati-claude-marketplace"
}
}
},
"enabledPlugins": {
"example-plugin@sati-marketplace": true
}
}
When team members trust the repository folder, plugins install automatically.
We welcome contributions from the Sati team! See CONTRIBUTING.md for guidelines.
Copy the example plugin:
cp -r plugins/example-plugin plugins/your-plugin-name
Update plugin metadata:
plugins/your-plugin-name/.claude-plugin/plugin.jsonAdd to marketplace:
.claude-plugin/marketplace.jsonplugins arraySubmit a PR:
git checkout -b plugin/your-plugin-namegit commit -am "Add your-plugin-name"This is a private marketplace for Sati Technology. Access requires:
Sati uses Docker MCP Toolkit for managing MCP servers.
That's it! Claude Code automatically connects to all installed MCP servers.
See Docker MCP Integration Guide and official Docker MCP docs for more details.
MIT License - See LICENSE for details.
Maintained by: Sati Technology DevTools Team Last Updated: 2025-10-14
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sati-technology/sati-claude-marketplace --plugin example-pluginNext.js 15 + TypeScript + MDX + Vercel website development toolkit with blog, static site generation, and deployment automation
Parallel agent crew for Next.js/TypeScript development with optimized task orchestration across frontend, backend, testing, deployment, and documentation
A simple example plugin that demonstrates basic Claude Code plugin functionality
Interactive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.