build-test-commands

build-test-commands is a cursor rule for Cursor from yu-iskw/llmops-demo-ts. It costs 262 tokens per session, scanned A, original, Apache-2.0.

A project command reference for using pnpm to build, test, format, and check the code. pnpm is a package manager that runs scripts defined by a JavaScript project's configuration.

In plain words
What is it for?
Use it when building workspace packages, running available tests, formatting files, linting code, or running security checks.
Why use it?
It gives developers the project's standard commands and notes that the current test command is only a placeholder that exits with an error.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when building workspace packages, running available tests, formatting files, linting code, or running security checks.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/yu-iskw/llmops-demo-ts/build-test-commands
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/yu-iskw/llmops-demo-ts

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 build-test-commands

README.md
[![agentmods](https://agentmods.dev/badge/rules/yu-iskw/llmops-demo-ts/build-test-commands/github.svg)](https://agentmods.dev/rules/yu-iskw/llmops-demo-ts/build-test-commands)
Your own site
<a href="https://agentmods.dev/rules/yu-iskw/llmops-demo-ts/build-test-commands"><img src="https://agentmods.dev/badge/rules/yu-iskw/llmops-demo-ts/build-test-commands/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 build-test-commands

Your own site · 80×15
<a href="https://agentmods.dev/rules/yu-iskw/llmops-demo-ts/build-test-commands"><img src="https://agentmods.dev/badge/rules/yu-iskw/llmops-demo-ts/build-test-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 262 This file is loaded in full into every session.
When invoked 262 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.00262 $0.00262
Opus 5 $0.00131 $0.00131
Sonnet 5 $0.00052 $0.00052
Haiku 4.5 $0.00026 $0.00026

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

Security

Grade A, and why

build-test-commands 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.

.cursor/rules/build-test-commands.mdc · 45 lines

What it actually says

Development Commands

This project uses pnpm as its package manager. Below are common commands for development tasks:

  • Build Project: To build all packages in the workspace:

    pnpm build
    

    This runs the "build" script defined in the root package.json, which recursively builds all workspace packages.

  • Run Tests: To run tests for the project:

    pnpm test
    

    Note: The current test script in package.json is a placeholder: "echo \"Error: no test specified\" && exit 1". You may need to update this script in individual package package.json files for actual testing.

  • Format Code: To format code using trunk fmt:

    pnpm format
    # or to format all files
    pnpm format:all
    
  • Lint Code: To lint code using trunk check:

    pnpm lint
    # or to lint all files
    pnpm lint:all
    # or to lint for security issues
    pnpm lint:security
    
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. 4d ago First seen · 45 lines · 262 tokens per session scan A 377ab8df4bf3

Subscribe to this mod's changes

build-test-commands is a cursor rule published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 262 tokens to every session, about $0.0013 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-09-04.