peec-agent
Orchestrator for the 5 Peec AI growth skills (peec-setup, peec-content-intel, peec-cluster, peec-outreach, peec-report). Reads project state and last…
Cross-project pattern layer for the Peec AI growth loop. After any Peec skill completes (or after peec-report closes a cycle), extract 1–3 concrete patterns from the output and persist them to SkillMind via mcp__skillmind__add_pattern / remember. On the next orchestrator run,
$ npx -y skills add AntonioBlago/peec-ai-skills --skill peec-learn --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/peec-learnContext preview
The summary Claude sees to decide when to auto-load this skill.
Cross-project pattern layer for the Peec AI growth loop. After any Peec skill completes (or after peec-report closes a cycle), extract 1–3 concrete patterns from the output and persist them to SkillMind via mcp__skillmind__add_pattern / remember. On the next orchestrator run,
name: peec-learn description: Cross-project pattern layer for the Peec AI growth loop. After any Peec skill completes (or after peec-report closes a cycle), extract 1–3 concrete patterns from the output and persist them to SkillMind via mcp__skillmind__add_pattern / remember. On the next orchestrator run, recall matching patterns and pass them in as priors — so lessons learned on project A inform decisions on project B. Use when a Peec skill has produced an artifact (brief, zone map, outreach log, decision, learnings.json) worth remembering. user-invocable: true
Turn project-local Peec outputs into cross-project patterns. Each run does two things:
1. **Write** — extract 1–3 patterns from a just-produced artifact (decision, brief, zone map, outreach log, learnings.json) and store them in SkillMind with tags so they can be retrieved later. 2. **Read** — on request, recall patterns matching a project / skill / gap type and hand them back as priors for the next orchestrator cycle.
This is the memory layer beneath `peec-report`: that skill persists learnings *for the project*, this skill promotes them *across projects*.
For **write** mode:
For **read** mode:
Write mode: JSON list of `{pattern_id, title, tags, summary}` for each persisted pattern, plus a one-line confirmation (`"added 3 patterns · skipped 1 dupe"`).
Read mode: ranked list of `{pattern_id, title, summary, provenance: {project_id, source_skill, date}, score}`. Empty list is a valid result — say so plainly.
Neither mode produces dashboards.
**Write:**
**Read:**
Do not use when:
---
Read(artifact_path) # or accept inline artifact_content
Supported artifact shapes:
Ask: what would transfer to another project? Good patterns are:
Anti-patterns (reject):
Target: 1–3 patterns per artifact. If you can only find 1, persist 1. Zero is a valid result.
mcp__skillmind__recall(query=<pattern_title>, k=5)
If any hit has ≥0.85 semantic similarity to the new candidate:
mcp__skillmind__add_pattern( title="<≤80 chars, causal phrasing>", body="<structured pattern, schema below>", tags=["peec", "<source_skill>", "<gap_type>", "<funnel_stage>", "<market>"] )
Required tags every pattern carries:
Return the list of persisted patterns. If a pattern was skipped as a duplicate, say which existing pattern it merged into.
---
mcp__skillmind__recall( query=<query>, k=<k, default 5>, filter_tags=[<optional narrowing tags>] )
Drop hits whose `project:` tag matches `project_id` *if* the caller wants cross-project priors only (supplied via a `exclude_own=true` flag). Default: include own project's patterns.
Score = `semantic_similarity × recency_decay × evidence_weight`
#
Production-tested Claude Code skills for Peec AI — the brand-visibility tracking platform for LLM-powered search (ChatGPT, Perplexity, Google AI Overviews, Gemini).
Repo: AntonioBlago/peec-ai-skills
Orchestrator for the 5 Peec AI growth skills (peec-setup, peec-content-intel, peec-cluster, peec-outreach, peec-report). Reads project state and last…
Read-only health check for an existing Peec AI project. In one pass produces (1) a setup-quality audit (red flags from the structural setup — wrong…
Turns a Peec AI prompt set into strategic content zones — not keyword groups. Groups prompts by buyer intent + funnel stage + visibility gap + shared demand…
Content-intelligence workflow that turns a Peec AI visibility gap into a publish-ready content brief. Combines Peec (prompt visibility, source URLs, scraped…
Turns Peec AI's get_actions recommendations + forum/UGC discovery into a prioritized outreach pipeline with pitch templates, contact extraction, status…
Weekly / monthly closed-loop reporter for Peec AI visibility growth. Measures what moved (visibility per prompt, cluster, zone) against what was invested…