awesome-netsuite-ai: Instructions file for Codex

AGENTS.md

awesome-netsuite-ai AGENTS.md is an instructions file for Codex, OpenCode from michoelchaikin/awesome-netsuite-ai. It costs 1,000 tokens per session, scanned A, original, CC0-1.0.

A set of contribution rules for the awesome-netsuite-ai repository, a curated list of AI tools and resources for NetSuite business software.

In plain words
What is it for?
It guides checking links, choosing sections, formatting entries, ordering items, and running project checks.
Why use it?
It helps an automated assistant add or update entries without breaking the list's format, links, sections, or attribution rules.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md; mentions Codex.

This is michoelchaikin/awesome-netsuite-ai's own configuration. It tells Codex and OpenCode how to work on awesome-netsuite-ai 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 awesome-netsuite-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to michoelchaikin/awesome-netsuite-ai. 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/michoelchaikin/awesome-netsuite-ai/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/michoelchaikin/awesome-netsuite-ai

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 awesome-netsuite-ai AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/michoelchaikin/awesome-netsuite-ai/agents-md/github.svg)](https://agentmods.dev/instructions/michoelchaikin/awesome-netsuite-ai/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/michoelchaikin/awesome-netsuite-ai/agents-md"><img src="https://agentmods.dev/badge/instructions/michoelchaikin/awesome-netsuite-ai/agents-md/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 awesome-netsuite-ai AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/michoelchaikin/awesome-netsuite-ai/agents-md"><img src="https://agentmods.dev/badge/instructions/michoelchaikin/awesome-netsuite-ai/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,000 This file is loaded in full into every session.
When invoked 1,000 The same file — it is already loaded in full.
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.01000 $0.01000
Opus 5 $0.00500 $0.00500
Sonnet 5 $0.00200 $0.00200
Haiku 4.5 $0.00100 $0.00100

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

Security

Grade A, and why

awesome-netsuite-ai 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 10d 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 · 144 lines

How it starts

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

AGENTS.md

Purpose

This file provides guidelines for automation agents (such as Copilot, Codex, or other LLM-powered assistants) contributing to the awesome-netsuite-ai repository. It defines expected workflows, common pitfalls, and rules of engagement to ensure consistent, high-quality contributions.


Core Responsibilities

Agents are expected to:

  1. Maintain the integrity of the Awesome List guidelines.
  2. Follow project-specific conventions for content structure, formatting, and attribution.
  3. Run linting and tests before finalising changes.
  4. Add value — every addition must be relevant to NetSuite AI, MCP (Model Context Protocol), or the AI Connector Service.

Contribution Workflows

Adding New Entries

  • Verify links: Ensure the URL works and is not gated.

  • Choose correct section:

    • 🏢 Official Resources
    • 📚 Articles & Guides
    • 🛠️ Sample Code & Tools
    • 🎥 Videos & Tutorials
    • 💡 Use Cases & Examples
    • 👥 Community
  • Formatting:

    • [Title](url) - Description by Author Name.
    • End descriptions with a period.
    • Include author attribution for all articles, guides, and videos.
  • Ordering: Alphabetical within each section.

  • Lint check: Run npm run lint before committing.

Modifying README

  • TOC Compliance:

    • Heading must be ## Contents.
    • TOC links must include emojis, but anchors strip them.
    • Example: [🎥 Videos & Tutorials](#-videos--tutorials)## 🎥 Videos & Tutorials.
  • Spacing:

    • Keep a blank line before and after sections.
    • Maintain consistent indentation for list items.
  • Commit messages: Use docs: prefix for content additions or updates. Example: docs: add async saved search guide.

Testing & Validation

  • Run:

    npm run lint
    npm test
    
  • Lint checks include:

    • TOC accuracy.
    • Valid GitHub repository recognition (must have a valid remote).
    • Description and ordering compliance.

Read the full file on GitHub · 144 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. 10d ago First seen · 144 lines · 1,000 tokens per session scan A 0396c22e1a1b

Subscribe to this mod's changes

awesome-netsuite-ai AGENTS.md is an instructions file published in the GitHub repository michoelchaikin/awesome-netsuite-ai (25 stars, last pushed 1y ago), licensed CC0-1.0. It adds 1,000 tokens to every session, about $0.0050 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