configure-cookbook

Detect, migrate, and configure agentic cookbook rules in local repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/agentic-cookbook/tools --skill configure-cookbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-cookbook
Source: https://github.com/agentic-cookbook/tools/tree/main/skills/configure-cookbook
Command: npx skills add https://github.com/agentic-cookbook/tools --skill configure-cookbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes detection, migration, and configuration of the agentic-cookbook installation so projects can reliably adopt the minimal rule-based workflow and avoid fragmented or legacy static rule files.

Core Features & Use Cases

  • State detection: Scans for minimal vs legacy rule files, manifest and pipeline state, and presence of committing workflow files.
  • Migration and repair: Removes legacy static rule files, installs a minimal cookbook rule, and reinstalls committing rules from a local cookbook when available.
  • Preference management: Presents and persists recipe prompts, contribution prompts, and committing workflow preferences and updates CLAUDE.md and manifest files accordingly.

Quick Start

Run /configure-cookbook to inspect the current cookbook state, toggle preferences, migrate legacy files if present, and reinstall the minimal rule.

Frequently Asked Questions about configure-cookbook

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

FAQPage Schema
How do I migrate legacy static rule files to a minimal cookbook configuration?

The agentic-cookbook configuration tool scans your local repository for a .claude directory to detect minimal versus legacy rules, then migrates old static files and updates the manifest accordingly.

How do I manage and toggle committing workflow preferences in a local repository?

You can manage committing workflow preferences by running the cookbook configuration to present, persist, and update preference states directly within your project's CLAUDE.md and manifest files.

Does the cookbook configuration require a specific directory structure to function?

Yes, this configuration applies to projects that include both .claude and .cookbook directories, and it validates the availability of a local ../agentic-cookbook directory before copying any rules.

What constraints are enforced when installing minimal rules for Claude?

When installing minimal rules, the configuration process enforces strict rule length limitations and guardrail constraints to ensure the cookbook preferences remain lightweight and compliant.

Why does my cookbook configuration fail to copy rules from a local source?

The cookbook configuration fails to copy rules if it cannot validate the availability of a local ../agentic-cookbook directory, which is a strict prerequisite for reinstalling committing rules.