feat: add 21 new entries from main README

This commit is contained in:
shamanic 2026-01-12 13:43:48 +00:00
parent a8e3295712
commit fd9a4e91b9
21 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,4 @@
name: Agent Memory
repo: https://github.com/joshuadavidthomas/opencode-agent-memory
tagline: Letta-inspired memory
description: Gives the agent persistent, self-editable memory blocks inspired by Letta agents.

View file

@ -0,0 +1,4 @@
name: Agent Skills (JDT)
repo: https://github.com/joshuadavidthomas/opencode-agent-skills
tagline: Dynamic skills loader
description: Dynamic skills loader that discovers skills from project, user, and plugin directories.

View file

@ -0,0 +1,4 @@
name: Antigravity Auth
repo: https://github.com/NoeFabris/opencode-antigravity-auth
tagline: Google Antigravity models
description: Use Gemini and Anthropic models for free via Google Antigravity IDE authentication.

View file

@ -0,0 +1,4 @@
name: Antigravity Multi-Auth
repo: https://github.com/theblazehen/opencode-antigravity-multi-auth
tagline: Multiple Google accounts
description: Fork of opencode-antigravity-auth that allows using multiple Google accounts with automatic rotation when rate limited.

View file

@ -0,0 +1,4 @@
name: Beads Plugin
repo: https://github.com/joshuadavidthomas/opencode-beads
tagline: Beads issue tracker integration
description: Integration for Steve Yegge's beads issue tracker with /bd-* commands.

View file

@ -0,0 +1,4 @@
name: Devcontainers
repo: https://github.com/athal7/opencode-devcontainers
tagline: Multi-branch devcontainers
description: Plugin for running multiple devcontainer instances with auto-assigned ports and branch-based isolation.

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

@ -0,0 +1,4 @@
name: Froggy
repo: https://github.com/smartfrog/opencode-froggy
tagline: Hooks and specialized agents
description: Plugin providing Claude Code-style hooks, specialized agents, and tools like gitingest.

View file

@ -0,0 +1,4 @@
name: Handoff
repo: https://github.com/joshuadavidthomas/opencode-handoff
tagline: Session handoff prompts
description: Creates focused handoff prompts for continuing work in a new session.

View file

@ -0,0 +1,4 @@
name: Model Announcer
repo: https://github.com/ramarivera/opencode-model-announcer
tagline: Model self-awareness
description: Automatically injects the current model name into the chat context so the LLM is self-aware.

View file

@ -0,0 +1,4 @@
name: Opencode Mem
repo: https://github.com/tickernelz/opencode-mem
tagline: Persistent memory with vector database
description: A persistent memory system for AI coding agents that enables long-term context retention across sessions using local vector database technology. Features dual memory scopes, web interface, auto-capture system, and multi-provider AI support.

View file

@ -0,0 +1,4 @@
name: Optimal Model Temps
repo: https://github.com/Lyapsus/opencode-optimal-model-temps
tagline: Optimal sampling temperatures
description: Minimal plugin that nudges specific models to their preferred sampling temperature.

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

@ -0,0 +1,4 @@
name: Pilot
repo: https://github.com/athal7/opencode-pilot
tagline: Automation daemon
description: Automation daemon that polls for work from GitHub issues and Linear tickets.

View file

@ -0,0 +1,4 @@
name: Plugin Template
repo: https://github.com/zenobi-us/opencode-plugin-template
tagline: CICD setup for plugins
description: Focuses on providing the CICD setup with generator script, release please, bun publish, npm trusted publishing, and mise tasks.

View file

@ -0,0 +1,4 @@
name: Simple Memory
repo: https://github.com/cnicolov/opencode-plugin-simple-memory
tagline: Git-based memory
description: Simple plugin to manage memory inside a git repo that can be committed and reviewed by team members.

View file

@ -0,0 +1,4 @@
name: Swarm Plugin
repo: https://github.com/joelhooks/opencode-swarm-plugin
tagline: Swarm intelligence
description: Swarm plugin for opencode enabling swarm-based agent coordination.

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

@ -0,0 +1,4 @@
name: UNMOJI
repo: https://codeberg.org/bastiangx/opencode-unmoji
tagline: Strip emojis from output
description: A simple plugin that strips ALL emojis from agent outputs in Opencode.

View file

@ -0,0 +1,4 @@
name: WakaTime
repo: https://github.com/angristan/opencode-wakatime
tagline: WakaTime integration
description: WakaTime integration plugin for tracking coding activity in opencode sessions.

View file

@ -0,0 +1,4 @@
name: Zellij Namer
repo: https://github.com/24601/opencode-zellij-namer
tagline: Auto-rename Zellij sessions
description: Keeps your Zellij session name in sync with your work.