Agent Plugins Marketplace
All plugins

devscout

v0.1.0

Discover agent skills and library documentation, maintain Backlog.md plans and write changelogs for development workflows.

CodexClaude Code4 Skills

By JaviLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 9, 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 devscout for Codex and Claude Code

Installs for the current user
codex plugin marketplace add itsjavi/skills
codex plugin marketplace upgrade local-plugins
codex plugin add devscout@local-plugins

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

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

  • Codex: devscout@agent-plugin-marketplacedevscout@local-plugins

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/itsjavi/skills

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

Plugin files

plugins/devscout/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/backlog-authoring/SKILL.md
├── skills/changelog-authoring/SKILL.md
├── skills/find-library-docs/SKILL.md
└── skills/find-skills/SKILL.md

Included Skills4

backlog-authoringskills/backlog-authoring/SKILL.md

Author plans and native records for existing Backlog.md projects, using their configured MCP or CLI workflow. Use for planning requests or task, milestone, decision, and doc updates only when the project already contains a backlog/ directory belonging to Backlog.md. Does not apply without that directory and does not initialize Backlog.md.

changelog-authoringskills/changelog-authoring/SKILL.md

Generate or update CHANGELOG.md and release notes from commit messages in a pull request or the current branch compared with its base, usually main, or from project specifications and planning records. Use for changelog drafts, release summaries, and comparison-based updates. Preserve existing changelog entries when adding new dated blocks.

find-library-docsskills/find-library-docs/SKILL.md

Find current documentation, API references, and code examples for libraries, frameworks, SDKs, CLI tools, and cloud services. Use when answering or implementing work that depends on technology-specific APIs, configuration, setup, migrations, or debugging behavior. Match documentation to the relevant version.

find-skillsskills/find-skills/SKILL.md

Discover and help install reusable agent skills. Use when the user asks to find, compare, or install skills, or explicitly wants to extend agent capabilities. Ordinary requests to perform a task do not by themselves trigger a skill search.

Plugin manifests2

plugins/devscout/.codex-plugin/plugin.json
{
  "name": "devscout",
  "version": "0.1.0",
  "description": "Discover agent skills and library documentation, maintain Backlog.md plans and write changelogs for development workflows.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/devscout",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "docs",
    "discovery",
    "planning",
    "backlog",
    "changelog"
  ],
  "interface": {
    "displayName": "DevScout",
    "shortDescription": "Find guidance and maintain development plans.",
    "longDescription": "Discover agent skills and library documentation, maintain Backlog.md plans and write changelogs for development workflows.",
    "developerName": "Javi",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "brandColor": "#36C9EC",
    "defaultPrompt": [
      "Find the current official documentation for this library.",
      "Update this project's Backlog.md tasks and decisions.",
      "Prepare a changelog from the changes in this branch."
    ],
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "logoDark": "./assets/icon.png"
  }
}
plugins/devscout/.claude-plugin/plugin.json
{
  "name": "devscout",
  "version": "0.1.0",
  "description": "Discover agent skills and library documentation, maintain Backlog.md plans and write changelogs for development workflows.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/devscout",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "docs",
    "discovery",
    "planning",
    "backlog",
    "changelog"
  ]
}

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

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