Skip to content

Plugins

Plugins are the primary extension mechanism for Ptah. Each plugin bundles a coordinated set of skills and slash commands that target a specific stack, workflow, or domain — core orchestration, Nx SaaS backends, Angular patterns, React composition, marketing video.

Out of the box Ptah ships with a lean set of defaults. Plugins let you opt into richer, opinionated capabilities without inflating the base install:

  • Curated quality — every official plugin carries a version in its .claude-plugin/plugin.json and is maintained by the Ptah team.
  • Per-workspace activation — enable only what a given project needs.
  • Live updates — plugin content is fetched from GitHub, so fixes reach you without a Ptah release.
  • Granular — you can enable a whole plugin and still switch off individual skills inside it.

Plugins are not bundled in the Ptah installer. On first launch (and on demand thereafter), Ptah’s ContentDownloadService reads the public content-manifest.json and downloads the plugin tree into ~/.ptah/plugins/.

~/.ptah/
├── plugins/
│ ├── ptah-core/
│ ├── ptah-nx-saas/
│ ├── ptah-angular/
│ ├── ptah-react/
│ └── ptah-video/
└── templates/
└── agents/

Five plugins ship with Ptah. Each one lands in the browser modal under the category shown here.

PluginCategoryWhat’s inside
ptah-coreCore Tools8 skills — orchestration, DDD architecture, humanize-library, skill-creator, technical-content-writer, tribunal, UI/UX design, Ptah CLI usage — plus 5 commands
ptah-nx-saasBackend Tools7 skills — Nx workspace, NestJS patterns, webhooks, resilience, SaaS platform, deployment, SaaS init — plus /init-saas and /initialize-workspace
ptah-angularFrontend Tools3 skills — Angular patterns, GSAP scroll animation, 3D scene crafting
ptah-reactFrontend Tools3 skills — React best practices, composition patterns, React + Nx
ptah-videoCreative Tools1 skill — video-showcase, the Playwright-capture → Remotion-render marketing video pipeline

A sixth category, Your Skills, appears once you author your own skill — see Harness plugins.