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.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
tomevault-io/tomes
آخر نشاط في المصدر
٢٣ يوليو ٢٠٢٦ في ٢١:٤٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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 -->
عرض على GitHub