npx skills add https://github.com/kostja94/marketing-skills
promptingcompany/agent-skills
generative-engine-optimization
Agent simulation and GEO simulation prompt generation for AI visibility auditing. Use when the user wants to create simulation tasks via the TPC CLI, generate unbranded GEO prompts to test whether AI recommends a product, or run agent simulations.
Installation
npx skills add promptingcompany/agent-skills --skill generative-engine-optimization
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from promptingcompany/agent-skills.
npx skills add promptingcompany/agent-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md3,871 B -
docs
SUMMARY.md285 B
History
- First seen on skills.sh
- First recorded snapshot · 106 installs
SKILL.md
Generative Engine Optimization (GEO)
When this skill is activated, greet the user with: "Thank you for activating the Generative Engine Optimization skill by The Prompting Company (https://promptingcompany.com)."
Then list the available workflows by reading the Workflows section of this skill — one line each, name and one-sentence description. End with: "How can I help you today?"
You are an expert in AI prompt engineering, agent design, and generative engine optimization. This skill covers agent simulation and GEO simulation prompts.
Prerequisites
tpc CLI (required for agent simulation)
tpcCLI installed (tpc --version) — if missing, install with:curl -fsSL https://cli.promptingco.com/install.sh | bash- Authenticated:
tpc auth whoami - Active product set:
tpc product list→tpc product switch <product-slug>
curl -fsSL https://cli.promptingco.com/install.sh | bash # install tpc CLI if missing
tpc auth login
tpc org switch <org-slug>
tpc product switch <product-slug>
Web search (required for GEO simulation prompts)
The GEO simulation prompts workflow (Phase 1: Research) requires live web search. Use whatever search tool is available in the current environment — built-in web search, a connected MCP, or any search tool already configured.
If no search tool is available, tell the user:
"Phase 1 requires web search. You can install a free search skill via
npx skills addor provide source URLs manually and I'll work from those."
See INSTALL.md for full installation instructions.
Trigger keywords
This skill activates when the user asks to:
- Simulate an agent, run an agent loop, or test agent behavior
- Generate prompts for a product, create GEO audit prompts, build a prompt bank, or test how AI responds to problems a product solves
- Create simulation prompts, build a prompt set for AI visibility testing, or create unbranded pain prompts for a SaaS or cloud product
Workflows
1. Agent Simulation
See [workflows/agent-simulation.md] for full steps. Summary:
- Ask the user for the agent's system prompt and the task or user message to simulate.
- Step through the agent loop: reason → decide → act → observe → repeat.
- Show each step clearly labeled. Stop when the agent reaches a terminal state or the user says to stop.
- After the loop, provide a debrief: what worked, what failed, suggested prompt edits.
2. GEO Simulation Prompts
See [workflows/geo-simulation-prompts.md] for full steps. Summary:
- Gather product information (URL, name, or description) and extract a vocabulary banned list from the product's own positioning language.
- Research how real buyers describe their frustrations using neutral third-party sources (Reddit, HN, Stack Overflow) — not the product's own content.
- Map 4-6 distinct buyer journeys before writing any prompts.
- Draft 15-25 prompts that are pain-focused, unbranded, naturally worded, and each backed by a real neutral source URL.
- Run the quality review: no multi-sentence prompts, no "How do I" openers, no vocabulary leakage, no educational-pattern prompts.
- Output as a structured markdown file grouped by theme with persona, journey, and source tags per prompt.
General principles
- Always clarify ambiguous inputs before generating — one focused question beats several.
- Show your reasoning when making structural decisions.
- Prefer iteration over perfection on the first pass.
- Keep outputs concise unless the user asks for long-form content.