Thanks for your interest in contributing to the Sales Enablement Plugin for Claude.
- Use GitHub Issues to report bugs or suggest features
- Include steps to reproduce any bugs
- Describe what you expected vs. what happened
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Test the plugin by uploading the zip to Claude Desktop or Cowork
- Commit your changes (
git commit -m "Add your feature") - Push to your branch (
git push origin feature/your-feature) - Open a Pull Request
Each skill lives in skills/<skill-name>/SKILL.md. When adding or modifying a skill:
- Follow the existing SKILL.md structure
- Include clear trigger descriptions
- Test with real-world scenarios before submitting
The bundled MCP server is in mcp-server/. If you modify TypeScript source:
cd mcp-server
npm install
npm run buildMake sure to include both src/ and updated dist/ in your PR.
Be respectful and constructive. We're all here to build better sales tools.