A complete picture of every recipe across all your cookbooks
Scans all CRAFT cookbook files in your workspace, consolidates recipe inventories across cookbooks, generates unified cheatsheets, and performs cross-cookbook analysis including Core-to-Cowork extension mappings.
Cowork Cross-Cookbook Consolidated Scanner
TL;DR
How To Start
STEP 1Configure the Scan
-
scope
· string · optional · default: all
Scan scope. Options: “all” (scan all discovered cookbooks), “single” (scan one specific cookbook file), “category” (scan by cookbook category), “search” (keyword search across all cookbooks). -
cookbook_file
· string · optional
Specific cookbook filename to scan. Used with scope “single.” -
search_term
· string · optional
Keyword to search across all cookbooks. Used with scope “search.” -
output_format
· string · optional · default: summary
How to present results. Options: “summary” (compact table), “detailed” (full metadata per recipe), “comparison” (Core-to-Cowork side-by-side), “export” (write cheatsheet to file).
Usage Examples
How AI Reads This Recipe
- DISCOVER COOKBOOKS by scanning the project folder with Glob for CFT-FWK-COOKBK-*.txt files. Validate the discovered files against the expected cookbook list from CLAUDE.md. Report any discrepancies.
- FILTER BY SCOPE: “all” scans everything, “single” targets one cookbook file, “category” targets a cookbook category, “search” uses Grep to find keyword matches across all cookbooks.
- DETECT RECIPE MARKERS in each cookbook using two patterns: “# START RECIPE-ID: RCP-” and “# RECIPE: RCP-”. Extract 9 metadata fields from each recipe: recipe_id, title, difficulty, category, version, description (summarized to 2 sentences), parameters, extends, and dependencies. Track orphaned markers (start without matching end).
- ANALYZE CROSS-COOKBOOK relationships: total recipe counts, distribution by category, Core-to-Cowork extension mappings (via extends field), cross-cookbook dependency chains, duplicate or overlapping IDs, and orphaned markers.
- GENERATE OUTPUT in the requested format: summary (compact table), detailed (full metadata per recipe per cookbook), comparison (Core recipe → Cowork adaptation → delta summary), or export (written to project folder as a dated cheatsheet file with git checkpoint recommendation).
- DISPLAY SUMMARY with cookbooks scanned, total recipes, breakdown by cookbook, orphan count, and cross-cookbook extension count. Offer follow-up options: search, detail, export, or re-scan.
When to Use This Recipe
- Want a complete inventory of all recipes across all cookbooks in a single consolidated view.
- Need to understand how Cowork recipes extend their Core ancestors via comparison format.
- Are searching for a recipe by keyword and do not know which cookbook it is in.
- Want to export a persistent cheatsheet file for cross-session reference.
Recipe FAQ
Q.What cookbook files does the scanner look for?
Q.How are recipe markers detected?
Q.What metadata is extracted from each recipe?
Q.What does the comparison format show?
Q.Can I scan archived cookbooks?
Q.How does export format work?
Version History
Get this recipe with CRAFT for Claude Cowork
Cowork recipes ship bundled with CRAFT for Claude Cowork — there’s no separate download. Clone the framework once, and your AI runs every recipe automatically when invoked.
Pull anytime to stay on the latest version — free to clone, no login or email required.
Then start your session
Once CRAFT is in your project folder, open a new Cowork session and ask Claude to initialize. For example:
You
Claude
Not familiar with Git? Download as a ZIP
No command line needed. Just download, move, and unzip:
- Open the CRAFT framework repo on GitHub.
- Click the green Code button, then choose Download ZIP.
- Move the downloaded ZIP into your Claude Cowork project folder.
- Unzip it: double-click on Mac, or right-click → Extract All on Windows.
