Skip to content

fix(commands): add missing frontmatter to cook and cook_research_only#47

Open
xiaolai wants to merge 1 commit into
disler:mainfrom
xiaolai:fix/nlpm-add-frontmatter-cook-commands
Open

fix(commands): add missing frontmatter to cook and cook_research_only#47
xiaolai wants to merge 1 commit into
disler:mainfrom
xiaolai:fix/nlpm-add-frontmatter-cook-commands

Conversation

@xiaolai

@xiaolai xiaolai commented Apr 26, 2026

Copy link
Copy Markdown

Automated audit: This PR was generated by NLPM, a natural language programming linter, running via claude-code-action. Please evaluate the diff on its merits.

Bug

cook.md and cook_research_only.md have no frontmatter. Claude Code requires a frontmatter description field to register a file as a discoverable slash command — without it, the command does not appear in the UI's command search and has no help text.

Both files are orchestration commands that dispatch sub-agents in parallel. They need description to be discoverable and allowed-tools: Task to make the agent-dispatch tool available.

Fix

Added minimal frontmatter to each file:

cook.md

---
description: Run all crypto and AI research agents plus meta-agent creation tasks in parallel
allowed-tools: Task
---

cook_research_only.md

---
description: Run crypto coin analysis and market research agents in parallel for major cryptocurrencies
allowed-tools: Task
---

No instructions or logic were changed.

Both files lacked frontmatter, making them undiscoverable in the Claude
Code UI — they show no description and cannot be found via slash-command
search. Added description and allowed-tools fields matching repo style.

Co-Authored-By: Claude Code <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant