notfair-plugin CLAUDE.md

Repository instructions for the NotFair plugin, an add-on that provides SEO, Google Ads, and Meta Ads guidance to AI coding agents.

In plain words
What is it for?
Use them when changing or reviewing the NotFair plugin and its user-facing code, skills, or configuration.
Why use it?
They give the agent a shared engineering standard and explain which files and entry points define the project's behavior. This helps keep changes focused and suitable for users.

Instructions file

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/nowork-studio/notfair-plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/nowork-studio/notfair-plugin
Per session 1,524 This file is loaded in full into every session.
When invoked 1,524 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.01524 $0.01524
Opus 5 $0.00762 $0.00762
Sonnet 5 $0.00305 $0.00305
Haiku 4.5 $0.00152 $0.00152

Measured yesterday against content hash 0f7a7bccdc55, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

notfair-plugin 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 yesterday.

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 · 74 lines

How it starts

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

NotFair — Public AI-Agent Plugin (Claude Code, Codex, Hermes)

This is the public, open-source repository that ships to all customers and the community.

NotFair is a host-agnostic plugin providing SEO, Google Ads, and Meta Ads skills for AI coding agents. It is distributed via the nowork-studio Claude Code marketplace and via direct agent install on Codex and Hermes. Every change here is user-facing.

Engineering Execution Standard

Surgical, verified, minimum-change engineering. Make the smallest scoped change that solves the real problem, verify it, and do not disturb anything else.

  • Understand before changing. Inspect the relevant code, current state, and failure mode before editing.
  • State material assumptions. If ambiguity changes the implementation, risk, or user-visible behavior, clarify before acting.
  • Prefer the smallest correct change. No speculative features, premature abstractions, or unrelated "while I'm here" refactors.
  • Scope cleanup tightly. Match existing style. Clean up only mess introduced by the change. Mention unrelated issues; do not silently fix them.
  • Make success verifiable. For bugs, reproduce when practical. For features, define expected behavior. Run the narrowest meaningful validation, then broader checks if risk warrants.
  • Protect high-risk boundaries. Before destructive, public, production, billing, credential, or communication side effects: verify actor, target, scope, approval, blast radius, and resulting state.
  • Leave the system easier to operate. If the workflow recurs or the bug pattern is reusable, encode it as a test, guardrail, skill, or automation.

Agent entry points (single sources of truth)

  • AGENTS.md — the universal skill resolver. Every host reads this to route user intents to the right skill. Update it whenever a skill is added, removed, or its purpose changes.
  • INSTALL_FOR_AGENTS.md — the single paste-URL target that walks an AI agent through host detection and install.
  • skills/ — Codex's portable wrapper index into the canonical skill directories. Each wrapper preserves the canonical frontmatter and forwards to the full workflow; keep both in parity with .claude-plugin/plugin.json.
  • install/README.md — convention for adding per-host install adapters (Codex, Hermes, etc.) without duplicating skills.

Read the full file on GitHub · 74 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. yesterday First seen · 74 lines · 1,524 tokens per session scan A 0f7a7bccdc55

Subscribe to this mod's changes

notfair-plugin CLAUDE.md is an instructions file published in the GitHub repository nowork-studio/notfair-plugin (3,436 stars, last pushed 3d ago), licensed MIT. It adds 1,524 tokens to every session, about $0.0076 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.