feat: data-driven README automation with YAML entries and GitHub Actions

This commit is contained in:
Lucas Shamanic 2026-01-11 04:06:48 +00:00
parent 20d7d4db6f
commit 25446b49eb
64 changed files with 1864 additions and 323 deletions

View file

@ -0,0 +1,4 @@
name: Background
repo: https://github.com/zenobi-us/opencode-background
description: Background process management
full_description: Background process management plugin for opencode.

View file

@ -0,0 +1,4 @@
name: CC Safety Net
repo: https://github.com/kenryu42/claude-code-safety-net
description: Safety net catching destructive commands
full_description: A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.

View file

@ -0,0 +1,4 @@
name: Context Analysis
repo: https://github.com/IgorWarzocha/Opencode-Context-Analysis-Plugin
description: Token usage analysis
full_description: An opencode plugin that provides detailed token usage analysis for your AI sessions.

4
data/plugins/direnv.yaml Normal file
View file

@ -0,0 +1,4 @@
name: Direnv
repo: https://github.com/simonwjackson/opencode-direnv
description: Load direnv variables
full_description: Automatically loads direnv environment variables at session start. Perfect for Nix flakes.

View file

@ -0,0 +1,4 @@
name: Dynamic Context Pruning
repo: https://github.com/Tarquinen/opencode-dynamic-context-pruning
description: Optimize token usage
full_description: Plugin that optimises token usage by pruning obsolete tool outputs from conversation context.

View file

@ -0,0 +1,4 @@
name: Gemini Auth
repo: https://github.com/jenslys/opencode-gemini-auth
description: Google account auth
full_description: Authenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.

View file

@ -0,0 +1,4 @@
name: Google AI Search
repo: https://github.com/IgorWarzocha/Opencode-Google-AI-Search-Plugin
description: Query Google AI Mode (SGE)
full_description: An opencode plugin that exposes a native tool for querying Google AI Mode (SGE).

View file

@ -0,0 +1,4 @@
name: Oh My Opencode
repo: https://github.com/code-yeongyu/oh-my-opencode
description: Agents & Pre-built tools
full_description: Background agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.

View file

@ -0,0 +1,4 @@
name: OpenAI Codex Auth
repo: https://github.com/numman-ali/opencode-openai-codex-auth
description: ChatGPT Plus/Pro OAuth
full_description: This plugin enables opencode to use OpenAI's Codex backend via ChatGPT Plus/Pro OAuth authentication.

View file

@ -0,0 +1,4 @@
name: Opencode Canvas
repo: https://github.com/mailshieldai/opencode-canvas
description: Interactive terminal canvases in tmux splits
full_description: Interactive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.

View file

@ -0,0 +1,4 @@
name: Opencode Ignore
repo: https://github.com/lgladysz/opencode-ignore
description: Ignore files based on pattern
full_description: Plugin to ignore directory/file based on pattern.

View file

@ -0,0 +1,4 @@
name: Opencode Roadmap
repo: https://github.com/IgorWarzocha/Opencode-Roadmap
description: Strategic planning
full_description: Strategic roadmap planning and multi-agent coordination plugin. Provides project-wide planning capabilities.

View file

@ -0,0 +1,4 @@
name: Opencode Sessions
repo: https://github.com/malhashemi/opencode-sessions
description: Session management
full_description: Session management plugin for OpenCode with multi-agent collaboration support.

View file

@ -0,0 +1,4 @@
name: Opencode Skills
repo: https://github.com/malhashemi/opencode-skills
description: Manage skills and capabilities
full_description: Plugin for managing and organising opencode skills and capabilities.

View file

@ -0,0 +1,4 @@
name: OpenHax Codex
repo: https://github.com/open-hax/codex
description: OAuth authentication
full_description: OAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.

View file

@ -0,0 +1,4 @@
name: Openskills
repo: https://github.com/numman-ali/openskills
description: Alternative skills manager
full_description: Alternative skills management plugin for opencode with enhanced features.

View file

@ -0,0 +1,4 @@
name: Ring a Bell Example
repo: https://gist.github.com/ahosker/267f375a65378bcb9a867fd9a195db1e
description: Simple terminal bell plugin
full_description: A simple plugin to ring the terminal bell once a request is complete.

View file

@ -0,0 +1,4 @@
name: Smart Title
repo: https://github.com/Tarquinen/opencode-smart-title
description: Auto-generate session titles
full_description: Auto-generates meaningful session titles using AI.

View file

@ -0,0 +1,4 @@
name: Subtask2
repo: https://github.com/spoons-and-mirrors/subtask2
description: Orchestration system
full_description: Extend opencode /commands into a powerful orchestration system with granular flow control.

View file

@ -0,0 +1,4 @@
name: Tokenscope
repo: https://github.com/ramtinJ95/opencode-tokenscope
description: Token analysis & cost tracking
full_description: Tokenscope, Comprehensive token usage analysis and cost tracking for opencode sessions.

View file

@ -0,0 +1,4 @@
name: Warcraft Notifications
repo: https://github.com/pantheon-org/opencode-warcraft-notifications
description: Fun sound notifications
full_description: Notification plugin with Warcraft sounds for opencode completion alerts.

View file

@ -0,0 +1,4 @@
name: With Context MCP
repo: https://github.com/boxpositron/with-context-mcp
description: Project-specific markdown notes
full_description: MCP server for managing project-specific markdown notes with templates, batch edits, and ignore patterns.