Skip to content

Plugin Marketplace

The Plugin Marketplace is the in-app catalog of every plugin the Ptah team has curated. It’s the starting point for extending any workspace with new agents, skills, templates, or slash commands.

Plugin marketplace overview

From the Ptah desktop app:

  1. Open the Plugins panel in the primary sidebar.
  2. Click Browse Marketplace.
  3. Ptah fetches the latest content-manifest.json from GitHub and lists every available plugin.

Every plugin is a self-contained folder with up to four contribution types. You can inspect them from the marketplace detail page before installing.

ContributionLocation in pluginPurpose
Agentsagents/*.mdSpecialized sub-agents the orchestrator can spawn (e.g. frontend-developer, security-auditor)
Skillsskills/<name>/SKILL.mdScoped knowledge packs invoked on demand (e.g. angular-frontend-patterns)
Templatestemplates/*Project scaffolds and prompt templates
Commandscommands/*.mdSlash commands registered in chat (e.g. /orchestrate)
ptah-core/
├── .claude-plugin/
│ └── plugin.json # Metadata (name, version, author)
├── commands/
│ ├── orchestrate.md
│ └── orchestrate-help.md
└── skills/
├── ddd-architecture/
├── orchestration/
├── skill-creator/
├── technical-content-writer/
└── ui-ux-designer/

The marketplace supports:

  • Keyword search against plugin name, description, and skill titles.
  • Stack filters — Angular, React, Nx, Node, etc.
  • Contribution filters — show only plugins that include skills, templates, or slash commands.

Clicking a plugin opens its detail pane, which shows:

  • Version and author
  • Included contributions — a checklist of agents, skills, templates, and commands
  • README — pulled from the plugin’s repository
  • Install / Enable controls for the active workspace