recipe

Manage markdown recipes under .hyper/recipes with list, read, create, update, delete, and run operations.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/galatanovidiu/hyper7 --skill recipe-galatanovidiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe
Source: https://github.com/galatanovidiu/hyper7/tree/main/skills/recipe
Command: npx skills add https://github.com/galatanovidiu/hyper7 --skill recipe-galatanovidiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages project-local recipes stored as markdown files under .hyper/recipes/. Lists, reads, creates, updates, deletes, and runs user-defined procedural playbooks without entering the Hyper task workflow.

Core Features & Use Cases

  • Lists, reads, creates, updates, deletes, and runs recipes stored as markdown playbooks.
  • Each recipe is a markdown file with frontmatter, enabling the agent to read and execute the playbook step by step.
  • Use case: manage a deploy workflow defined as a recipe and run it on demand without touching Hyper phases.

Quick Start

Create or modify a recipe under .hyper/recipes/ and tell the agent to run it.

Frequently Asked Questions about recipe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and run project-local procedural playbooks as markdown files?

To manage project-local recipes, you store them as markdown files with frontmatter under the .hyper/recipes/ directory, allowing the agent to list, read, create, update, delete, and run these playbooks step by step on demand.

Can I run a deploy workflow on demand without triggering the Hyper task workflow?

Yes, you can run a deploy workflow defined as a recipe on demand without triggering the Hyper task workflow, as the skill executes markdown playbooks independently and never advances phases or creates tasks.

What is the structure of a recipe file used for workflow automation?

A recipe file is a single markdown document containing frontmatter and procedural steps, stored under the .hyper/recipes/ directory, enabling the agent to read and execute the defined workflow automation sequentially.

Does the recipe skill modify the backlog or edit memory during execution?

No, the recipe skill does not modify the backlog or edit memory during execution, as its scope is strictly limited to managing and running markdown playbooks without entering the broader Hyper task workflow.

How do I create and update markdown-based recipes for project automation?

You create and update markdown-based recipes by defining procedural steps and frontmatter in files under .hyper/recipes/, then instructing the agent to execute the playbook or apply modifications directly through the skill's operations.

What are the limitations of using in-repo recipes for workflow management?

The limitation of using in-repo recipes is that they are confined to managing markdown playbooks under .hyper/recipes/ and cannot create tasks, advance phases, edit memory, or change the backlog within the project structure.