Agent Plugins Marketplace
All plugins

koeeru

v0.2.1

Zero-guessing spec skills: turn rough bug reports and feature ideas into structured Markdown docs.

CodexClaude Code2 Skills

By cysbest0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install koeeru for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Koeeru/llm-workflow
codex plugin marketplace upgrade koeeru-repo
codex plugin add koeeru@koeeru-repo

Paste and run these commands in a terminal with Codex. They add and refresh the koeeru-repo catalog, then install this plugin.

Compatibility: the page URL and API slug “koeeru” remain stable.

  • Codex: koeeru@agent-plugin-marketplacekoeeru@koeeru-repo

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Koeeru/llm-workflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

koeeru/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/spec-bug/SKILL.md
└── skills/spec-feature/SKILL.md

Included Skills2

spec-bugskills/spec-bug/SKILL.md

Use when the user reports a bug, glitch, crash, or unexpected behavior and wants it turned into a structured bug report.

spec-featureskills/spec-feature/SKILL.md

Use when the user pitches a new feature or product idea and wants it scoped into a structured PRD.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "koeeru",
  "version": "0.2.1",
  "description": "Zero-guessing spec skills: turn rough bug reports and feature ideas into structured Markdown docs.",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "koeeru",
  "version": "0.3.0",
  "description": "Zero-guessing spec skills: turn rough bug reports and feature ideas into structured Markdown docs.",
  "author": {
    "name": "cysbest"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[koeeru on Agent Plugins Marketplace](https://pluginsmp.com/plugins/koeeru)