tools-reference

Complete reference for all MCP tools: CLI operations, API validation, documentation lookup, GitHub integration, file analysis, code investigation, memory management, task management. Use when: planning features, developing code, researching solutions, managing project knowledge, analyzing files, debugging issues.

Cursor rule for Cursor

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 rules/felipebarcelospro/igniter-js/tools-reference
Clone the repo
git clone --depth 1 https://github.com/felipebarcelospro/igniter-js

Made for: Cursor.

Per session 5,983 This file is loaded in full into every session.
When invoked 5,983 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.05983 $0.05983
Opus 5 $0.02991 $0.02991
Sonnet 5 $0.01197 $0.01197
Haiku 4.5 $0.00598 $0.00598

Measured today against content hash 89207034c1cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tools-reference 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 today.

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.

apps/sample-realtime-chat/.cursor/rules/tools-reference.mdc · 410 lines

How it starts

The opening of the file, as written. The whole thing — 410 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Tools Complete Reference

Tool Categories & Workflow Integration

CLI & Project Management

Core project development lifecycle and scaffolding tools.

dev - Start Igniter.js development server

  • Description: Starts the development server, enabling live reloading, client generation, and interactive debugging.
  • Parameters: port?: number, watch?: boolean
  • Use when: Beginning development sessions to run the project locally and test changes in real-time.
  • Workflow: Start of Work phase.
  • Example: dev({ port: 3000, watch: true })

build - Build the Igniter.js project

  • Description: Compiles the project for production, including the web framework and the final Igniter.js client.
  • Parameters: mode?: "development" | "production"
  • Use when: Preparing for deployment or testing the production build locally.
  • Workflow: Pre-deployment validation.
  • Example: build({ mode: "production" })

test - Run project test suite

  • Description: Executes the project's test suite to validate changes and prevent regressions.
  • Parameters: filter?: string, watch?: boolean
  • Use when: After making changes to ensure code quality and correctness.
  • Workflow: Work phase validation, continuous testing.
  • Example: test({ filter: "@igniter-js/core", watch: false })

generateFeature - Scaffold a new feature module

  • Description: Creates a new, fully structured feature module with directories for controllers, procedures, and types.
  • Parameters: name: string, schema?: string
  • Use when: Starting a new area of functionality (e.g., 'users', 'products').
  • Workflow: Planning and initial Work phase.
  • Example: generateFeature({ name: "user-management" })

generateController - Scaffold a new controller

  • Description: Creates a new controller file within an existing feature to group related API actions.
  • Parameters: name: string, feature: string
  • Use when: Adding a new set of related endpoints to a feature (e.g., a 'profile' controller in the 'user' feature).
  • Workflow: Work phase, when expanding a feature.
  • Example: generateController({ name: "profile", feature: "user" })

Read the full file on GitHub · 410 lines

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. today First seen · 410 lines · 5,983 tokens per session scan A 89207034c1cc

Subscribe to this mod's changes

tools-reference is a cursor rule published in the GitHub repository felipebarcelospro/igniter-js (242 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 5,983 tokens to every session, about $0.0299 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-01.