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.
npx agentmods add instructions/technickai/ai-coding-config/agents-mdgit clone --depth 1 https://github.com/TechNickAI/ai-coding-configWhat 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.
| Model | Per session | Once 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 |
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` - 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 manifestplugins/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 developmentscripts/- 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: truein rule frontmatter - these apply to ALL tasks - Use
/load-rulesto get task-specific context - Follow heart-centered AI philosophy (unconditional acceptance, presence before solutions)
DON'T:
- Use
--no-verifyflag (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
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.
- 2d ago First seen · 95 lines · 895 tokens per session scan C fc6f3139e244
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.
Other instructions, from other repositories
webhook-skills AGENTS.md
Instructions for hookdeck/webhook-skills, covering agents.md, repository overview, repository structure, skill types and pattern skills (webhook-handler-patterns).
mimirs CLAUDE.md
Instructions for TheWinci/mimirs, a project described as: Local MCP server that gives AI coding agents persistent, searchable memory of your codebase.
bridgic-agent CLAUDE.md
Claude Code instructions for bitsky-tech/bridgic-agent, covering claude.md, language, coding guidelines, 1. think before coding and 2. simplicity first.
CodeGB AGENTS.md
AGENTS.md instructions for Killian-Filippov/CodeGB, covering 1. tech stack, 2. commands, 3. coding conventions, 4. boundaries and 5. development workflow.
easy-cheese python.instructions.md
Instructions for paulnsorensen/easy-cheese, covering hard rules, what to flag and what not to flag.
mcpelevator CLAUDE.md
Instructions for pacnpal/mcpelevator, covering commands, architecture, conventions, agent skills and issue tracker.