archive-examples

archive-examples is a cursor rule for Cursor from savagelysubtle/BIG-BRAIN-Memory-Bank. It costs 0 tokens per session (1,774 once invoked), scanned A, a copy of archive-examples, MIT.

A reference guide for formatting archived task records. It provides examples of how to document implementation results, testing, and lessons learned.

In plain words
What is it for?
Use it when writing an archive entry for a completed development task, especially its changes, tests, and lessons learned.
Why use it?
It reduces uncertainty about the required archive structure and makes completed work easier to record consistently. The available description only shows examples, not an archive tool.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when writing an archive entry for a completed development task, especially its changes, tests, and lessons learned.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/savagelysubtle/big-brain-memory-bank/archive-examples
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.

Clone the repo
git clone --depth 1 https://github.com/savagelysubtle/BIG-BRAIN-Memory-Bank

Made for: Cursor.

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

agentmods badge for archive-examples

README.md
[![agentmods](https://agentmods.dev/badge/rules/savagelysubtle/big-brain-memory-bank/archive-examples/github.svg)](https://agentmods.dev/rules/savagelysubtle/big-brain-memory-bank/archive-examples)
Your own site
<a href="https://agentmods.dev/rules/savagelysubtle/big-brain-memory-bank/archive-examples"><img src="https://agentmods.dev/badge/rules/savagelysubtle/big-brain-memory-bank/archive-examples/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for archive-examples

Your own site · 80×15
<a href="https://agentmods.dev/rules/savagelysubtle/big-brain-memory-bank/archive-examples"><img src="https://agentmods.dev/badge/rules/savagelysubtle/big-brain-memory-bank/archive-examples.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 1,774 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00000 $0.01774
Opus 5 $0.00000 $0.00887
Sonnet 5 $0.00000 $0.00355
Haiku 4.5 $0.00000 $0.00177

Measured 6d ago against content hash 84a6bc57d555, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

archive-examples 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.

Origin

This is a copy

100% identical to archive-examples — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

inspiration/related-implementations/Vanzan-memory-bank/.cursor/rules/Extended Details/archive-examples.mdc · 276 lines

How it starts

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

Archive Format Examples

⚠️ CORRECT FORMAT EXAMPLES ⚠️

Example 1: Web Application Feature

## Task: Todo Application Implementation (v1.0)
Last Updated: 2023-04-15

### Implementation Results
- Created a React-based Todo application with the following features:
  - Add new todo items
  - Mark todos as complete
  - Delete todos
  - Filter by status (all, active, completed)
  - Store todos in localStorage for persistence
  - Responsive design for mobile and desktop
  - Dark/light theme toggle
  - Keyboard accessibility

### Completed Testing
- Manually tested all CRUD operations
- Verified persistence works across page reloads
- Tested UI responsiveness on mobile and desktop
- Confirmed filter functionality works as expected
- Verified keyboard navigation works properly
- Tested theme toggle functionality
- Checked accessibility with screen reader

### Lessons Learned
- React state management using useState was sufficient for this app
- localStorage offers simple persistence but has limitations for larger apps
- CSS Grid provided an efficient layout system
- Using unique IDs for todos simplified tracking and updates
- Controlled components provide better form handling
- Theme implementation with CSS variables is flexible
- Accessibility requires planning from the beginning

### Documentation Updates
- Updated projectbrief.md with completed requirements
- Updated progress.md with completion status
- Updated activeContext.md to focus on the next feature
- Updated systemPatterns.md with component architecture
- Updated techContext.md with React implementation details
- Updated tasks.md to mark task as completed

Example 2: Backend API Feature

## Task: RESTful API Implementation (v1.0)
Last Updated: 2023-05-20

### Implementation Results
- Created a Node.js/Express RESTful API with the following features:
  - CRUD operations for products and categories
  - Authentication using JWT
  - Role-based authorization
  - Input validation with Joi
  - Error handling middleware
  - MongoDB integration with Mongoose
  - Rate limiting for public endpoints
  - API documentation with Swagger

### Completed Testing
- Unit tests for validation logic
- Integration tests for all endpoints
- Authentication flow testing
- Authorization tests for different roles
- Error handling tests
- Performance testing with basic load
- Manual testing with Postman
- Cross-origin request testing

### Lessons Learned
- Middleware pattern in Express enhances code organization
- JWT implementation requires careful security considerations
- MongoDB schema design impacts query performance
- Input validation should happen early in the request lifecycle
- Consistent error response format improves client experience
- Documentation-first approach helps clarify API design
- Environment configuration management is critical for deployment

### Documentation Updates
- Updated projectbrief.md with API specifications
- Updated progress.md with API completion status
- Updated activeContext.md to focus on frontend integration
- Updated systemPatterns.md with API architecture
- Updated techContext.md with backend dependencies
- Updated tasks.md to mark API implementation as complete

Read the full file on GitHub · 276 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. 6d ago First seen · 276 lines · 1,774 tokens per session scan A 84a6bc57d555

Subscribe to this mod's changes

archive-examples is a cursor rule published in the GitHub repository savagelysubtle/BIG-BRAIN-Memory-Bank (5 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,774 tokens. A static security scan graded it A with 0 findings. It is 100% identical to archive-examples, differing in 0 lines, and is treated as a copy.