install-command

A repository setup command that installs a chosen command template and adjusts it to fit your codebase.

In plain words
What is it for?
Use it to browse available templates, customize one for your repository, and save it in Cursor’s local command directory.
Why use it?
Generic templates often need project-specific details before they are useful. This command asks about your repository, creates a tailored version, and checks that it is ready.

Command for Codex

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 commands/saski/arnesto/install-command
Clone the repo
git clone --depth 1 https://github.com/saski/arnesto

Made for: Codex.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,270 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.05270
Opus 5 $0.00000 $0.02635
Sonnet 5 $0.00000 $0.01054
Haiku 4.5 $0.00000 $0.00527

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

Security

Grade A, and why

install-command 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 yesterday.

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/commands/install-command.md · 757 lines

How it starts

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

Install Command

Command: /install-command [template-name]

Installs and customizes command templates for your specific repository. Run without arguments to see available templates.

What This Command Does

This command helps you adapt generic command templates to your specific repository:

  1. Lists available templates (if no template specified)
  2. Asks customization questions about your repo
  3. Generates a customized version with repo-specific details
  4. Saves the command to your local .cursor/commands/ directory
  5. Validates the installation and confirms it's ready to use

Usage

List Available Templates

Run without arguments to see what's available:

/install-command

This will scan /Users/[username]/work/cursor-prompts/templates/ and show:

  • Template name
  • Description
  • What it does
  • Prerequisites

Install a Specific Template

/install-command review-pr

Available Templates

The command will scan the templates directory and display available templates with their descriptions. Templates should include metadata at the top:

<!-- 
template-name: review-pr
description: Interactive PR review workflow with AI assistance
languages: all
requires: gh CLI, git
-->

Workflow Steps

When No Template Specified (List Mode)

1. Scan /Users/[username]/work/cursor-prompts/templates/
2. Read each .md file
3. Extract metadata or first description
4. Display formatted list:

=== Available Command Templates ===

📝 review-pr
   Interactive PR review workflow with AI assistance
   
   Features:
   - Checkout and analyze PR changes
   - Interactive walkthrough of all files
   - Post comments via GitHub CLI
   - Track review metrics
   - Optional fix implementation
   
   Prerequisites: gh CLI, git
   Languages: All
   
   Install: /install-command review-pr

[Additional templates listed here]

===================================

Which template would you like to install? [name or 'cancel']

Read the full file on GitHub · 757 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. yesterday First seen · 757 lines · 0 tokens per session scan A ff5712cf6d6f

Subscribe to this mod's changes

install-command is a command published in the GitHub repository saski/arnesto (5 stars, last pushed 6d ago), licensed Unlicense. It costs nothing until one of its globs matches a file; then it loads 5,270 tokens. 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-31.