askaipods: Instructions file for Claude Code

CLAUDE.md

askaipods CLAUDE.md is an instructions file for Claude Code, Codex from Delibread0601/askaipods. It costs 817 tokens per session, scanned A, original, MIT.

Project instructions for askaipods, a zero-dependency command-line program and companion agent skill that searches AI podcast transcripts through the podlens.net service. A command-line program runs from a terminal, and zero dependency means it does not require additional software packages.

In plain words
What is it for?
Use them when preparing release notes, maintaining the npm command, updating the companion skill, or preserving the project's no-dependency and cross-runtime distribution rules.
Why use it?
They define how releases should describe user-visible changes, limitations, breaking changes, and migration steps. This keeps release notes useful to people installing or upgrading the tool.

Instructions file for Claude CodeCodex

Written for Codex and Claude Code: reads ~/.codex or $CODEX_HOME, but also the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Codex.

This is Delibread0601/askaipods's own configuration. It tells Claude Code and Codex how to work on askaipods 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 askaipods configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Delibread0601/askaipods. 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/Delibread0601/askaipods/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/Delibread0601/askaipods

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 askaipods CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/delibread0601/askaipods/claude-md.svg)](https://agentmods.dev/instructions/delibread0601/askaipods/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/delibread0601/askaipods/claude-md"><img src="https://agentmods.dev/badge/instructions/delibread0601/askaipods/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 817 This file is loaded in full into every session.
When invoked 817 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.1 $0.00817 $0.00817
Opus 5 $0.00409 $0.00409
Sonnet 5 $0.00163 $0.00163
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

askaipods CLAUDE.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 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.

CLAUDE.md · 34 lines

How it starts

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

askaipods — project instructions

A zero-dependency npm CLI (askaipods) and companion agentskills.io skill that wraps the podlens.net semantic search API, returning recent quote excerpts from AI podcasts. Distributed as a global CLI via npx / npm install and as a skill drop-in under each runtime's skills/ directory (~/.claude/skills/, ~/.codex/skills/, ~/.openclaw/skills/ or ~/.agents/skills/, ~/.hermes/skills/). README holds the authoritative per-runtime path table.

Release notes style

GitHub release notes describe what changed, not how the change was arrived at. Do not mention Codex quality review rounds (R1, R2, ...), plugin-dev:skill-reviewer passes, /verify scans, /code-audit iterations, model identifiers, rejected-finding references, round counts, or "quality gates passed" sections. Include: features, fixes, contract changes, user-facing string changes, breaking changes, honest limitations, migration notes, and deferred scope for the next release (named in plain English, without review artifacts).

Release notes are written for npm / GitHub consumers, not for internal project history. The v0.2.3 and v0.2.4 release notes are the cleanest style templates.

This rule applies to the GitHub release body only — not to git commit messages (where referencing the review process for internal repo history is fine) and not to internal review transcripts.

Release workflow

  1. Bump the version in three locations (all three must match, every time):
    • package.json "version"
    • src/cli.js const VERSION = "..."
    • src/client.js User-Agent header string
  2. Commit and push to main. The .github/workflows/auto-tag.yml workflow watches package.json changes on main; when the version field changes and the tag does not already exist, it creates and pushes the vX.Y.Z tag. It does not create a GitHub release.
  3. Create the GitHub release manually with gh release create vX.Y.Z --title "vX.Y.Z — <short descriptor>" --notes "$(cat <<'EOF' ... EOF)", following the §Release notes style rule above. Use gh release edit to amend; do not delete-and-recreate (URLs break, subscribers re-notified).
  4. Publish to npm (npm publish) if the release is a source change — skip npm publish for release-note-only corrections.

Read the full file on GitHub · 34 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. 6d ago First seen · 34 lines · 817 tokens per session scan A 29ec20785497

Subscribe to this mod's changes

askaipods CLAUDE.md is an instructions file published in the GitHub repository Delibread0601/askaipods (2 stars, last pushed 4mo ago), licensed MIT. It adds 817 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-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens