ads-audit
Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads…
Stand up a self-contained second-brain "OS" that lives entirely inside a Claude skill — a short SKILL.md router plus context files, no vault, cloud, or MCP server. Use when the user says "set up a skill OS", "build my second brain as a skill", "skill OS", or wants the simplest
$ npx -y skills add naveedharri/benai-skills --skill skill-os-builder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-os-builderContext preview
The summary Claude sees to decide when to auto-load this skill.
Stand up a self-contained second-brain "OS" that lives entirely inside a Claude skill — a short SKILL.md router plus context files, no vault, cloud, or MCP server. Use when the user says "set up a skill OS", "build my second brain as a skill", "skill OS", or wants the simplest
name: skill-os-builder description: Stand up a self-contained second-brain "OS" that lives entirely inside a Claude skill — a short SKILL.md router plus context files, no vault, cloud, or MCP server. Use when the user says "set up a skill OS", "build my second brain as a skill", "skill OS", or wants the simplest portable AI OS. disable-model-invocation: true
You help the user create a **Skill OS**: their entire second brain packaged as one Claude skill. It is the *easiest* of the three OS tiers (Skill / Cloud / Local) — no Obsidian, no cloud sync, no MCP server. The skill's `SKILL.md` is the router; the `context/` files are the brain.
Read `references/structure-spec.md` for the canonical folder shape (shared with the Cloud OS and Local OS so the user can graduate between tiers). Read `references/routing-patterns.md` before writing the generated router.
1. **Explain** the tradeoffs above; confirm Skill OS is the right tier. 2. **Interview** (keep it short):
systems/routines. Only include what they need. 3. **Scaffold** the OS folder from `templates/`:
double quotes (`description: "…"`). Never leave it as an unquoted multi-line scalar — colons (`Trigger phrases:`) and inner quotes break the YAML and the skill is rejected on upload. Don't put `"` inside the quoted description; use plain words for trigger phrases. 4. **Confirm the layout** — DON'T skip this. Show the user the full tree you just created (the folder, `SKILL.md`, and every `context/` file) and ask: *"Does this layout look right, or do you want to add / rename / remove anything — another context file, a sub-folder, etc.?"* Apply whatever they ask, and keep the `SKILL.md` routing table in sync with the final file list before moving on. 5. **Populate the content** — DON'T ship empty or placeholder files. Ask the user in ONE go to **dump everything they have at once** — *"Upload any files or just paste all your context here — projects, notes, people, routines, whatever you've got. Don't worry about organizing it; I'll sort it into the right files."* Then YOU split that material across the context files by topic (projects → `projects.md`, people → `people.md`, etc.). Don't make them go file by file. After sorting, show what landed where and ask if anything's miscategorized or missing. If a file ends up with nothing, leave a one-line note of what it's for rather than fake filler. 6. **Package as a zip** (so they can upload it anywhere — Cowork, Claude Desktop, the API). Zip the **contents** of the OS folder so `SKILL.md` sits at the **root of the zip** — never wrap it in an extra folder. Run from *inside* the generated folder:
cd <name> && zip -rX "../<name>.zip" . -x '.*' '*/.*'
Then verify before handing it over:
(e.g. `SKILL.md`, `context/...`), NOT `<name>/SKILL.md`.
`unzip -p <name>.zip SKILL.md | sed -n '/^---$/,/^---$/p' | python3 -c 'import sys,yaml; yaml.safe_load(sys.stdin.read().strip().strip("-"))'` — it must exit cleanly with no error. Hand them the path to `<name>.zip`. 7. **Place + test**: tell them to put it in `~/.claude/skills/<name>/`, restart, and ask Claude something that should route to a context file. (Or just upload the zip into Cowork and start using it there.) 8. **Graduating later**: the same `context/` shape moves straight into a Cloud OS or Local OS — point them to `cloud-os-builder` when they need sync.
lives in `context/`.
over a skill of empty template files — the scaffold is step 1, the user's actual projects/people/notes are the point. Ask for content; don't assume.
wrapper folder — a wrapped zip (`<name>/SKILL.md`) is the Console format and Cowork rejects it as malformed. Always zip from *inside* the folder (`cd <name> && zip -rX ../<name>.zip .`), exclude dotfiles (`-x '.*' '*/.*'`), and confirm with `unzip -l` before delivering.
Expert automation skills for Claude Code, organized by department.
Repo: naveedharri/benai-skills
Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads…
Budget allocation and bidding strategy review across all ad platforms. Evaluates spend distribution, bidding strategy appropriateness, scaling readiness, and…
Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, and Microsoft. Analyzes competitor ad copy, creative strategy, keyword targeting,…
Cross-platform creative quality audit covering ad copy, video, image, and format diversity across all platforms. Detects creative fatigue, evaluates…
Google Ads deep analysis covering Search, Performance Max, Display, YouTube, and Demand Gen campaigns. Evaluates 74 checks across conversion tracking, wasted…
Landing page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and…