| .github | ||
| CONTRIBUTING.md | ||
| README.md | ||
SYNAPSE Community Plugins
Community-contributed plugins for SYNAPSE.
Overview
This repository contains community-created SYNAPSE plugins. Anyone can contribute!
Repository: FTMahringer/Synapse-plugins-community (public)
Access: Open to all contributors
Quality Standards: Community review process
Contributing
See CONTRIBUTING.md for guidelines on contributing plugins.
Plugins
:::info Coming Soon Community plugins will be available once the repository is public. Contribute your own plugin and be among the first! :::
Browse the plugins/ directory for available community plugins.
Bundles
Browse the bundles/ directory for community plugin bundles.
Installation
Install community plugins:
# Install from community repository
synapse plugin install --community plugin-name
# Install from Git URL
synapse plugin install --git https://github.com/username/plugin-name.git
Plugin Categories
Plugins are organized by category:
ai-tools/- AI and ML integrationsdata/- Data processing and analysisdevops/- Development and operationsintegrations/- Third-party servicesproductivity/- Productivity toolssecurity/- Security and complianceutilities/- General utilities
Quality Guidelines
Before submitting:
- ✅ Comprehensive tests (>80% coverage)
- ✅ Complete documentation
- ✅ Security best practices
- ✅ License file (MIT, Apache 2.0, or GPL recommended)
- ✅ Working examples
Plugin Template
Use the official template to get started:
git clone https://github.com/FTMahringer/Synapse-plugin-template.git my-plugin
Support
- Documentation: https://ftmahringer.github.io/Synapse/docs/plugins/community/contributing
- Discussions: https://github.com/FTMahringer/Synapse/discussions
- Issues: https://github.com/FTMahringer/Synapse-plugins-community/issues
License
Community plugins have their own licenses. Check each plugin's LICENSE file.