locagoi

Demand — Development skill for Claude Code

Development community

Pull demand signals (GSC search + GA4 engagement + Clarity behavior) so the GEO loop writes for what people actually want.

How to install Demand

Installs to ~/.claude/skills/locagoi-content-engineering-skills-demand/SKILL.md

Terminal
mkdir -p ~/.claude/skills/locagoi-content-engineering-skills-demand && curl -fsSL https://raw.githubusercontent.com/locagoi/content-engineering-skills/HEAD/skills/demand.md -o ~/.claude/skills/locagoi-content-engineering-skills-demand/SKILL.md

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

What Demand does


description: "Pull demand signals (GSC search + GA4 engagement + Clarity behavior) so the GEO loop writes for what people actually want."

/demand — Demand Signals (analytics step of the GEO loop)

Answers "what are people actually interested in, and where am I weak?" by combining three sources. This feeds the **gaps** step (`geo/gaps.mjs`) which merges it with AI-citation gaps into a ranked backlog.

Setup (bring your own data)

  • npm install (adds googleapis, only needed here)

Alternatives in Development

  • Agentcontrolplane — ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control 463 ★
  • Arrecall — AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your fl 370 ★
  • Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★

Full documentation available on GitHub

View Source Repository