lint-project-with-cookbook

Lint code implementations against Agentic Cookbook guidelines and recipes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers need a reliable way to verify that their code implementations conform to the Agentic Cookbook's extensive guidelines and specific recipe requirements, avoiding manual checklist reviews.

Core Features & Use Cases

  • Guideline Mode: Reviews implementations against the full set of cookbook guidelines, principles, and engineering standards.
  • Recipe Mode: Checks conformance of code to a specific recipe, providing detailed pass/warn/fail results per requirement.
  • Automation: Executes multi‑agent reviews, aggregates findings, and generates a structured compliance report without modifying source files.

Quick Start

Run the lint-project-with-cookbook skill with the desired mode and paths to evaluate your implementation.

Frequently Asked Questions about lint-project-with-cookbook

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

FAQPage Schema
How do I check code compliance against engineering guidelines without modifying files?

To lint code against specific recipe requirements, use recipe mode to check conformance and provide detailed pass, warn, or fail results for each individual guideline requirement within your code implementation.

Can I review UI quality and accessibility standards across multiple platforms?

Guideline mode reviews your implementation against the full set of cookbook guidelines, engineering principles, and standards, while recipe mode checks conformance to a specific recipe with detailed pass, warn, or fail results per requirement.

What is the difference between guideline mode and recipe mode for code linting?

The linting process executes multi-agent reviews that aggregate findings to generate a structured compliance report, verifying code implementations against extensive cookbook guidelines and specific recipe requirements without modifying source files.

Does the compliance review process modify my source files during analysis?

You need to provide the desired review mode, either guideline or recipe, and the paths to your code implementation so the linting process can evaluate the specified directories against the cookbook standards.