pi-ask AGENTS.md

pi-ask AGENTS.md is an instructions file for Codex, OpenCode from eko24ive/pi-ask. It costs 824 tokens per session, scanned A, original, MIT.

Repository instructions for eko24ive/pi-ask, a TypeScript extension for pi.dev that adds an interview-style question flow.

In plain words
What is it for?
Use them when editing the extension, writing tests, updating contracts or architecture documentation, and running its pnpm, type-checking, formatting, and linting commands.
Why use it?
They explain the project’s goals, architecture boundaries, technology choices, and commands so changes fit the existing extension.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/eko24ive/pi-ask/agents-md
Clone the repo
git clone --depth 1 https://github.com/eko24ive/pi-ask

Made for: Codex, OpenCode.

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 pi-ask AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/eko24ive/pi-ask/agents-md.svg)](https://agentmods.dev/instructions/eko24ive/pi-ask/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/eko24ive/pi-ask/agents-md"><img src="https://agentmods.dev/badge/instructions/eko24ive/pi-ask/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 824 This file is loaded in full into every session.
When invoked 824 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00824 $0.00824
Opus 5 $0.00412 $0.00412
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

Measured 3d ago against content hash a017b8da4349, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pi-ask AGENTS.md 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 3d 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.md · 135 lines

How it starts

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

AGENTS.md

Guidance for agents working in this repository.

Project scope

This repo builds a pi.dev extension that adds an ask / interview-style user question flow.

Primary deliverables:

  • src/ — implementation
  • tests/ — behavior coverage
  • docs/ — contract and architecture

Project goals

Optimize for:

  1. pi-native design

    • prefer pi.registerTool()
    • prefer ctx.ui.custom() for complex flows
    • keep results compatible with normal pi tool results
  2. testable architecture

    • keep state logic in plain TypeScript modules
    • keep pi/TUI wiring thin
    • prefer testing transitions and serialization over terminal rendering details
  3. small docs, clear code

    • keep implementation consistent with docs/contract.md
    • update docs when behavior changes materially
    • keep docs focused on contracts and boundaries, not line-by-line explanations

Tech stack

  • TypeScript
  • pnpm
  • Biome
  • pi extension APIs from @mariozechner/pi-coding-agent
  • TUI components from @mariozechner/pi-tui
  • TypeBox for tool schemas

Commands

Use these project commands:

pnpm install
pnpm test
pnpm typecheck
pnpm format
pnpm lint
pnpm check

Notes:

  • pnpm check runs Biome write/check flow for this repo.
  • pnpm test runs the Node test runner against tests/*.test.ts.
  • the extension is intended to be loaded dynamically with:
pi -e ./src/index.ts

File-specific guidance

src/

  • keep implementation in TypeScript only
  • preserve the separation between:
    • schema/types
    • state logic
    • UI component logic
    • tool registration
  • avoid introducing unnecessary framework abstractions
  • prefer small pure helper functions where possible

tests/

  • add or update tests when changing state behavior
  • prefer focused tests for:
    • question normalization
    • selection behavior
    • tab movement
    • custom answer submission
    • result summarization
    • cancellation behavior

docs

Keep docs short and synced with the implementation.

Read the full file on GitHub · 135 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. 3d ago First seen · 135 lines · 824 tokens per session scan A a017b8da4349

Subscribe to this mod's changes

pi-ask AGENTS.md is an instructions file published in the GitHub repository eko24ive/pi-ask (48 stars, last pushed 18d ago), licensed MIT. It adds 824 tokens to every session, about $0.0041 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 instructions, from other repositories