plano: Skill for Claude Code

.claude/skills/build-brightstaff/SKILL.md

build-brightstaff is a skill for Claude Code from katanemo/plano. It costs 19 tokens per session (56 once invoked), scanned A, original, Apache-2.0.

A build instruction for compiling the brightstaff native binary, which is software compiled directly for the computer’s platform. It uses Cargo, Rust’s package and build tool.

In plain words
What is it for?
Use it after modifying brightstaff code to build its release version and investigate any compilation errors.
Why use it?
It provides the required build command after brightstaff code changes, making it easier to check whether the binary still compiles.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is katanemo/plano's own configuration. It tells Claude Code how to work on plano 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 plano configures →

About the project

Plano is a proxy server and data plane that handles shared infrastructure for applications built with AI agents, including agent routing, orchestration, model selection, traces, metrics, and guardrails. Developers use it to connect agents and language models to production applications without embedding this middleware in each application. The catalogue entries provide skills and instructions for operating or developing with Plano.

katanemo/plano · 7,042 stars · on GitHub · planoai.dev

Reuse

Borrowing it

Nothing to install: this file belongs to katanemo/plano. 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/katanemo/plano/main/.claude/skills/build-brightstaff/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/katanemo/plano

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 build-brightstaff

README.md
[![agentmods](https://agentmods.dev/badge/skills/katanemo/plano/build-brightstaff.svg)](https://agentmods.dev/skills/katanemo/plano/build-brightstaff)
Your own site
<a href="https://agentmods.dev/skills/katanemo/plano/build-brightstaff"><img src="https://agentmods.dev/badge/skills/katanemo/plano/build-brightstaff.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 56 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00019 $0.00056
Opus 5 $0.00010 $0.00028
Sonnet 5 $0.00004 $0.00011
Haiku 4.5 $0.00002 $0.00006

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

Security

Grade A, and why

build-brightstaff 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 8d 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/skills/build-brightstaff/SKILL.md · 13 lines

What it actually says

Build brightstaff:

cd crates && cargo build --release -p brightstaff

If the build fails, diagnose and fix the errors.

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. 8d ago First seen · 13 lines · 19 tokens per session scan A b8f9a2618129

Subscribe to this mod's changes

build-brightstaff is a skill published in the GitHub repository katanemo/plano (7,042 stars, last pushed 19d ago), licensed Apache-2.0. It adds 19 tokens to every session and 56 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

rust-expert

Expert-level Rust development with ownership, lifetimes, async, error handling, and production-grade patterns. Use when the user mentions systems programming, memory safety, concurrency, or Cargo, or when the task involves Ownership and Borrowing, Type System, Async Programming, or Web Development.

personamanagmentlayer/pcl · 60 tokens

tauri-expert

Expert in Tauri framework, Rust backend, web frontend integration, and lightweight desktop applications. Use when the user mentions desktop, Rust, web, cross platform, or performance, or when the task involves Tauri Architecture, Tauri vs Electron, Core Components, or Security Features.

personamanagmentlayer/pcl · 61 tokens

Rust Expert

Rust Expert delivers production-grade technical work with clear architecture, tests, maintainability, and operational awareness.

ahmadrrrtx/xr · 23 tokens

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

JanDeDobbeleer/oh-my-posh · 80 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens