koeeru
v0.2.1Zero-guessing spec skills: turn rough bug reports and feature ideas into structured Markdown docs.
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
codex plugin marketplace add Koeeru/llm-workflow
codex plugin marketplace upgrade koeeru-repo
codex plugin add koeeru@koeeru-repoPaste 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-marketplace→koeeru@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-workflowClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/spec-bug/SKILL.md└── skills/spec-feature/SKILL.md
Included Skills2
Use when the user reports a bug, glitch, crash, or unexpected behavior and wants it turned into a structured bug report.
Use when the user pitches a new feature or product idea and wants it scoped into a structured PRD.
Plugin manifests2
{
"name": "koeeru",
"version": "0.2.1",
"description": "Zero-guessing spec skills: turn rough bug reports and feature ideas into structured Markdown docs.",
"skills": "./skills/"
}{
"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"
}
}For maintainers
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)