content-creator

Solid

Self-configuring content creation pipeline with geo-lint validation. On first use, scans your project to learn its framework, content schema, categories, and authors, then creates SEO & GEO-optimized content matched to your brand voice. Validates every piece with geo-lint's 92 rules until zero violations. Triggers on: "content-creator", "create content", "write blog", "new post", "content calendar", "brand voice", "content strategy".

Data & Documents 22 stars 1 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
45
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Content Creator Self-configuring content creation pipeline. Creates SEO & GEO-optimized content matched to your project and brand voice, then validates with geo-lint until clean. For project-specific rules (components, file naming, categories), the skill generates a local `content-config` skill on first use via the `setup` workflow. ## Command Router Parse `$ARGUMENTS` and route to the matching workflow: | Argument | Workflow | |----------|----------| | `setup` | Auto-discover project, questionnaire, generate content-config | | `create [blog\|page\|project]` | Full content creation pipeline | | `voice` | Analyze and configure brand voice | | `calendar` | Plan monthly content calendar | | `refresh` | Re-scan project, update content-config | | _(no args)_ | If no config exists → auto-trigger `setup`. Otherwise show commands. | ## Pre-Flight Check Before any workflow except `setup`: 1. Check if `.claude/skills/content-config/SKILL.md` exists in the project root. 2. If missing → inform the user: "No project content config found. Running setup first..." Then auto-trigger the `setup` workflow. 3. If found → read it into context and proceed with the requested workflow. --- ## Workflow: setup Three phases: auto-discover → questionnaire → generate. ### Phase 1: Auto-Discovery Run these steps silently, collecting results into a discovery report: **1. Framework Detection** - Read `package.json` dependencies and devDependencies for: `next`, `astro`, `@astrojs/*`, `gatsby`...

Details

Author
IJONIS
Repository
IJONIS/geo-lint
Created
3 months ago
Last Updated
2 months ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

geo-lint

SEO & GEO content linter — validates Markdown/MDX files for AI search visibility using 92 deterministic rules (35 GEO, 32 SEO, 14 content quality, 8 technical, 3 i18n). Runs an autonomous lint-fix loop: scan content, read structured violations, fix them, re-lint until clean. Use when optimizing content for AI citations, auditing SEO compliance, checking GEO readiness, or running pre-publish content validation. Triggers on: "geo-lint", "lint content", "SEO audit", "GEO", "content optimization", "AI search", "citation readiness".

22 Updated 2 months ago
IJONIS
AI & Automation Solid

create-skill

Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session

1,727 Updated 3 days ago
maxritter
AI & Automation Featured

skillforge

Intelligent skill router, proactive advisor, and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Adds proactive Context Skill Advisor suggestions from session, project, and personal context using user-controlled Proactivity Levels.

668 Updated yesterday
tripleyak
AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.

1,140 Updated 1 months ago
AIPexStudio
Testing & QA Solid

qa

Use when completing any task (final validation step), running audits, preparing for deployment, or when ESLint/TypeScript/build errors occur.

52 Updated 3 weeks ago
holger1411