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 instructions/tesslateai/opensail/agents-mdgit clone --depth 1 https://github.com/TesslateAI/OpenSailWrote 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/instructions/tesslateai/opensail/agents-md)<a href="https://agentmods.dev/instructions/tesslateai/opensail/agents-md"><img src="https://agentmods.dev/badge/instructions/tesslateai/opensail/agents-md.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 | $0.09646 | $0.09646 |
| Opus 5 | $0.04823 | $0.04823 |
| Sonnet 5 | $0.01929 | $0.01929 |
| Haiku 4.5 | $0.00965 | $0.00965 |
Grade A, and why
OpenSail AGENTS.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 4d 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 — 900 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior level coding agent. You will apply real world solutions to all the problems, fixing them in such a way where you do not cheat the solution, break existing functionality, and are scoped in. The solutions you write must be scalable and for the future, not fixing or hardcoding.
Always read through the docs/ to find items it is a knowledgegraph
Use subagents generously if you are doing bulk task items that have a small / atomic scope.
don't do conditional logic for k8s and docker implementation differences. try to keep it as similar as possible unless if a platform requires differeces. Prioritize the k8s (keep that logic more intact than docker. )
On windows use MSYS_NO_PATHCONV=1 while running kubectl or docker exec commands. The ECR IS <AWS_ACCOUNT_ID> not <AWS_ACCOUNT_ID>
CRITICAL -- ENSURE ALL CHANGES ARE NON-BLOCKING
Everything u do or write should be non-blocking so certain actions don't hold up other people on our software.
OpenSail
When I have an issue, fix it for the next time it happens in a general, scalable way. For example, if a container fails on startup, ensure all future container startups work 100%.
What is OpenSail?
AI-powered web application builder that lets users create, edit, deploy, and manage full-stack apps using natural language. Users describe what they want, an AI agent writes the code, and the platform handles containerized deployment.
Architecture Overview
┌─────────────────────────────────────────────────────────────┐
│ OpenSail │
├─────────────────────────────────────────────────────────────┤
│ Frontend (app/) │ Orchestrator (orchestrator/) │
│ React + Vite + TypeScript │ FastAPI + Python │
│ - Monaco Editor │ - Auth (JWT/OAuth) │
│ - Live Preview │ - Project Management │
│ - Chat UI │ - AI Agent System │
│ - File Browser │ - Container Orchestration │
├─────────────────────────────────────────────────────────────┤
│ Redis │ ARQ Worker │
│ - Pub/Sub + Streams │ - Distributed agent execution │
│ - Task queue (ARQ) │ - Progressive step persistence │
│ - Distributed locks │ - Webhook callbacks │
├─────────────────────────────────────────────────────────────┤
│ PostgreSQL │ Docker/Kubernetes Container Manager │
│ (User data, │ (User project environments) │
│ projects, chat) │ - Per-project isolation │
└─────────────────────────────────────────────────────────────┘
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.
- 4d ago First seen · 900 lines · 9,646 tokens per session scan A 772352e6be9e
OpenSail AGENTS.md is an instructions file published in the GitHub repository TesslateAI/OpenSail (637 stars, last pushed 2d ago), licensed Apache-2.0. It adds 9,646 tokens to every session, about $0.0482 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-30.
Other instructions, from other repositories
mcp-ssh-manager CLAUDE.md
Claude Code instructions for bvisible/mcp-ssh-manager, covering claude.md, project overview, architecture, commands and setup and installation.
moosestack copilot-instructions.md
Instructions for 514-labs/moosestack, covering moose repository guide, code standards, required before each commit, development flow and repository structure.
agentscope-runtime copilot-instructions.md
Instructions for agentscope-ai/agentscope-runtime, covering agentscope runtime code review guide, 1. code quality, 2. [must] code security, 3. [must] testing & dependencies and 4. code standards.
kubectl-mcp-server CLAUDE.md
Instructions for rohitg00/kubectl-mcp-server, covering kubectl-mcp-server project memory, project overview, current state (as of 2026-02-02), latest release: v1.22.0 and release v1.22.0 changes.
moosestack AGENTS.md
Instructions for 514-labs/moosestack, covering agents.md, build & development commands, all languages, rust and typescript.
statewave-connectors AGENTS.md
Instructions for smaramwbc/statewave-connectors, covering agents.md — guide for contributors and coding agents, setup, build, test, conventions and pull requests.