Skip to content

zeroae/.claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroAE Claude Code Plugins

A collection of Claude Code plugins for ZeroAE development standards and workflows.

⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Review each plugin's source code and documentation before use.

Available Plugins

Plugin Description
zstd Organization-wide development standards and conventions
cspy Architecture patterns from Cosmic Python for domain-driven design

Installation

/plugin install {plugin-name}@zeroae.com

Or browse in /plugin > Discover

Plugin Structure

Each plugin follows a standard structure:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # Plugin metadata (required)
├── skills/              # Skill definitions (optional)
├── agents/              # Agent definitions (optional)
├── commands/            # Slash commands (optional)
├── references/          # Shared documentation (optional)
├── .mcp.json            # MCP server configuration (optional)
└── README.md            # Documentation

Contributing

To add a new plugin:

  1. Create plugin directory under plugins/
  2. Add .claude-plugin/plugin.json manifest
  3. Run ./scripts/validate-plugins.sh to validate
  4. Submit a pull request

Development

Plugins are validated automatically on commit and in CI:

./scripts/validate-plugins.sh

Documentation

For more information on developing Claude Code plugins, see the official documentation.

About

Claude Code instructions for ZeroAE projects

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors