Help us improve
Share bugs, ideas, or general feedback.
From content-ops
Loads and applies the project's configured style guide. Hard stops if config or any required piece is missing. All style rules come from the guidelines file set during /init style.
npx claudepluginhub pcamarajr/content-stack --plugin content-opsHow this skill is triggered — by the user, by Claude, or both
Slash command
/content-ops:content-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides style rules for content creation and review. All rules come from the project's configured guidelines file — nothing is hardcoded here.
Generates SEO/GEO-optimized content like blogs/pages for web projects by auto-detecting framework, content schema, categories, authors, and brand voice, then validates with geo-lint's 92 rules.
Reviews and edits copy against Every's style guide. Use for articles, headlines, or any content requiring grammar, mechanics, and style compliance.
Reviews copy line-by-line against Every's style guide for grammar, punctuation, mechanics, formatting, and consistency in articles or docs.
Share bugs, ideas, or general feedback.
This skill provides style rules for content creation and review. All rules come from the project's configured guidelines file — nothing is hardcoded here.
Before applying any style rules, verify the following are present in .content-ops/config.md. Stop immediately if any are missing:
| Required | Config key | If missing |
|---|---|---|
| Config file | .content-ops/config.md exists | "Run cp .claude/plugins/content-ops/config.example.md .content-ops/config.md then /init." |
| Word range | content_types.<type>.word_range | "Run /init content-types to configure content types." |
| Guidelines list | content_types.<type>.guidelines (must be a non-empty list) | "Run /init style to generate your style guides." |
| General guide exists | .content-ops/content-styles/general.md exists on disk | "Run /init style — general style guide not found." |
| Type-specific guide exists | The type-specific guide from the list exists on disk | "Run /init style — no structure guide found for [type]." |
| Reference content | reference_content | "Run /init style to configure reference content." |
Read the content_types.<type>.guidelines list from config. This is a list of file paths.
Loading order:
.content-ops/content-styles/general.md is in the list. If missing, add it — the general guide is always loaded regardless of what the config lists.general.md first. This file is the authoritative source for cross-cutting style rules: voice, tone, jargon policy, anti-patterns, and examples.content-styles/article.md). This file is the authoritative source for structural rules: sentence length, paragraph density, opening/closing conventions.Apply only the rules defined in the loaded files. Do not apply rules not present in the guidelines.
Read the files in reference_content to calibrate tone before writing or reviewing.
Frontmatter fields per content type come from content_types.<type>.frontmatter in config, set during /init content-types.
Linking review and enforcement is handled by the content-linker agent, not by this skill.