wishlist: Skill for Claude Code

.agents/skills/grill-with-docs/SKILL.md

grill-with-docs is a skill for Claude Code, Codex from ugho49/wishlist. It costs 30 tokens per session (60 once invoked), scanned A, original, no licence file.

A demanding interview process for sharpening a plan or design while creating architecture decision records and a glossary.

In plain words
What is it for?
Use it to question and refine technical plans or designs, with the resulting decisions and terms recorded in documents.
Why use it?
It exposes unclear decisions and terminology before they become part of the final plan or design.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is ugho49/wishlist's own configuration. It tells Claude Code and Codex how to work on wishlist itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wishlist configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ugho49/wishlist. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ugho49/wishlist/main/.agents/skills/grill-with-docs/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ugho49/wishlist

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grill-with-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/ugho49/wishlist/grill-with-docs/github.svg)](https://agentmods.dev/skills/ugho49/wishlist/grill-with-docs)
Your own site
<a href="https://agentmods.dev/skills/ugho49/wishlist/grill-with-docs"><img src="https://agentmods.dev/badge/skills/ugho49/wishlist/grill-with-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grill-with-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/ugho49/wishlist/grill-with-docs"><img src="https://agentmods.dev/badge/skills/ugho49/wishlist/grill-with-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 60 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00060
Opus 5 $0.00015 $0.00030
Sonnet 5 $0.00006 $0.00012
Haiku 4.5 $0.00003 $0.00006

Measured 6d ago against content hash 7de372c13488, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

grill-with-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/grill-with-docs/SKILL.md · 8 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 8 lines · 30 tokens per session scan A 7de372c13488

Subscribe to this mod's changes

grill-with-docs is a skill published in the GitHub repository ugho49/wishlist (5 stars, last pushed yesterday), with no licence file. It adds 30 tokens to every session and 60 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

typescript-language

Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.

HoangNguyen0403/agent-skills-standard · 35 tokens

typescript-best-practices

Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.

HoangNguyen0403/agent-skills-standard · 37 tokens

typescript-tooling

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

HoangNguyen0403/agent-skills-standard · 41 tokens

mastering-typescript

This skill should be used when the user asks to "write typescript", "configure typescript project", "add type hints", "use generics", "migrate to typescript", "set up vite with typescript", "implement type-safe patterns", "use satisfies operator", "configure eslint for typescript", or needs guidance on enterprise…

j2h4u/oh-my-claude-plugins · 93 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens