Agent Skills: cook-auto

[Implementation] ⚡⚡ Implement a feature automatically (\"trust me bro\")

UncategorizedID: duc01226/easyplatform/cook-auto

Install this agent skill to your local

pnpm dlx add-skill https://github.com/duc01226/EasyPlatform/tree/HEAD/.claude/skills/cook-auto

Skill Files

Browse the full folder contents for cook-auto.

Download Skill

Loading file tree…

.claude/skills/cook-auto/SKILL.md

Skill Metadata

Name
cook-auto
Description
"[Implementation] ⚡⚡ Implement a feature automatically (\"trust me bro\")"

Ultrathink to plan & start working on these tasks follow the Orchestration Protocol, Core Responsibilities, Subagents Team and Development Rules: <tasks>$ARGUMENTS</tasks>

IMPORTANT: Analyze the list of skills at .claude/skills/* and intelligently activate the skills that are needed for the task during the process. Ensure token efficiency while maintaining high quality.

⚠️ Anti-Hallucination Reminder

Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See .claude/skills/shared/anti-hallucination-protocol.md for full protocol.

Workflow:

  1. Trigger slash command /plan <detailed-instruction-prompt> to create an implementation plan based on the given tasks.
  2. Trigger slash command /code <plan> to implement the plan.
  3. Finally use AskUserQuestion tool to ask user if he wants to commit to git repository, if yes trigger /commit slash command to create a commit.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed