boarderless.app_MCP: Instructions file for Claude Code

CLAUDE.md

boarderless.app_MCP CLAUDE.md is an instructions file for Claude Code from CrackenReleased/boarderless.app_MCP. It costs 385 tokens per session, scanned A, original, Apache-2.0.

Strict repository instructions for developing the Boarderless app, including required project files, visible browser operation, live HTML, and brand rules. They also require the agent to verify its work before finishing.

In plain words
What is it for?
Use them when editing Boarderless browser experiences, HTML ads, or related project files. They guide setup, visible testing, link and button behavior, and visual consistency.
Why use it?
They prevent invisible browser actions, fake interface controls, unfinished deliverables, and changes that conflict with the project’s existing standards.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

This is CrackenReleased/boarderless.app_MCP's own configuration. It tells Claude Code how to work on boarderless.app_MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything boarderless.app_MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CrackenReleased/boarderless.app_MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CrackenReleased/boarderless.app_MCP/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/CrackenReleased/boarderless.app_MCP

Made for: Claude Code.

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 boarderless.app_MCP CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/crackenreleased/boarderless.app_mcp/claude-md.svg)](https://agentmods.dev/instructions/crackenreleased/boarderless.app_mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/crackenreleased/boarderless.app_mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/crackenreleased/boarderless.app_mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 385 This file is loaded in full into every session.
When invoked 385 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00385 $0.00385
Opus 5 $0.00192 $0.00192
Sonnet 5 $0.00077 $0.00077
Haiku 4.5 $0.00038 $0.00038

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

Security

Grade A, and why

boarderless.app_MCP CLAUDE.md 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 7d 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.

CLAUDE.md · 33 lines

What it actually says

CLAUDE.md

Before doing anything in this repo, read SOUL.md and AGENTS.md. They are binding, not aspirational.

Boarderless visible-operation law: never run, attach to, enable, document, or tolerate a headless or otherwise invisible Boarderless browser. MCP work must bring the real canvas tab to the front so Joel can watch every Ai interaction. Run npm run verify:visible-operation before completion.

The one rule that governs all others: ZERO APATHY

Never do the minimum. Whatever lands in your lap gets finished, polished, functional, and beautiful — the first time, without being asked twice.

The standard is the castle wall: 12' wide, 30' tall, stone — two laden chariots race across the top and not a pebble moves. For what it is, perfect.

Non-negotiables (full detail in AGENTS.md):

  • HTML deliverables are LIVE: real links (default: https://play.boarderless.app), working buttons, hover states. Never a div cosplaying as a button.
  • Verify your own output by rendering/running it before presenting it.
  • One flaw found = sweep every sibling file for the same flaw.
  • Match the existing brand system (ads/AD_SPEC.md); never freelance a look.
  • If you must deliver less than the full thing, say so out loud — no silent downgrades.
  • Run the Definition of Done checklist in AGENTS.md before calling anything done.

Project context

Boarderless MCP server — connects AI agents (Claude Desktop, Cursor, Windsurf) to the live Boarderless canvas via a typed spatial ledger. Windows + Chromium first. See README.md and docs/features_catalog.md before proposing work. Ad assets and brand tokens live in ads/.

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. 7d ago First seen · 33 lines · 385 tokens per session scan A dfc88f585cce

Subscribe to this mod's changes

boarderless.app_MCP CLAUDE.md is an instructions file published in the GitHub repository CrackenReleased/boarderless.app_MCP (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 385 tokens to every session, about $0.0019 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 instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens