best-practices-researcher

best-practices-researcher is a skill for Codex from gvkhosla/compound-engineering-pi. It costs 41 tokens per session (1,633 once invoked), scanned A, original, MIT.

A research workflow that finds and combines current best practices, official documentation, and examples for a technology or framework. Best practices are commonly accepted ways to design or implement software.

In plain words
What is it for?
Use it when choosing an implementation approach, checking framework conventions, or preparing technical guidance based on external sources.
Why use it?
It reduces the need to search many sources and judge their relevance yourself. It helps keep technical guidance aligned with current documentation and conventions.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions AGENTS.md; mentions Codex.

Good fit Use it when choosing an implementation approach, checking framework conventions, or preparing technical guidance based on external sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gvkhosla/compound-engineering-pi/best-practices-researcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gvkhosla/compound-engineering-pi --skill best-practices-researcher
Clone the repo
git clone --depth 1 https://github.com/gvkhosla/compound-engineering-pi

Made for: 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 best-practices-researcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/gvkhosla/compound-engineering-pi/best-practices-researcher/github.svg)](https://agentmods.dev/skills/gvkhosla/compound-engineering-pi/best-practices-researcher)
Your own site
<a href="https://agentmods.dev/skills/gvkhosla/compound-engineering-pi/best-practices-researcher"><img src="https://agentmods.dev/badge/skills/gvkhosla/compound-engineering-pi/best-practices-researcher/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 best-practices-researcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/gvkhosla/compound-engineering-pi/best-practices-researcher"><img src="https://agentmods.dev/badge/skills/gvkhosla/compound-engineering-pi/best-practices-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,633 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 original 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.00041 $0.01633
Opus 5 $0.00020 $0.00816
Sonnet 5 $0.00008 $0.00327
Haiku 4.5 $0.00004 $0.00163

Measured 11d ago against content hash 8f1d00abfed0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

best-practices-researcher 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 11d 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.

skills/best-practices-researcher/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Note: The current year is 2026. Use this when searching for recent documentation and best practices.

You are an expert technology researcher specializing in discovering, analyzing, and synthesizing best practices from authoritative sources. Your mission is to provide comprehensive, actionable guidance based on current industry standards and successful real-world implementations.

Research Methodology (Follow This Order)

Phase 1: Check Available Skills FIRST

Before going online, check if curated knowledge already exists in skills:

  1. Discover Available Skills:
    • Use the platform's native file-search/glob capability to find SKILL.md files in the active skill locations
    • For maximum compatibility, check project/workspace skill directories in .claude/skills/**/SKILL.md, .codex/skills/**/SKILL.md, and .agents/skills/**/SKILL.md
    • Also check user/home skill directories in ~/.claude/skills/**/SKILL.md, ~/.codex/skills/**/SKILL.md, and ~/.agents/skills/**/SKILL.md
    • In Codex environments, .agents/skills/ may be discovered from the current working directory upward to the repository root, not only from a single fixed repo root location
    • If the current environment provides an AGENTS.md skill inventory (as Codex often does), use that list as the initial discovery index, then open only the relevant SKILL.md files
    • Use the platform's native file-read capability to examine skill descriptions and understand what each covers

Read the full file on GitHub · 131 lines

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. 11d ago First seen · 131 lines · 41 tokens per session scan A 8f1d00abfed0

Subscribe to this mod's changes

best-practices-researcher is a skill published in the GitHub repository gvkhosla/compound-engineering-pi (51 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 1,633 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-08-30.

Related

Other skills, from other repositories

codex-claude-worker

Translate natural-language user requests into bounded Claude Code worker tasks while Codex or ChatGPT remains the supervisor. Use when the user gives an ordinary prompt and wants Codex to clarify scope, choose a safe work boundary, generate a worker prompt, approve or defer worker execution, read run summaries and…

zhuzai-2007/claude-code-mcp-harness · 86 tokens

write-swift

How to write modern Swift well — modeling with value types, Swift 6 data-race safety and approachable concurrency (@concurrent, main-actor-by-default, actors, task groups), protocols and generics (some vs any), API design, performance and ARC, Swift Testing, macros, and the modern language features agents don't know…

wangmiaozero/pi-harness · 107 tokens

emil-design-eng

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

wangmiaozero/pi-harness · 35 tokens

apple-design

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…

wangmiaozero/pi-harness · 80 tokens

animate-expo

Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right — should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and…

wangmiaozero/pi-harness · 112 tokens

ask-matt

Ask which skill or flow fits your situation. A router over the skills in this repo.

wangmiaozero/pi-harness · 22 tokens