token-efficiency
145ravinperera/ai-token-efficiency-playbook
Cursor rule Cursor
Token-efficient behaviour for AI coding agents.
569 tagged developer tools, measured the same way as everything else here.
Browse within: ai-assisted-development 48cursor-rules 45clean-architecture 35llm-tools 35Workflow Automation 33coding-agents 33ddd 29markdown 24nodejs 20design-systems 19hackathon 19Collaboration 18cursor-ide 17documentation 17
ravinperera/ai-token-efficiency-playbook
Cursor rule Cursor
Token-efficient behaviour for AI coding agents.
Cursor rule
Delegate a task to Claude Code for a second opinion or alternative analysis. Activate when the user asks to delegate to Claude, wants Claude's perspective, or says "what would Claude say".
Cursor rule Cursor
Starlog capability search for library recommendations.
SarutobiSasuke8/agentops-template
Cursor rule Cursor
Core vibe coding agent contract for Cursor.
Cursor rule
At the start of every coding task call memory.fetchcontext to load current state, conventions, and prior decisions. After making a durable choice, hitting a footgun, or wrapping a session, call memory.proposeupdate. Always prefer this over re-reading raw source files when you need project context.
Cursor rule
Require blast-radius check before any rename, deletion, or interface change.
Cursor rule
Require patch validation before applying any proposed code change.
Cursor rule
Use when navigating a codebase, searching for symbols, tracing definitions, analyzing change impact, or planning refactors. Requires the repository to be indexed with ok index . first.
Cursor rule Cursor
Auto rebuild Docker containers after code changes.
Cursor rule Cursor
Auto-manage repository memory with Unforgit via MCP tools.
Cursor rule Cursor
Replen integration — session-start matches, portfolio recall, silent auto-reground.
Cursor rule
Prompt-pack routing bridge. Always loaded. Maps user intents (English, Russian, Ukrainian) to the matching prompt-pack rule for non-trivial coding work.
Cursor rule Cursor
Core rayvise-cli project architecture and conventions.
Cursor rule Cursor
A set of rules for detecting conflicts in team decisions and keeping decision drafts organised.
Cursor rule Cursor
Build an explorable isometric diagram of a codebase — blocks on a grid, a component index, a what-it-does/how-it's-built panel, and real data moving along the edges. Use when asked to map, diagram or visually explain how a system fits together.
Cursor rule Cursor
You are working on PitchDocs, a Claude Code plugin that generates marketing-quality repository documentation. This is a pure Markdown project with no code runtime.
Cursor rule Cursor
Cursor rule "cursorrules" from Vimalk0703/shipworthy, covering shipworthy — production engineering guardrails for cursor, non-negotiable defaults, intent-to-spec (before coding), project diagnosis and skill routing.
Cursor rule
Cursor rule for reviewing pull requests and git workflow.
Cursor rule Cursor
A project rule for using a memory-bank/ folder as structured project memory. Before working, the agent must read specified context files and follow a staged workflow from task definition through building and archiving.
Cursor rule Cursor
TypeScript + esbuild + VS Code Webview API.
Cursor rule Cursor
Defines the coding standards, patterns, and conventions for ASP.NET Core REST API controllers. Rules cover routing, HTTP verbs, response types, XML documentation, dependency injection, and asynchronous execution. Apply these rules uniformly to ensure a consistent, predictable, and well-documented API surface.
Cursor rule Cursor
Defines the C# coding standards, patterns, and conventions to be applied consistently across all C# projects. Rules cover naming, structure, async patterns, null handling, dependency injection, logging, result patterns, and formatting. Apply these rules uniformly in all production code.
Cursor rule Cursor
Defines the testing standards, patterns, and conventions for all C# unit and integration test projects. Rules cover test framework usage, naming, structure, mocking, assertions, and parameterization. Apply these rules uniformly across all test projects.
Cursor rule
Brain OS operating instructions — use MCP tools for project state, not source-code grep.