Streamlined Git workflow commands for branch management, commits, and pull requests
A private internal marketplace for Automata Network's Claude Code extensions. This repository provides a centralized catalog of plugins for discovering, installing, and managing Claude Code extensions across the Automata organization.
Note: This marketplace is accessible only within Automata Network.
If this repository is hosted on GitHub:
/plugin marketplace add automata-network/claude-plugins
For other git hosting services:
/plugin marketplace add https://your-git-host.com/path/to/claude-plugins.git
For local development:
/plugin marketplace add /path/to/claude-plugins
Once the marketplace is added, you can install plugins:
# Install a specific plugin
/plugin install plugin-name@automata-claude-plugins
# Browse available plugins interactively
/plugin
# List all configured marketplaces
/plugin marketplace list
# Update marketplace metadata
/plugin marketplace update automata-claude-plugins
Team members can automatically install this marketplace by adding it to their project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"automata-claude-plugins": {
"source": {
"source": "github",
"repo": "automata-network/claude-plugins"
}
}
}
}
When team members trust the repository folder, Claude Code will automatically install this marketplace and any plugins specified in the enabledPlugins field.
Currently, this marketplace contains no plugins. See CONTRIBUTING.md for information on adding plugins to this marketplace.
.claude-plugin/
marketplace.json # Main marketplace configuration
plugins/ # Optional: Host plugin source code here
See CONTRIBUTING.md for details on how to add plugins to this marketplace.
This marketplace is licensed under the MIT License. See LICENSE for details.
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 automata-network/claude-plugins --plugin git-workflow⚠️ [EXPERIMENTAL] Integration with OpenAI Codex CLI for complex code generation, modification, and debugging tasks - early development
Trade on decentralized exchanges via XATA API with AI-powered natural language trading
Use Playwright to perform frontend testing tasks such as UI testing, end-to-end testing, and cross-browser testing.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
使用簡單命令簡化您的 Git 工作流程,包括提交、推送和建立 Pull Request
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.