auto-grill-with-docs

Conducts repository-grounded design discovery with automatic recommendations and one approval.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill auto-grill-with-docs-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-grill-with-docs
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/auto-grill-with-docs
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill auto-grill-with-docs-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design discovery often happens without grounding in the actual repository, leading to recommendations that ignore existing code and documentation. This Skill runs a design discovery workflow anchored in repository content and produces automatic recommendations that require only a single approval. ## Core Features & Use Cases - Repository-Grounded Discovery: Reads project code and documentation to inform design decisions rather than relying on assumptions. - Automatic Recommendations: Generates design recommendations as part of the discovery workflow. - Single Approval Gate: Consolidates review into one approval step instead of repeated back-and-forth. - Use Case: Before starting a new feature, run this Skill to interrogate the current design against repository docs, receive grounded recommendations, and approve the direction in one step. ## Quick Start Ask the agent to run the auto-grill-with-docs skill to perform repository-grounded design discovery and present recommendations for approval.

Frequently Asked Questions about auto-grill-with-docs

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

FAQPage Schema
How do I run repository-grounded design discovery?▼

Invoke the auto-grill-with-docs skill and it reads the repository's code and documentation, then walks through a design discovery workflow. It produces recommendations grounded in the actual project state and asks for one approval before proceeding.

What does design discovery with automatic recommendations produce?▼

It produces design recommendations derived from the repository's existing code and docs, presented for a single approval. The workflow avoids repeated review cycles by consolidating the decision point.

Can I use this skill outside the original host environment?▼

Yes. The skill instructs the agent to resolve relative paths against the canonical skill directory and translate host-specific invocation syntax and tool names to the current environment's equivalents without changing the workflow.

What are the limitations of this design discovery skill?▼

The skill is a thin wrapper that delegates to a canonical SKILL.md located elsewhere in the repository, so it requires that referenced file to exist. It also disables implicit invocation, meaning it only runs when explicitly requested.