Skip to main content

cloudbytes-article-writer

Draft, revise, and review CloudBytes technical articles in Rehan Haider's established style. Use when Codex is asked to write or edit posts under web/src/content/posts, create AWS Academy or Snippets content, preserve the CloudBytes tutorial voice, generate article frontmatter, outline a technical how-to, or adapt AI-written text so it sounds like CloudBytes. Use when this capability is needed.

Jump to install

Source facts

Repository
tomevault-io/tomes
Last source activity
July 23, 2026 at 21:48
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
cloudbytes-article-writer
description
Draft, revise, and review CloudBytes technical articles in Rehan Haider's established style. Use when Codex is asked to write or edit posts under web/src/content/posts, create AWS Academy or Snippets content, preserve the CloudBytes tutorial voice, generate article frontmatter, outline a technical how-to, or adapt AI-written text so it sounds like CloudBytes. Use when this capability is needed.
metadata
{"author":"CloudBytes-Academy"}
# CloudBytes Article Writer ## Overview Use this skill to produce CloudBytes articles that are practical, beginner-friendly, and code-led. The target voice is an experienced developer walking the reader through a working setup: explain just enough context, show the exact commands or code, then tell the reader what to verify next. ## Required Reference Before drafting or revising article prose, read [references/cloudbytes-style-guide.md](references/cloudbytes-style-guide.md). It contains the reusable voice, structure, frontmatter, and review checklist derived from existing CloudBytes posts. ## Workflow 1. Inspect nearby articles in the same category or series before writing: - Snippets: `web/src/content/posts/snippets/**` - AWS Academy: `web/src/content/posts/aws-academy/**` - Books: `web/src/content/posts/books/**` 2. Confirm the article type: - Snippet: short, problem-led how-to. - AWS Academy: course-style tutorial with prerequisites, code, deploy/test/cleanup sections, and optional `series` metadata. - Concept explainer: definition, why it matters, when to use it, practical options. - Book/product note: concise value summary and call to action. 3. Draft valid Astro Markdown with frontmatter matching `web/src/content.config.ts`. 4. Prefer direct commands, concrete filenames, screenshots/image placeholders only when the asset exists or the user asks for one. 5. Preserve the CloudBytes voice while fixing obvious spelling, grammar, and technical clarity issues. 6. Run formatting for edited content when practical: ```bash cd web && npx prettier --write src/content/posts/<path-to-post>.md ``` ## Accuracy Rules - Verify drift-prone technical instructions from primary documentation when the article depends on current versions, latest commands, cloud console labels, package names, pricing, quotas, or release behavior. - Do not invent screenshots, command output, AWS IDs, or benchmark numbers. - Do not add marketing-style introductions. Open with the reader's practical scenario or the exact technical problem. - Do not preserve legacy typos as style. Preserve tone, structure, and pacing; improve correctness. --- > Source: [CloudBytes-Academy/CloudBytes.dev](https://github.com/CloudBytes-Academy/CloudBytes.dev) — distributed by [TomeVault](https://tomevault.io). <!-- tomevault:4.0:skill_md:2026-07-20 -->
View on GitHub