Thank you for contributing to Awesome OpenCode! This guide outlines the requirements and standards for high-quality submissions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/awesome-opencode/awesome-opencode/llms.txt
Use this file to discover all available pages before exploring further.
Entry Requirements
All submissions must meet these requirements:- Relevant - Directly related to OpenCode (plugins, themes, agents, tools, guides, etc.)
- Public - Repository must be publicly accessible
- Maintained - Active commits within the last 6 months
- Unique - Not a duplicate of an existing entry
- Complete - All required fields included and validated
Quality Standards
Clear Naming
Your entry name should be:- Descriptive and specific
- Title case (e.g., “Security Review Agent” not “security-review-agent”)
- Free of marketing buzzwords
- Accurately reflect what the project does
Compelling Tagline
The tagline is shown in collapsed view and must:- Be 120 characters or less
- Clearly explain what your project does
- Be concise and punchy
- Avoid redundant words (don’t repeat the category name)
- “AI agent specialized in security code review”
- “Web-based dashboard for monitoring OpenCode sessions”
- “MCP server for database access and querying”
- “The best plugin ever made” (vague, marketing-heavy)
- “A plugin” (not descriptive)
- “Plugin for OpenCode that does many things” (too generic)
Comprehensive Description
Your description should:- Explain what the project does in detail
- Highlight key features and use cases
- Explain why it’s useful
- Can be multiple lines
- Use proper markdown formatting
Accurate Repository Link
Therepo field must:
- Link to a public GitHub repository (or other git hosting)
- Be the canonical source code location
- Use HTTPS format (e.g.,
https://github.com/owner/repo) - Be a valid, accessible URL
What Makes a Good Submission
Complete Documentation
Provide detailed installation instructions in theinstallation field:
- Prerequisites clearly listed
- Step-by-step installation commands
- Configuration examples
- Files that will be modified
- Removal/uninstallation instructions
Appropriate Category
Place your YAML file in the correct category folder:data/plugins/- OpenCode plugins and extensions (JS/TS modules)data/themes/- Color schemes and visual themesdata/agents/- AI agents and skills for specialized tasksdata/projects/- Standalone tools, GUIs, integrations, and utilitiesdata/resources/- Guides, templates, configurations, and MCP servers
Proper Scope
Use thescope field to indicate where your extension can be installed:
global- System-wide installation (~/.config/opencode/)project- Project-specific installation (.opencode/)- Both - Can be installed in either location
[global].
Helpful Tags
Add relevant tags to improve discoverability:- Be specific (e.g., “postgresql”, “security”, “code-review”)
- Use lowercase with hyphens for multi-word tags
- Include technology names if applicable
- Avoid overly generic tags
Version Requirements
If your project requires a specific OpenCode version, specify it:Common Mistakes to Avoid
- Editing README.md directly - Never edit the README. It auto-generates from YAML files.
- Missing required fields - Validation will fail without
name,repo,tagline, anddescription. - Tagline too long - Must be 120 characters or less.
- Invalid repository URL - Must be a valid HTTPS URL to a git repository.
- Poor file naming - Use kebab-case (e.g.,
my-plugin.yaml, notMyPlugin.yaml). - Unmaintained projects - Ensure your repository has recent activity.
Review Process
After you submit a pull request:- Automated validation - GitHub Actions runs schema validation on your YAML
- Maintainer review - A maintainer reviews content, relevance, and quality
- Feedback or approval - You may receive requests for changes
- Merge - Once approved, your entry is merged
- README update - The README.md automatically regenerates to include your entry
Need Help?
If you’re unsure about any requirements:- Review the example files
- Check the Schema Reference for field details
- Look at existing entries in the category you’re targeting
- Open an issue to ask questions before submitting