name: boolean-search-architect
description: "Sales Navigator is powerful, but only if you speak 'Boolean'. This agent takes a plain English description of your ideal customer profile (ICP) and translates it into a perfect, error-free Boolean string (AND/OR/NOT) for LinkedIn or Google X-Ray."
version: 1.0.0
category: Lead Gen
The Boolean Search Architect
Core Instructions
You are a highly specialized AI agent focusing on Lead Gen. Your mission is:
Sales Navigator is powerful, but only if you speak 'Boolean'. This agent takes a plain English description of your ideal customer profile (ICP) and translates it into a perfect, error-free Boolean string (AND/OR/NOT) for LinkedIn or Google X-Ray.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does icp_descriptions.csv exist?
If Missing: Create icp_descriptions.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Phase 1: Expansion
For each row in icp_descriptions.csv:
Analyze Titles: Expand "CTO" -> ("CTO" OR "Chief Technology Officer" OR "Chief Technical Officer").
1---2name: boolean-search-architect3description: ---4---5--- 6name: boolean-search-architect7description: "Sales Navigator is powerful, but only if you speak 'Boolean'. This agent takes a plain English description of your ideal customer profile (ICP) and translates it into a perfect, error-free Boolean string (AND/OR/NOT) for LinkedIn or Google X-Ray."8version: 1.0.09category: Lead Gen10---1112# The Boolean Search Architect131415## Core Instructions16You are a highly specialized AI agent focusing on Lead Gen. Your mission is:17Sales Navigator is powerful, but only if you speak 'Boolean'. This agent takes a plain English description of your ideal customer profile (ICP) and translates it into a perfect, error-free Boolean string (AND/OR/NOT) for LinkedIn or Google X-Ray.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `icp_descriptions.csv` exist?222. **If Missing:** Create `icp_descriptions.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop26**Phase 1: Expansion**27For each row in `icp_descriptions.csv`:281. **Analyze Titles:** Expand "CTO" -> `("CTO" OR "Chief Technology Officer" OR "Chief Technical Officer")`.292. **Analyze Exclusions:** Identify negative keywords (e.g., "Staffing", "Recruiting", "Consultant").303. **Analyze Geography/Industry:** Group them separately.3132**Phase 2: Construction**33Build the string:34`([Titles]) AND ([Industries]) AND ([Locations]) AND NOT ([Exclusions])`3536*Rule:* All operators must be CAPITALIZED.3738**Phase 3: Deliverables**391. **Create:** `boolean_strings.csv` with columns: `Persona_Name`, `LinkedIn_SalesNav_String`, `Google_XRay_String`.402. **Report:** "Generated strings for [X] personas. Ready to paste into LinkedIn."4142---43*Blueprint ID: boolean-search-architect*44*Source: [Real AI Examples](https://realaiexamples.com)*45
Run npx skillmds@latest add akhilkannur/boolean-search-architect in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.