section-blog

section-blog is a skill for Claude Code, Codex from teamniteo/hakuto. It costs 91 tokens per session (2,912 once invoked), scanned A, original, MIT.

A blog section adds pages for listing articles, individual posts, authors, and categories to an existing website. It also supports varied article layouts instead of only one column of text.

In plain words
What is it for?
Use it to add a blog, news area, or articles section with author and category pages. It also helps organize existing articles or provide a sample post for new content.
Why use it?
It removes the need to build the blog structure and page templates from scratch. It uses the existing site's styles so the new pages fit the design.

Skill for Claude CodeCodex

Part of the hakuto plugin — 14 skills, 1 command, 1 agent shipped together

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/teamniteo/hakuto/section-blog
Any agent
npx skills add teamniteo/hakuto --skill section-blog
Clone the repo
git clone --depth 1 https://github.com/teamniteo/hakuto

Made for: Claude Code, Codex.

Or install hakuto, the plugin that ships this one along with the rest of its 14 skills, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for section-blog

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamniteo/hakuto/section-blog.svg)](https://agentmods.dev/skills/teamniteo/hakuto/section-blog)
Your own site
<a href="https://agentmods.dev/skills/teamniteo/hakuto/section-blog"><img src="https://agentmods.dev/badge/skills/teamniteo/hakuto/section-blog.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,912 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.00091 $0.02912
Opus 5 $0.00046 $0.01456
Sonnet 5 $0.00018 $0.00582
Haiku 4.5 $0.00009 $0.00291

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

Security

Grade A, and why

section-blog 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 5d 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.

skills/section-blog/SKILL.md · 325 lines

How it starts

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

Blog Section

Adds professional blog system to existing websites with listing pages, post templates, and author boxes. Requires existing site with src/index.css theme variables.


Integration Workflow

Copy this checklist and track progress:

Blog Integration:
- [ ] Step 1: Read index.css and AGENTS.md
- [ ] Step 2: Assess content needs
- [ ] Step 3: Create blog pages

Step 1: Read Site Design

Read src/index.css and AGENTS.md to extract:

  • Brand colors and typography from @theme {} block
  • Custom CSS variables from @layer base {}
  • Existing navigation structure

Step 2: Assess Content Needs

Why no professional-copywriter for blog posts? Blog content is the user's own voice — case studies, release notes, opinion pieces. Generated marketing copy would flatten that voice and force the user to rewrite from scratch. A neutral placeholder is faster to replace than polished prose pointing in the wrong direction.

No articles exist:

  • Create 1 placeholder post with generic text
  • Do NOT invoke professional-copywriter (see note above)
  • Tell user: "Created a sample post. Replace with your content."

Existing articles provided:

  • Format according to design language

User wants new post:

  • Ask for: Title, slug, date, author, authorEmail
  • Optional: authorBio, category, featured image, description
  • Use generic placeholder text if no content provided
  • Do NOT invoke professional-copywriter (see note above)

Step 3: Create Blog Pages

Generate pages matching site's design using Astro content collections:

Required files:

  • src/content.config.ts - Add blog collection (preserve existing collections)
  • src/content/blog/*.md - Blog post markdown files (NO layout frontmatter)
  • src/pages/blog/index.astro - Blog listing (uses getCollection())
  • src/pages/blog/[...slug].astro - Dynamic post pages with layout, author box, and content styling

Update navigation with Blog link at appropriate position.


Read the full file on GitHub · 325 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 325 lines · 91 tokens per session scan A 7851ffb981ec

Subscribe to this mod's changes

section-blog is a skill published in the GitHub repository teamniteo/hakuto (5 stars, last pushed 3d ago), licensed MIT. It adds 91 tokens to every session and 2,912 once invoked, about $0.0005 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens