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.
- weekly-analysis — weekly content plan with post suggestions.
- seo-strategy — keyword clusters and gap report.
- plan-sitemap — propose a tree of pages to build.
- internal-linking — recommend inter-page links.
- jobs-to-be-done — map keywords to ICP jobs.
- knowledge-digest — read your knowledge folder, produce one insights file.
- edit-page — apply an instruction to a page’s blocks.
- make-it — scaffold a new skill or app.
Adding your own
The skills spec is the contract. Use the make-it skill to scaffold a new one.