Thanks for your interest in contributing to the AI Design Engineer plugin for Claude Code!
- Fork the repository
- Clone your fork locally
- Make your changes
- Test with Claude Code locally
# Add the local marketplace for testing
/plugin marketplace add ./
# Install the plugin
/plugin install ai-design-engineer@agenisea
# Test your changes
/bliss
/blueprompt
/agenisea
/argus
/brooks- Check existing issues first to avoid duplicates
- Use a clear, descriptive title
- Include steps to reproduce the issue
- Describe expected vs actual behavior
- Open an issue describing the feature
- Explain the use case and why it would be valuable
- Be open to discussion about implementation approaches
- Create a branch from
mainfor your changes - Make your changes with clear, focused commits
- Test all commands and skills locally
- Open a PR with a clear description of changes
- Link any related issues
- Follow existing patterns in the codebase
- Keep commands, agents, and skills focused and single-purpose
- Use consistent YAML frontmatter structure
- Include
## Research Firstsections in commands/skills - Include
## Tonesections for persona consistency
- New personas: Add specialized agents for other design domains
- Prompt improvements: Enhance system prompts for better output
- Trigger phrases: Improve skill activation descriptions
- Documentation: Examples, tutorials, use cases
- Translations: Localized versions of prompts
claude-code/plugins/ai-design-engineer/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands
├── agents/ # Subagent definitions
└── skills/ # Agent skills (SKILL.md)
Open an issue or reach out to the maintainers. We're happy to help!