<pectus.ai/>
./pectus.ai — builder framework · self-hosted · MIT

For end users

Skills

A skill is a folder under pectusai/skills/ with a SKILL.md that declares which inputs it needs from your workspace and which outputs it returns. The runner gathers the inputs, calls Claude, validates the output against the skill’s schema, and persists the run for later inspection.

You invoke skills from the CMS (workspace dashboard) or from the CLI (npx pectus run <skill>). Most workspace work is one or two scheduled skills; the rest are on-demand.

Bundled skills

The eight skills below ship with Pectus. They cover the core content workflow: knowledge digestion, keyword strategy, sitemap planning, weekly content suggestions, internal linking, and on-page editing. The make-it skill scaffolds new skills and apps when you want to extend Pectus.

Adding your own

The skills spec is the contract. Use the make-it skill to scaffold a new one.