Skills and recipes
Skills are Markdown instructions that explain a workflow to your AI agent. They supplement the MCP tool descriptions: a recipe can tell the agent what to read first, which changes to make and what to verify afterward.
Typeroll’s recipes are ordinary files. Clients differ in how they discover and load skills. You can install them into a client-supported location, adapt them to its conventions or ask the agent to read a specific file. Using MCP does not require automatic skill loading or a particular AI provider.
Install the bundled recipes
Section titled “Install the bundled recipes”npx @typeroll/mcp-server install-skills ./typeroll-skillsThe command copies the bundled files without contacting your portal. It does not
need an API key. Existing files are skipped; add --force only when you want to
replace them. Keep custom instructions in separate files to preserve them when
updating the bundled recipes.
Choose a workflow
Section titled “Choose a workflow”| Workflow | Recipe |
|---|---|
| Create a website | New site |
| Set colors and typography | Branding |
| Add a blog | Blog |
| Set up a form | Forms |
| Check metadata and indexing | SEO |
| Import non-WordPress content | Import from URL |
| Migrate WordPress | WordPress migration |
| Coordinate several sites | Multisite migration |
A recipe is guidance, not a permission grant. Your agent still needs an API or MCP connection, and its key limits which sites and actions it can access. Review changes before saving and deploying.