Agent Plugins Marketplace
All plugins

developer-agent

v1.0.0

developer-agent is an open-source Agent Plugins plugin indexed from GitHub with 2 skills. Review its manifest and source before installing.

Agent Plugins2 Skills

0 GitHub starsUpdated last week

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 11, 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

Get the plugin

git clone https://github.com/Rykarix/AgentPlugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/developer-agent/
├── plugin.json
├── skills/show-me/SKILL.md
└── skills/software-factory/SKILL.md

Included Skills2

show-meskills/show-me/SKILL.md

Help the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts. Use proactively if, and only if, the user asks for help understanding a topic.

software-factoryskills/software-factory/SKILL.md

Dex Horthy's 4-gate feature workflow — Product, Architecture, Program Design, Vertical Slices — with explicit user approval at every gate before implementation code exists. Use when starting a new feature, a new project, or any task expected to change several files or produce a large diff. Not for trivial tweaks like renames, copy changes, or one-line config edits.

Plugin manifests1

plugins/developer-agent/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "developer-agent",
  "version": "1.0.0",
  "description": ""
}

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

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