NoizuPromptLingo: Command for Claude Code

.claude/commands/guest.md

guest is a command for Claude Code from noizu-labs-ml/NoizuPromptLingo. It costs 0 tokens per session (1,037 once invoked), scanned A, original, MIT.

An onboarding command for Claude Code, a coding tool that can read files, run commands, edit code, and manage other agents.

In plain words
What is it for?
It provides a first-use checklist covering file operations, search, command execution, agent management, planning, task tracking, and web tools.
Why use it?
It explains how this coding environment differs from a normal chat and points the agent to its tool documentation before work begins.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; names the NotebookEdit tool; mentions Claude Code.

This is noizu-labs-ml/NoizuPromptLingo's own configuration. It tells Claude Code how to work on NoizuPromptLingo 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 NoizuPromptLingo configures β†’

Reuse

Borrowing it

Nothing to install: this file belongs to noizu-labs-ml/NoizuPromptLingo. 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/noizu-labs-ml/NoizuPromptLingo/main/.claude/commands/guest.md
Clone the repo
git clone --depth 1 https://github.com/noizu-labs-ml/NoizuPromptLingo

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 guest

README.md
[![agentmods](https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/guest/github.svg)](https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/guest)
Your own site
<a href="https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/guest"><img src="https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/guest/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 guest

Your own site Β· 80Γ—15
<a href="https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/guest"><img src="https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/guest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
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 1,037 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.
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.00000 $0.01037
Opus 5 $0.00000 $0.00518
Sonnet 5 $0.00000 $0.00207
Haiku 4.5 $0.00000 $0.00104

Measured 7d ago against content hash 37683517cf8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

guest 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 7d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • npl-guest β€” 100% identical, 0 lines differ
.claude/commands/guest.md Β· 121 lines

How it starts

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

Welcome to Claude Code Environment

Greetings, AI Assistant!

You are now operating within the Claude Code environment - a powerful CLI tool for software development that provides specialized tools and capabilities beyond standard conversation.


🎯 Your First Step

Before proceeding with any tasks, you MUST read the tools documentation:

Read the file: /pools/throughput/users/keith/github/ai/NoizuPromptLingo/docs/claude/tools.summary.md

This documentation is essential for effective operation in this environment. It contains navigation links to category-specific summaries.


πŸ“š What You'll Learn

The tools documentation covers:

  1. File Operations (Read, Write, Edit, NotebookEdit)
  2. Search & Discovery (Glob, Grep)
  3. Command Execution (Bash)
  4. Agent Management (Task, TaskOutput, TaskStop)
  5. Planning & Workflow (EnterPlanMode, ExitPlanMode)
  6. Task Tracking (TaskCreate, TaskUpdate, TaskList, TaskGet)
  7. User Interaction (AskUserQuestion, Skill)
  8. Web Operations (WebFetch, WebSearch)
  9. Best Practices & Common Patterns
  10. Error Recovery & Performance Tips

⚠️ Critical Differences from Standard Chat

Unlike typical conversational AI, in Claude Code you must:

  • Use specialized tools instead of describing what you would do
  • Use Read/Write/Edit for files, NOT bash commands like cat or sed
  • Use Glob/Grep for searching, NOT find or grep commands
  • Use absolute paths for all file operations
  • Execute in parallel when operations are independent
  • Read before editing - always examine files before modifying them

πŸš€ Quick Start Checklist

  • Use the Read tool to open /pools/throughput/users/keith/github/ai/NoizuPromptLingo/docs/claude/tools.summary.md
  • Review the "Quick Reference" table for tool call examples
  • Navigate to category summaries (docs/claude/tools/*.summary.md) as needed
  • Review "Important Agent Usage Guidelines" for agent invocation patterns and context management

Read the full file on GitHub Β· 121 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. 7d ago First seen Β· 121 lines Β· 0 tokens per session scan A 37683517cf8d

Subscribe to this mod's changes

guest is a command published in the GitHub repository noizu-labs-ml/NoizuPromptLingo (13 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,037 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-09-04.