openpencil AGENTS.md

openpencil AGENTS.md is an instructions file for Codex, OpenCode from ZSeven-W/openpencil. It costs 539 tokens per session, scanned A, original, MIT.

Repository instructions for coding agents working on OpenPencil, a Rust-based drawing product with a web SDK. They explain the current project structure, conventions, and commands.

In plain words
What is it for?
Use them when building, testing, checking, formatting, or understanding the Rust application and its WebAssembly-based web SDK.
Why use it?
They prevent agents from following outdated TypeScript guidance or running commands in the wrong part of the repository.

Instructions file for CodexOpenCode

About the project

OpenPencil is an open-source vector design tool where users describe interfaces in natural language and edit them on a live canvas with AI. Designers and developers use it for UI creation, design iteration, and coordinating multiple AI agents on different parts of a page. The catalogue entries provide instructions for working with OpenPencil.

ZSeven-W/openpencil · 5,822 stars · on GitHub

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.

agentmods
npx agentmods add instructions/zseven-w/openpencil/agents-md
Clone the repo
git clone --depth 1 https://github.com/ZSeven-W/openpencil

Made for: Codex, OpenCode.

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 openpencil AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zseven-w/openpencil/agents-md.svg)](https://agentmods.dev/instructions/zseven-w/openpencil/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zseven-w/openpencil/agents-md"><img src="https://agentmods.dev/badge/instructions/zseven-w/openpencil/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 539 This file is loaded in full into every session.
When invoked 539 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00539 $0.00539
Opus 5 $0.00269 $0.00269
Sonnet 5 $0.00108 $0.00108
Haiku 4.5 $0.00054 $0.00054

Measured 5d ago against content hash 2a67b79f4884, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openpencil 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 5d 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.

AGENTS.md · 28 lines

What it actually says

AGENTS.md

This file provides guidance to Codex when working with code in this repository.

The TypeScript OpenPencil has been retired. apps/web, apps/desktop, apps/cli, and the pen-* packages are gone. The product is Rust (crates/) + a wasm-backed web SDK (packages/op-web-sdk*). See git history (last TS tag v0.7.5) for the retired code.

For full guidance see CLAUDE.md (this directory). Authoritative Rust architecture lives in crates/CLAUDE.md; remaining packages in packages/CLAUDE.md.

Commands

Tooling is Cargo (Rust — the product). The root has no package.json; the JS/Bun tooling for the web SDK lives under packages/ — run SDK/JS scripts from there.

  • Web dev server (Rust): bash scripts/start-web-rust.sh
  • Build (Rust): cargo build --workspace --release
  • Tests (Rust): cargo test --workspace; single crate: cargo test -p <crate>
  • Type check: cargo check --workspace; wasm: cargo check --target wasm32-unknown-unknown -p op-host-web --no-default-features --features web
  • Lint / format (Rust): cargo clippy --workspace --all-targets -- -D warnings / cargo fmt --all
  • Lint / format (TS SDK): from packages/: bun run lint (oxlint) / bun run format (oxfmt)
  • Desktop app: cargo build -p op-host-desktop → binary openpencil-desktop
  • CLI: cargo build -p op-cli → binary op
  • Iconify catalog (Rust assets): from packages/: bun run generate-iconify-catalog

Conventions

  • Single files ≤ 800 lines; one component/widget per file.
  • .rs snake_case, .ts/.tsx kebab-case; source comments in English.
  • Conventional Commits: <type>(<scope>): <subject> — scopes: editor, canvas, panels, ai, codegen, variables, figma, mcp, desktop, web, renderer, sdk, cli, agent, i18n.
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. 5d ago First seen · 28 lines · 539 tokens per session scan A 2a67b79f4884

Subscribe to this mod's changes

openpencil AGENTS.md is an instructions file published in the GitHub repository ZSeven-W/openpencil (5,822 stars, last pushed today), licensed MIT. It adds 539 tokens to every session, about $0.0027 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.