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
최근 소스 활동
2026년 7월 23일 21:48
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 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에서 보기