No description
Find a file
2026-05-15 08:37:05 +00:00
.github feat: add comprehensive GitHub issue and PR templates 2026-05-10 13:59:46 +02:00
CONTRIBUTING.md Initial commit: Community plugins repository 2026-05-10 12:51:09 +02:00
README.md docs: add FT-Nova as contributor 2026-05-15 08:37:05 +00:00

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 integrations
  • data/ - Data processing and analysis
  • devops/ - Development and operations
  • integrations/ - Third-party services
  • productivity/ - Productivity tools
  • security/ - Security and compliance
  • utilities/ - 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

License

Community plugins have their own licenses. Check each plugin's LICENSE file.