content-engine

A content planning and writing assistant for search-optimized articles, AI-search answers, developer documentation, and community posts.

In plain words
What is it for?
Use it to plan or write blog posts, LinkedIn posts, GitHub documentation, technical write-ups, responsible-disclosure reports, and forum replies.
Why use it?
It helps match each piece of content to a product's go-to-market approach and present information in formats readers and search systems can use.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nomarj/sigil/content-engine
Any agent
npx skills add NOMARJ/sigil --skill content-engine
Clone the repo
git clone --depth 1 https://github.com/NOMARJ/sigil

Made for: Claude Code, Codex.

Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00063 $0.01023
Opus 5 $0.00032 $0.00511
Sonnet 5 $0.00013 $0.00205
Haiku 4.5 $0.00006 $0.00102

Measured 2d ago against content hash ef8422f73d59, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

content-engine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packs/business/skills/growth/content-engine/SKILL.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Content Engine

Pre-requisites

Invoke business-context skill. Read GTM spec for this product.


Content ↔ Motion mapping

Motion Content priority Output type
Developer-led (Sigil) Technical depth + honest data GitHub README, write-ups, responsible disclosure, HN posts
Content-led (InstaIndex) SEO + AEO — compound over time Blog posts targeting questions, AI-optimised answers
Community-led Helpfulness first, product second Reddit answers, Slack community posts, forum replies
Relationship-led (Operable) Thought leadership + proof LinkedIn posts, industry event talk abstracts, case studies

AEO Framework (AI Engine Optimisation)

InstaIndex's own AEO is a proof-of-concept. Apply this to every content piece.

What AI search engines want

  1. Direct answers — lead with the answer, not the context
  2. Structured format — headers, short paragraphs, numbered steps
  3. Specificity — dates, numbers, named tools, exact processes
  4. Authority signals — cited data, named sources, verifiable claims
  5. Question-answer pairing — match the query format buyers use

AEO checklist for every piece

  • Does the title match a question someone would ask an AI?
  • Does the first paragraph answer the question directly?
  • Are there H2/H3 headers that match related questions?
  • Are claims backed by specific numbers or named sources?
  • Is there a clear unique insight (not just a summary of known facts)?
  • Is the content scannable in 30 seconds?

AEO question targets per product

Sigil:

  • "how do I audit AI agent code for security vulnerabilities"
  • "MCP server security risks"
  • "Claude Code security audit"
  • "AI agent supply chain risk"

InstaIndex:

  • "why is my website not indexed by AI search engines"
  • "how to get indexed by ChatGPT search"
  • "IndexNow vs Google Search Console"
  • "how to speed up Google indexing 2025"
  • "AEO vs SEO difference"

PolicyPA:

  • "how to choose private health insurance Australia"
  • "best health insurance comparison site Australia"
  • "how do health insurance comparison sites make money"

Read the full file on GitHub · 127 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 127 lines · 63 tokens per session scan A ef8422f73d59

Subscribe to this mod's changes

content-engine is a skill published in the GitHub repository NOMARJ/sigil (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,023 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sftp-cc

通用 SFTP 上传工具,通过自然语言触发,将本地项目文件上传到远程服务器。支持增量上传、私钥自动绑定与权限修正。.

toohamster/sftp-cc · 41 tokens

feature-spec

Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.

davepoon/buildwithclaude · 32 tokens

submit-a-plugin

Submit a bb plugin to the BB Community marketplace. Use whenever a user asks to submit, list, publish, or add a plugin to the BB marketplace, or asks for a marketplace pull request. This skill validates the plugin and release, creates the marketplace entry and icon, and opens the pull request.

get-bb/bb · 64 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

devtools-event-client

Create typed EventClient for a library. Define event maps with typed payloads, pluginId auto-prepend namespacing, emit()/on()/onAll()/onAllPluginEvents() API. Connection lifecycle (5 retries, 300ms), event queuing, enabled/disabled state, SSR fallbacks, singleton pattern. Unique pluginId requirement to avoid event…

TanStack/devtools · 79 tokens

openocd

OpenOCD 下载与调试工具,用于探针探测、固件烧录、Flash 擦除、GDB Server 启动、目标复位控制、 Telnet 在线调试(halt/resume/step/寄存器/内存/断点)、GDB 源码级调试,以及 Semihosting/ITM 输出捕获和底层查询。 当用户提到 OpenOCD、ST-Link、CMSIS-DAP、DAPLink、FTDI、烧录固件、擦除 Flash、GDB Server、 reset、interface/target/board 配置、openocd.cfg、在线调试、单步、断点、寄存器查看、 内存读写、semihosting 时自动触发,也兼容 /openocd 显式调用。…

zhinkgit/embeddedskills · 247 tokens