.agents/skills/content-creation/SKILL.md
Content creation tools, AI content generators, image generation workflows, copywriting patterns, page content optimization, blog authoring patterns, content research workflows, and SEO content sync procedures. Use when creating page content, blog posts, generating visuals with AI tools, writing conversion copy, optimizing landing pages, integrating external content services, or synchronizing content across metadata and structured data. Provides tool guides, prompt templates, content brief templates, and quality checklists.
npx skillsauth add avav25/ai-assets content-creationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematic content creation skill with AI tool integration guides, copywriting templates, visual content workflows, and quality gates. Produces high-converting, brand-consistent page content using modern tools and services.
ui-ux-design skill)content-writer role)seo-review skill workflow)frontend-engineer role)| Tool | Best For | Integration | |---|---|---| | ChatGPT (GPT-4o) | Long-form copy, creative writing, brainstorming | API or web UI | | Claude | Nuanced writing, analysis, brand voice adherence | API or web UI | | Gemini | Multimodal content (text + image analysis) | API or web UI | | Jasper | Marketing copy, ad copy, email sequences | SaaS platform | | Copy.ai | Short-form copy, social media, product descriptions | SaaS platform |
| Tool | Best For | Output Quality | |---|---|---| | Midjourney | Photorealistic images, artistic illustrations, brand visuals | Highest quality, best aesthetics | | DALL-E 3 | Quick concept images, illustrations, diagrams | Good quality, natural language prompts | | Stable Diffusion | Custom fine-tuned models, batch generation, full control | Varies, highest flexibility | | Flux | Fast generation, good quality, open source | High quality, fast | | Ideogram | Text in images, logos, typography-heavy visuals | Best for text rendering | | Leonardo.ai | Game assets, consistent characters, style transfer | Good for series/consistency |
| Service | Content Type | License | |---|---|---| | Unsplash | Photography | Free commercial use | | Pexels | Photography + Video | Free commercial use | | Undraw | SVG illustrations | Free, customizable colors | | Storyset | Animated illustrations | Free with attribution | | Lottie / LottieFiles | Micro-animations | Free + premium | | Noun Project | Icons | CC or paid license | | Envato Elements | All creative assets | Subscription license |
| Tool | Best For | |---|---| | Loom | Quick product demos, walkthroughs | | Synthesia | AI avatar videos, explainers | | Runway | AI video generation, editing | | Rive | Interactive animations for web | | Spline | 3D web experiences |
Every piece of content must pass these gates before publication:
seo-content-sync-checklist.md)humanizer skillSee content-tools-guide.md for the workflow index and page-content-patterns.md for the page-pattern index.
content-designer role (content strategy, conversion copy), ui-ux-designer role (visual direction), humanize-content rule (enforces AI pattern removal)blog-post skill (blog authoring), ui-ux-design skill (content phase), docs skill (public-facing content)humanizer skill (Gate 7 — AI writing pattern removal)content-tools-guide.md, content-research-workflows.md, ai-content-generation-workflows.md, content-ops-and-measurement.md, page-content-patterns.md, page-patterns-product-pages.md, page-patterns-blog-and-layout.md, seo-content-sync-checklist.mddevelopment
Use this skill when running the recurring (daily) knowledge-base rescan for a repo that already has knowledge/.knowledge-sync.yml — the main-thread dispatcher that reads the config, computes the git delta since last_scanned_sha, maps changed paths to affected doc areas, early-exits cheaply when nothing changed, then fans out one Agent(content-writer) per affected area, applies the propose/direct update policy, advances the baseline only on success, and writes an L4 run log — all with the G1 untrusted-content choke-point, secret-scan, deny-list, and budget controls woven in. For first-time setup use /knowledge-sync-init.
development
Use this skill when bootstrapping scheduled knowledge-base sync for a repo that has no knowledge/.knowledge-sync.yml yet — to run one-time setup that detects the knowledge_root from CLAUDE.md/AGENTS.md, maps doc areas to source globs, records opt-in external sources (Linear/Notion/WebFetch, all disabled by default), captures a baseline last_scanned_sha, sets the per-area update policy, generates or seeds knowledge/CONVENTIONS.md, provisions the L4 memory dir, and offers to register the daily routine. Routes ongoing recurring sync operations to /knowledge-sync.
tools
Use this skill when bootstrapping a target repository to be ai-skills-aware — on the first run of any ai-skills workflow in a fresh repo, when adopting the ai-skills plugin in an existing repo, or after upgrading to a plugin version that adds new memory paths or templates, including when the user does not say "init" but asks to "set up" or "onboard" the repo — to detect codebase type, create CLAUDE.md + AGENTS.md scaffolding, initialize the .ai-skills-memory/ directory tree from L1 templates, and configure .gitignore. Idempotent — safe to re-run. Accepts `--codebase-type <type>` and `--overwrite`. Not for re-initializing only memory — use `/memory-init` instead.
tools
Use this skill when extending, repairing, or improving plugin assets, when ingesting a `/feedback` report as a fix-cycle backlog, or when you do not remember which lower-level command is right for the job — the umbrella workflow for ai-skills plugin-asset authoring and maintenance: creating, auditing, fixing, improving, refactoring, and migrating skills, agents, rules, hooks, prompts, schemas, and rubrics inside the plugin. Auto-classifies the request, loads the right knowledge skills (`@prompt-engineering`, `@context-engineering`, `@team-protocols`), and spawns the right subagents (`prompt-engineer`, `system-architect`, `python-engineer`, `software-engineer`, `qa-engineer`, `eval-judge`) via the `Agent` tool.