Streamlined Git workflow commands for branch management, commits, and pull requests
npx claudepluginhub automata-network/claude-plugins --plugin git-workflowA 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.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 16+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Lyra - a master-level AI prompt optimization specialist.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation