Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
All 73 skills across 10 categories: Google Ads, AI Agent Engineering, Claude Mythos, Software Dev, Scientific Research, Web Frontend, Productivity, Infrastructure, Security, Media Creative
npx claudepluginhub itallstartedwithaidea/agent-skills --plugin security-skillsContinuous Learning enables agents to automatically extract successful patterns from completed sessions and codify them into reusable skills, rules, and prompt refinements.
Entity Memory Management is the systematic extraction, persistence, and retrieval of named entities across agent sessions, enabling long-term contextual awareness that transforms transient conversations into persistent relationships.
Knowledge Base Injection is the technique of dynamically injecting domain expertise into an agent's context at the moment it is most relevant, using TF-IDF pattern matching and semantic scoring.
Long-Horizon Workflows enable AI agents to execute multi-hour, multi-phase autonomous pipelines that far exceed the scope of a single conversation turn.
MCP Server Creation is the skill of building Model Context Protocol servers that expose tools, resources, and capabilities to AI agents through a standardized interface.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
📣 Chief Marketing Officer — Brand Builder & Demand Generation Leader
Complete paid advertising toolkit with 14 skills (orchestrator + 12 sub-skills + infographic-v2) and 6 parallel audit subagents. Covers Google Ads (74 checks), Meta/Facebook (46 checks), LinkedIn B2B (25 checks), TikTok (25 checks), YouTube video ads, and Microsoft/Bing (20 checks). Includes cross-platform audit orchestration, budget allocation with 70/20/10 rule, creative audit with brand context collection and ad creative generation via infographic-v2, landing page optimization, strategic planning with 15 industry templates, and competitive intelligence via Ad Libraries.
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
Complete collection of 30 Claude Code skills for document processing, development, business productivity, and creative tasks
Multi-host paid advertising audit & optimization skill conforming to the Agent Skills open standard. Verified on Claude Code; experimental on Codex CLI, Cursor, Windsurf, Gemini CLI, Goose. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple & Amazon Ads with weighted scoring, parallel agents, 12 industry templates, AI creative generation, PPC math, A/B test design, PDF reports, attribution + server-side tracking deep dives, and a 41-test pytest eval harness.
The most comprehensive Google Ads and advertising automation plugin for Claude Code. Buddy enterprise agent (Opus-powered), MCP servers for Google Ads + Ad Creative, ~75 production skills across Google Ads, AI agent engineering, Claude mythos, software dev, security, infrastructure, productivity, web frontend, scientific research, and media creative. Slash commands, safety hooks, anomaly monitors. Built by Ahmeego (itallstartedwithaidea) — $350M+ in managed ad spend.
73 skills for AI-powered Google Ads management, built from 15+ years of hands-on experience.
Compatible with Claude Code, Cursor, Codex, and Gemini CLI. Follows the Agent Skills specification.
English | Francais | Espanol | 中文 | Nederlands | Русский | 한국어
These skills encode what we learned running Google Ads for hundreds of accounts across every industry vertical — from $500/month local businesses to $500K/month ecommerce brands. Every pattern, threshold, and best practice comes from real campaign data and real optimization decisions, not generated from documentation.
The skills power Buddy Agent, the AI advertising agent at googleadsagent.ai, which manages live Google Ads accounts through the API with a 1,000-pattern knowledge base, multi-model routing (Claude, GPT, Gemini), and persistent entity memory.
Every skill is a SKILL.md file with YAML frontmatter per the Agent Skills spec. Here is a real skill from this repo:
---
name: keyword-research
description: >-
Systematic keyword discovery, expansion, and optimization for Google Ads campaigns.
---
# Keyword Research
## Description
Systematic keyword discovery, expansion, and optimization for Google Ads.
Builds keyword universes from seed keywords through semantic expansion,
competitor mining, search term analysis, and intent-based grouping.
## Use When
- User asks for "keyword research" or "keyword ideas"
- User wants to "expand keywords" or "find new keywords"
- User mentions "negative keywords" or "search term mining"
- User asks about "match types" (broad, phrase, exact)
- User wants to "reduce wasted spend" on irrelevant queries
## Implementation
```javascript
function assignMatchType(keyword) {
if (keyword.conversionRate > 0.05 && keyword.volume < 1000)
return 'EXACT';
if (keyword.intent === 'transactional' && keyword.wordCount >= 3)
return 'PHRASE';
return 'PHRASE';
}
```
## Platform Compatibility
| Platform | Supported |
|-------------|-----------|
| Cursor | ✅ |
| Claude Code | ✅ |
| Codex | ✅ |
| Gemini CLI | ✅ |
## Related Skills
- [Ad Copy Generation](../google-ads/ad-copy-generation/)
- [Competitor Analysis](../google-ads/competitor-analysis/)
Every skill follows this structure:
Full format specification: docs/skill-format.md | Official spec: agentskills/agentskills
Register this repo as a plugin marketplace, then install any skill set:
/plugin marketplace add itallstartedwithaidea/agent-skills
Then install by category:
/plugin install google-ads-skills@googleadsagent-skills
/plugin install ai-agent-engineering-skills@googleadsagent-skills
/plugin install claude-mythos-skills@googleadsagent-skills
/plugin install software-dev-skills@googleadsagent-skills
/plugin install security-skills@googleadsagent-skills
/plugin install all-skills@googleadsagent-skills
Point Claude at any skill directly:
/read skills/google-ads/keyword-research/SKILL.md
Add the skills/ directory to your workspace. Cursor loads SKILL.md files automatically via YAML frontmatter.
npx skills add itallstartedwithaidea/agent-skills
Installs all 73 skills to .agents/skills/ in your project. Compatible with 12+ AI coding agents.
git clone https://github.com/itallstartedwithaidea/agent-skills.git
cd agent-skills
bash scripts/validate-skills.sh
bash scripts/count-skills.sh
Each SKILL.md is self-contained. Point your agent at it, and it has everything it needs.
73 skills across 10 categories: