aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
$ npx -y skills add secondsky/claude-skills --skill seo-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
name: seo-optimizer description: SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors. license: MIT
Perform comprehensive SEO analysis and optimization covering keyword placement, readability metrics, technical elements, and content quality to improve search engine rankings and user experience.
// Readability scoring example
const readabilityMetrics = {
fleschScore: 65, // Target: 60-70
gradeLevel: 8, // Target: 7-9
avgSentenceLength: 18, // Target: <20 words
passiveVoice: 5, // Target: <10%
transitionWords: 30 // Target: >30%
};**Key Metrics:**
| Element | Recommendation | |---------|----------------| | Meta Title | 50-60 characters with primary keyword | | Meta Description | 150-160 characters, compelling with keyword | | URL Slug | Short, keyword-rich, hyphen-separated | | Image Alt Text | Descriptive with natural keyword usage | | Internal Links | Link to related content with keyword anchors | | External Links | Quality outbound links to authoritative sources |
Organize findings into prioritized action items based on impact and implementation effort.
# SEO Analysis Report ## Overall Score: X/100 ### Quick Wins 🚀 1. [Specific action with exact change] 2. [Specific action with exact change] ## Keyword Analysis - Primary keyword density - Placement verification - LSI keyword coverage ## Readability Metrics - Flesch Reading Ease: XX/100 - Grade Level: X - Sentence length assessment ## Technical SEO - Meta tags analysis - URL optimization - Image optimization ## Content Gaps - Missing subtopics - Coverage recommendations - Topic expansion opportunities ## Competitor Insights - Top ranking pages analysis - Word count comparison - Unique angles they cover - Our competitive advantage ## Implementation Checklist - [ ] Action item 1 - [ ] Action item 2 ## Estimated Impact - **Time to Implement**: X hours - **Expected Improvement**: [Moderate/Significant] ranking boost - **Priority**: [High/Medium/Low] - **Timeframe**: [Weeks until results]
1. **Identify keywords** → Extract from user input or content 2. **Check placement** → Verify in title, H1, first 100 words 3. **Calculate density** → Ensure 1-2% keyword density 4. **Assess readability** → Calculate Flesch score and sentence length 5. **Review structure** → Check heading hierarchy and paragraph length 6. **Analyze technical** → Validate meta tags, URLs, alt text 7. **Find gaps** → Identify missing topics and internal links 8. **Prioritize fixes** → Sort by impact (critical > high > medium) 9. **Generate checklist** → Create actionable implementation steps
See [references/analysis-framework.md](references/analysis-framework.md) for:
See [references/output-templates.md](references/output-templates.md) for:
145 production-ready skills for Claude Code CLI 🔌 Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).
Repo: secondsky/claude-skills
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or…
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions,…
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication,…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs,…
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing…