agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
$ npx -y skills add davila7/claude-code-templates --skill seo-fundamentals --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-fundamentalsContext preview
The summary Claude sees to decide when to auto-load this skill.
SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
name: seo-fundamentals description: SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles. allowed-tools: Read, Glob, Grep
> Principles for search engine visibility.
---
| Principle | Signals | |-----------|---------| | **Experience** | First-hand knowledge, real examples | | **Expertise** | Credentials, depth of knowledge | | **Authoritativeness** | Backlinks, mentions, industry recognition | | **Trustworthiness** | HTTPS, transparency, accurate info |
---
| Metric | Target | Measures | |--------|--------|----------| | **LCP** | < 2.5s | Loading performance | | **INP** | < 200ms | Interactivity | | **CLS** | < 0.1 | Visual stability |
---
| Element | Purpose | |---------|---------| | XML sitemap | Help crawling | | robots.txt | Control access | | Canonical tags | Prevent duplicates | | HTTPS | Security signal |
| Factor | Impact | |--------|--------| | Page speed | Core Web Vital | | Mobile-friendly | Ranking factor | | Clean URLs | Crawlability |
---
| Element | Best Practice | |---------|---------------| | Title tag | 50-60 chars, keyword front | | Meta description | 150-160 chars, compelling | | H1 | One per page, main keyword | | H2-H6 | Logical hierarchy | | Alt text | Descriptive, not stuffed |
| Factor | Importance | |--------|------------| | Depth | Comprehensive coverage | | Freshness | Regular updates | | Uniqueness | Original value | | Readability | Clear writing |
---
| Type | Use | |------|-----| | Article | Blog posts, news | | Organization | Company info | | Person | Author profiles | | FAQPage | Q&A content | | Product | E-commerce | | Review | Ratings | | BreadcrumbList | Navigation |
---
| ✅ Do | ❌ Don't | |-------|----------| | AI draft + human edit | Publish raw AI content | | Add original insights | Copy without value | | Expert review | Skip fact-checking | | Follow E-E-A-T | Keyword stuffing |
---
| Priority | Factor | |----------|--------| | 1 | Quality, relevant content | | 2 | Backlinks from authority sites | | 3 | Page experience (Core Web Vitals) | | 4 | Mobile optimization | | 5 | Technical SEO fundamentals |
---
| Metric | Tool | |--------|------| | Rankings | Search Console, Ahrefs | | Traffic | Analytics | | Core Web Vitals | PageSpeed Insights | | Indexing | Search Console | | Backlinks | Ahrefs, Semrush |
---
> **Remember:** SEO is a long-term game. Quality content + technical excellence + patience = results.
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…