Agent Plugins Marketplace
All plugins

spec-browser

v1.1.2

Catalog and browse a growing specs/ tree: a plain-markdown index any agent can reference, plus a folder-grouped doc site reusing the plan-review renderer.

CodexClaude CodeAgent Plugins1 Skill

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 spec-browser for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add spec-browser@agent-plugin-marketplace

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

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/jabworks/agentic-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/spec-browser/.

Plugin files

dist/plugins/spec-browser/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/spec-browser/SKILL.md

Included Skills1

spec-browserskills/spec-browser/SKILL.md

Use when there are many tech specs under specs/ and you need to navigate them as one doc site, generate a catalog agents can reference, or answer "what specs do we have / where is the spec for X". Triggers include "browse specs", "spec index", "list all specs", "spec site", "navigate specs".

Plugin manifests3

dist/plugins/spec-browser/.codex-plugin/plugin.json
{
  "name": "spec-browser",
  "version": "1.1.2",
  "description": "Catalog and browse a growing specs/ tree: a plain-markdown index any agent can reference, plus a folder-grouped doc site reusing the plan-review renderer.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "specs",
    "docs",
    "catalog",
    "index",
    "navigation",
    "browser"
  ],
  "skills": "./skills/spec-browser",
  "interface": {
    "displayName": "Spec Browser",
    "shortDescription": "Catalog and browse a specs/ tree.",
    "longDescription": "Generates specs/index.md — a plain-markdown catalog of every tech spec that any agent can read or grep — and launches the plan-review server in recursive directory mode to browse and annotate the whole tree with folder-grouped navigation. No external services or plugins.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "Build the spec index.",
      "Browse all our specs.",
      "What specs do we have?"
    ]
  }
}
dist/plugins/spec-browser/.claude-plugin/plugin.json
{
  "name": "spec-browser",
  "version": "1.1.2",
  "description": "Catalog and browse a growing specs/ tree: a plain-markdown index any agent can reference, plus a folder-grouped doc site reusing the plan-review renderer.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "specs",
    "docs",
    "catalog",
    "index",
    "navigation",
    "browser"
  ],
  "skills": "./skills/spec-browser"
}
dist/plugins/spec-browser/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "spec-browser",
  "version": "1.1.2",
  "description": "Catalog and browse a growing specs/ tree: a plain-markdown index any agent can reference, plus a folder-grouped doc site reusing the plan-review renderer.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "specs",
    "docs",
    "catalog",
    "index",
    "navigation",
    "browser"
  ]
}

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

[spec-browser on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spec-browser)