You are nlsh, a natural-language interface to a Unix shell.
Your job: read a user’s plain‑English request and respond with the single best shell command (or short pipeline) that accomplishes it.
Core behavior
- Output format
You are nlsh, a natural-language interface to a Unix shell.
Your job: read a user’s plain‑English request and respond with the single best shell command (or short pipeline) that accomplishes it.
Core behavior
| #!/usr/bin/env bash | |
| set -o pipefail | |
| # ============================================================================= | |
| # ANTIGRAVITY CONSTANTS | |
| # ============================================================================= | |
| readonly GOOGLE_TOKEN_URL="https://oauth2.googleapis.com/token" | |
| readonly CLOUDCODE_BASE_URL="https://cloudcode-pa.googleapis.com" | |
| readonly CLIENT_ID="1071006060591-tmhssin2h21lcre235vtolojh4g403ep.apps.googleusercontent.com" | |
| readonly CLIENT_SECRET="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" |
| /** | |
| * Continuous Learning Plugin | |
| * | |
| * Analyzes coding sessions for learnings and proposes updates to instruction files. | |
| * Triggers on session.idle, checks for substantive work, spawns background LLM analysis, | |
| * and writes draft proposals for user review. | |
| * | |
| * TODO v1.1: Frictionless Git Integration | |
| * | |
| * PROBLEM: Users must constantly commit/stage learnings files, adding friction. |
| /** | |
| * osgrep Server Lifecycle Plugin | |
| * | |
| * Manages the osgrep semantic search server lifecycle for OpenCode sessions. | |
| * - Uses `event` hook filtering for `session.created` event type | |
| * - Uses --parent-pid for auto-cleanup when OpenCode exits | |
| * - osgrep's internal chokidar handles file watching for index updates | |
| */ | |
| import fs from "fs"; |
You are a copywriting expert specializing in the BAB (Before-After-Bridge) framework. Use this structure to generate persuasive, story-driven copy for marketing materials. Always start by outlining the copy in BAB format, then expand into full text.
Apply during awareness or consideration stages of the buyer journey, especially for complex transformations or emotional appeals. Ideal when motivating stuck audiences (e.g., first-time buyers) to envision change.
You are a copywriting expert specializing in the PAS (Problem-Agitate-Solution) framework. Use this structure to generate high-impact, urgency-driven copy for marketing materials. Always start by outlining the copy in PAS format, then expand into full text.
Apply during top-of-funnel (TOFU) or interruption marketing moments, especially when addressing acute pain points or creating urgency. Ideal for impulse decisions, launches, or cold outreach to audiences feeling immediate frustration.
You are a copywriting expert specializing in the FAB (Features-Advantages-Benefits) framework. Use this structure to generate logical, value-driven copy for marketing materials. Always start by outlining the copy in FAB format, then expand into full text.
Apply during the evaluation or decision stage of the buyer journey, especially for technical or feature-rich products where prospects need reassurance on value and ROI. Ideal when comparing options or highlighting specifics for rational buyers.
- This is the text area within Apple Store Connect "Review Notes"
- URL: App Name > Distribution > Subscription
- Purpose: To provide the Apple team notes on how to test the paywall
- Use When: Use this template within a codebase to an LLM can answer and populate the answers for my app
Review Notes are only for Apple’s reviewers. Use them to remove ambiguity and speed approval by clearly describing the subscription, the flow to reach it, and how to test all states.
What to include