By mattermost
Claude Code plugins for developing Mattermost plugins
Staff-contributed Claude Code plugins for Mattermost engineering workflows. Browse, install, and share skills, agents, hooks, and more.
# Add this marketplace
/plugin marketplace add mattermost/mattermost-ai-marketplace
# Browse available plugins
/plugin
# Install a plugin
/plugin install <plugin-name>@mattermost-ai-marketplace
# Update the marketplace catalog
/plugin marketplace update mattermost-ai-marketplace
| Plugin | Description | Category | Version |
|---|---|---|---|
code-simplifier | Simplifies and refines code for clarity, consistency, and maintainability | code-quality | 1.0.0 |
conflicts | Git merge conflict resolution agent that analyzes intent behind changes | git | 1.0.0 |
figma-implement-design | Translate Figma designs into production-ready code with 1:1 visual fidelity | design | 1.0.0 |
precommit | Discover, run, and resolve all pre-commit code quality checks in a monorepo | code-quality | 1.0.0 |
test-evaluator | Review tests for efficacy, correctness, and coverage gaps | testing | 1.0.0 |
teamimplement | Orchestrate phased implementation with dedicated research, planning, implementation, review, and QA engineers | productivity | 1.0.0 |
issue-resolver | Autonomous issue resolution agent using sub-agents and browser-based validation | productivity | 1.0.0 |
mattermost-test-data | Backfill realistic test data into a Mattermost server using MCP tools | devops | 1.0.0 |
claude-md-improver | Audit and improve CLAUDE.md files — scans, scores quality, and makes targeted updates | productivity | 1.0.0 |
mattermost-plugin-development | Skills for developing Mattermost plugins | development | 1.0.0 |
review-migration | Analyze schema migrations against best practices and generate a review report | code-quality | 1.0.0 |
dev-workflows | Skills for common development workflows — dependency management, module hygiene, and routine maintenance tasks | devops | 1.0.0 |
Add to your project's .claude/settings.json so teammates are prompted to install automatically:
{
"extraKnownMarketplaces": {
"mattermost-ai-marketplace": {
"source": {
"source": "github",
"repo": "mattermost/mattermost-ai-marketplace"
}
}
}
}
Optionally enable specific plugins by default:
{
"enabledPlugins": {
"plugin-name@mattermost-ai-marketplace": true
}
}
mattermost-ai-marketplace/
.claude-plugin/
marketplace.json # Marketplace catalog (lists all plugins)
plugins/
<plugin-name>/
.claude-plugin/
plugin.json # Plugin manifest
skills/
<skill-name>/
SKILL.md # Skill definition
agents/ # Optional: subagent definitions
hooks/ # Optional: lifecycle hooks
README.md # Plugin-level docs
templates/
plugin/ # Starter template for new plugins
skill/ # Starter template for a single skill
CONTRIBUTING.md
LICENSE
See CONTRIBUTING.md for how to add your own plugins.
Maintainers can validate the marketplace from the repo root:
claude plugin validate .
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 mattermost/mattermost-ai-marketplace --plugin mattermost-plugin-developmentAnalyze Mattermost schema migrations against best practices and generate a filled-out review template
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow. Requires a working Figma MCP server connection.
Git merge conflict resolution agent that analyzes intent behind changes on both branches and makes informed decisions about what to preserve.
Backfill realistic test data into a Mattermost server using MCP tools. Creates users, teams, channels, and natural conversations.
Skills for common development workflows — dependency management, module hygiene, and routine maintenance tasks
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Development tools for Claude Code plugins - local testing without pushing
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls