surendranb

Intent Segmentation — Development skill for Claude Code

Development community

title: Intent Segmentation (Searchers vs Prompters).

How to install Intent Segmentation

Installs to ~/.claude/skills/surendranb-google-search-console-mcp-intent_segmentation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/surendranb-google-search-console-mcp-intent_segmentation && curl -fsSL https://raw.githubusercontent.com/surendranb/google-search-console-mcp/HEAD/skills/intent_segmentation.md -o ~/.claude/skills/surendranb-google-search-console-mcp-intent_segmentation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Intent Segmentation does

title: Intent Segmentation (Searchers vs Prompters) description: Segments traffic into 'Searchers' (Keyword-based) vs. 'Prompters' (Natural Language).

Prompter vs Searcher Segmentation

**When to use:** Use this pattern to detect if your audience is shifting from traditional keyword searches to conversational AI-style prompts.

**How to execute:**

  1. Call get_search_analytics with dimensions=["query"], row_limit=5000.
  2. Client-side processing: Iterate over the queries and count the num

Alternatives in Development

  • LifeOS — ⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your i 18.7k ★
  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • 20 Session Title — Session Title Generator 2.3k ★

Full documentation available on GitHub

View Source Repository