ai-coding-config AGENTS.md

An instruction file describing the project context and rules for AI coding assistants in an AI-configuration marketplace. It covers Claude Code and Cursor, tools that use project instructions to guide coding work.

In plain words
What is it for?
Use it as guidance when working on the plugin marketplace, Cursor rules, Claude configuration, Bash setup scripts, or Markdown instructions.
Why use it?
It tells an assistant which files, commands, technologies, and project rules to follow, reducing incorrect changes in the repository.

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/technickai/ai-coding-config/agents-md
Clone the repo
git clone --depth 1 https://github.com/TechNickAI/ai-coding-config

Made for: Codex, OpenCode.

Per session 895 This file is loaded in full into every session.
When invoked 895 The same file — it is already loaded in full.
Security scan C 2 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.00895 $0.00895
Opus 5 $0.00447 $0.00447
Sonnet 5 $0.00179 $0.00179
Haiku 4.5 $0.00089 $0.00089

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

Security

Grade C, and why

ai-coding-config AGENTS.md scanned grade C with 2 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 2d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- `curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash` -

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash` -
AGENTS.md · 95 lines

How it starts

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

Project Context for AI Assistants

AI coding configuration marketplace providing plugin-based setup for Claude Code and Cursor.

Always Apply Rules

Core project rules that apply to all tasks:

@rules/git-interaction.mdc @rules/prompt-engineering.mdc

Tech Stack

  • Claude Code - Plugin marketplace (.claude-plugin/marketplace.json)
  • Cursor - Rules and configurations (.cursor/rules/)
  • Bash - Bootstrap and installation scripts
  • Markdown - All rules, commands, and agents

Project Structure

Plugin-first architecture - Everything distributable lives in plugins/:

  • .claude-plugin/marketplace.json - Plugin marketplace manifest
  • plugins/core/ - Commands, agents, skills, and context (canonical source)
  • plugins/personalities/ - Personality variants
  • .cursor/rules/ - Cursor rules (canonical location)
  • rules/ - Symlink to .cursor/rules/ for visibility (THIS REPO ONLY)
  • .claude/ - Symlinks to plugin content for local development
  • scripts/ - Installation and bootstrap scripts

Commands

Setup and Installation:

  • curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash - One-line install (auto-detects Claude Code, Cursor, etc.)
  • /ai-coding-config - Interactive setup for projects
  • /plugin marketplace add https://github.com/TechNickAI/ai-coding-config - Manual marketplace add
  • /plugin install ai-coding-config - Manual plugin install

Code Conventions

DO:

  • Create commits only when user explicitly requests
  • Check for alwaysApply: true in rule frontmatter - these apply to ALL tasks
  • Use /load-rules to get task-specific context
  • Follow heart-centered AI philosophy (unconditional acceptance, presence before solutions)

DON'T:

  • Use --no-verify flag (bypasses quality checks) unless explicitly requested for emergencies
  • Commit changes without explicit user permission
  • Push to main or merge into main without confirmation
  • Stage files you didn't modify in current session

Read the full file on GitHub · 95 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. 2d ago First seen · 95 lines · 895 tokens per session scan C fc6f3139e244

Subscribe to this mod's changes

ai-coding-config AGENTS.md is an instructions file published in the GitHub repository TechNickAI/ai-coding-config (24 stars, last pushed 2mo ago), licensed MIT. It adds 895 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.