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 rules/oakensoul/nextjs-cursor-prompts/documentation-update-llmsgit clone --depth 1 https://github.com/oakensoul/nextjs-cursor-promptsWrote 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.
[](https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/documentation-update-llms)<a href="https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/documentation-update-llms"><img src="https://agentmods.dev/badge/rules/oakensoul/nextjs-cursor-prompts/documentation-update-llms.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02130 |
| Opus 5 | $0.00000 | $0.01065 |
| Sonnet 5 | $0.00000 | $0.00426 |
| Haiku 4.5 | $0.00000 | $0.00213 |
Grade A, and why
documentation-update-llms 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LLM Documentation Update Guide
This prompt guides the systematic update of existing llms.md files to ensure accuracy, completeness, and technical correctness while preserving the document's optimization for LLM developers and AI assistants.
🎯 UPDATE OBJECTIVES:
- VERIFY current project state and synchronize documentation
- UPDATE technical information to reflect current versions and capabilities
- VALIDATE all examples and integration patterns for functionality
- MAINTAIN structural integrity optimized for AI consumption
- ENSURE comprehensive coverage of all system capabilities
📋 LLM DOCUMENTATION UPDATE PROCESS:
STEP 1: Current State Analysis
Project State Verification:
echo "🔍 Current Project State Analysis"
echo "================================"
# Verify current structure and counts
find .cursor/prompts -name "*.mdc" | wc -l
find .cursor/rules -name "*.mdc" | wc -l
# Analyze prompt categories
echo "Prompt Categories:"
ls .cursor/prompts/
# Check rules available
echo "Available Rules:"
ls .cursor/rules/
# Verify key files exist
echo "Key Documentation Files:"
ls docs/standards/
Change Detection:
- New prompts added since last update
- Technology versions changed in project dependencies
- Project structure modifications affecting documentation
- Standards updates in documentation files
- Integration patterns that have evolved
Content Gap Analysis:
- Missing categories not yet documented
- Outdated examples that no longer work
- Incorrect counts of prompts/rules
- Broken references to files or standards
- Incomplete workflows missing steps
STEP 2: Technical Accuracy Validation
Technology Stack Verification:
# Check current versions
echo "🔧 Technology Stack Verification"
echo "==============================="
# Verify framework versions (if package.json exists)
if [ -f "package.json" ]; then
echo "Package.json versions:"
cat package.json | grep -E "(next|typescript|react|vitest|tailwind)"
fi
# Check for version info in documentation
echo "Documented versions in standards:"
grep -r "version" docs/standards/ | head -10
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.
- 6d ago First seen · 298 lines · 0 tokens per session scan A 36ed7a72c100
documentation-update-llms is a cursor rule published in the GitHub repository oakensoul/nextjs-cursor-prompts (4 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,130 tokens. 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.
Other cursor rules, from other repositories
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.
family-instance-domain-actions
Family instance domain action implementation patterns.