project

A project-specific coding rule file describing the technology stack, test command, coding conventions, file naming, imports, and error handling. Its placeholders need to be filled with the project's actual details.

In plain words
What is it for?
It is for recording project conventions that agents should follow, such as which tools to use for tests, how files and imports are named, and how errors are handled.
Why use it?
It gives a coding agent a shared reference for how the project is structured and how changes should be written and tested.

Cursor rule

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 rules/aksoftcode/aicrew/project
Clone the repo
git clone --depth 1 https://github.com/AKSoftCode/aicrew
Per session 131 This file is loaded in full into every session.
When invoked 131 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.00131 $0.00131
Opus 5 $0.00066 $0.00066
Sonnet 5 $0.00026 $0.00026
Haiku 4.5 $0.00013 $0.00013

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

Security

Grade A, and why

project 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.

templates/cursor-rules/project.mdc · 38 lines

What it actually says

{{PROJECT_NAME}} — Cursor Rules

Stack

{{TECH_STACK_SUMMARY}}

Test command

{{TEST_COMMAND}}

Core rules

{{STACK_RULE}}

File naming

{{FILE_NAMING_CONVENTION}}

Import style

{{IMPORT_STYLE}}

Error handling

{{ERROR_HANDLING_PATTERN}}


Generated by aicrew. Edit to add project-specific rules.

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 · 38 lines · 131 tokens per session scan A d10e14ac4ccb

Subscribe to this mod's changes

project is a cursor rule published in the GitHub repository AKSoftCode/aicrew (3 stars, last pushed 2mo ago), licensed MIT. It adds 131 tokens to every session, about $0.0007 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 cursor rules, from other repositories

x-harness

Use only light, standard, deep. Do not use small, medium, large.

BrianNguyen29/x-harness · 1,105 tokens

ult-autoscaffold-content

Generate real starter content for a project's What-L2 (requirements) and How-L2 (architecture/conventions) CEP layers once ult-repo-layout has resolved their paths but found them empty — an honest, minimal, YAML-frontmatter-first overview document per layer for small/single targets, or graphify-informed per-module…

linkpranay-ai/context-engineering-protocol · 207 tokens

ult-onboarding-index

Discover CEP-managed content already present in a target repo (What/How layer docs, compiled guidelines, context packages, decision ledger) via existence checks against layout-slots-registry.yaml-resolved paths, then write one canonical root AGENTS.md onboarding index plus thin per-tool pointer stubs…

linkpranay-ai/context-engineering-protocol · 206 tokens

ult-cep-wizard

Launch a local, localhost-only browser wizard with two journeys — layout onboarding for a project with ult-repo-layout installed, initialized or not — guides an uninitialized or not-yet-discovered repo through Run Discover, then shows resolved layer/slot state through four labeled boxes and a directory picker, and…

linkpranay-ai/context-engineering-protocol · 164 tokens

project

Core project context for ai-context-kit.

ofershap/ai-context-kit · 648 tokens

ult-institutional-memory-distill

Distill decisions, reasoning, and rejected alternatives from PRs, design docs, and postmortems into the project's decisionledger, so ult-context-generate's trip-wire can surface institutional memory before new work quietly repeats settled ground. Do NOT use to query the ledger against new work or decide…

linkpranay-ai/context-engineering-protocol · 83 tokens