CommunityArt et designgithub.com

roronoazoroshao369/vibe-coding-os

Vibe Coding OS — Claude/Codex/Cursor skill framework with 139 skills, 111 commands, 95 templates, 22 tracked sources, 28/28 validation gates PASS. Quality Shield, Engineering Discipline Pack, plugin marketplace.

Compatible avecClaude CodeCodex CLICursor
npx skills add roronoazoroshao369/vibe-coding-os

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

Skill: Docs Author

Purpose

Make any new skill, command, or template conform to Vibe Coding OS documentation conventions from the first draft — no rework, no orphan headings, no "TODO: fill this in" placeholders shipped to users.

The five-section structure (Purpose, When to use, Workflow, Outputs, Failure modes) is the minimum viable structure validated by validate-skill-quality.mjs. Adding optional sections (Inputs, Verification checklist, Cross-references) signals flagship-quality work.

When to use

  • Creating a new skill, command, or template
  • Reviewing a PR that adds documentation
  • Auditing existing docs for quality regressions
  • Migrating content from another format (Notion, Confluence, internal wiki)

Do NOT use for:

  • README files (use the bilingual README convention)
  • ADR files (use the ADR template)
  • Release notes (use the release notes template)

Inputs

  • A topic, audience, and the workflow being documented
  • Existing patterns to mirror (search with skill-content-search)
  • An optional reviewer / maintainer for the "Cross-references" section

Workflow

  1. Run node scripts/skill-content-search.mjs "<topic>" to find existing related docs and avoid duplication.
  2. Start with the required sections — write Purpose, When to use, Workflow, Outputs, Failure modes. Use the doc structure table below.
  3. Add optional sections — Inputs, Verification checklist, Cross-references. These elevate the doc from "minimum" to "flagship".
  4. Run node scripts/validate-skill-quality.mjs and fix any errors (warnings are OK).
  5. Add cross-references — link from related skills' "Cross-references" section back to yours.
  6. Update the registry — add to registry/skills.json (or commands/manifest.json, registry/prompts.json).
  7. Run node scripts/generate-dashboard.mjs to regenerate the project health dashboard.

Doc structure table

SectionRequired?PurposeLength target
# TitleYesH1 heading, file purpose≤ 60 chars
## PurposeYesWhat problem this solves2–4 sentences
## When to useYesTrigger conditions + exclusions3–7 bullets
## InputsNoWhat the user provides3–6 bullets
## WorkflowYesStep-by-step instructions4–10 numbered steps
## OutputsYesWhat gets produced3–6 bullets
## Failure modesYesKnown edge cases + recovery3–7 entries
## Verification checklistNoHow to confirm it worked4–8 checkboxes
## Cross-referencesNoLinks to related skills/docs3–6 links

Outputs

  • A complete SKILL.md / command .md / template .md following the 5-section convention
  • Optional sections added as needed for clarity
  • Validation passing via validate-skill-quality.mjs
  • Cross-references wired in both directions (your doc links out, related docs link in)

Failure modes

  1. Skipping "Failure modes" — leads to repeated questions and stale docs. Always include at least 3.
  2. Vague "When to use" — readers don't know if this applies to them. Use explicit trigger phrases.
  3. Workflow without examples — abstract steps don't transfer. Include at least one concrete example per major step.
  4. No cross-references — orphaned docs rot. Always wire bidirectional links.
  5. Naming collisions — check existing skills before naming; use skill-content-search to verify.
  6. Frontmatter drift — keep YAML keys in sync across files; validate with validate-repo.mjs.

Verification checklist

  • All 5 required sections present (Purpose, When to use, Workflow, Outputs, Failure modes)
  • Optional sections included where they add value
  • At least one concrete example per Workflow step
  • At least 3 Failure modes documented
  • Cross-references are bidirectional (or at least point outward)
  • YAML frontmatter matches repo schema (name, version, category, description, tags)
  • node scripts/validate-skill-quality.mjs exits 0
  • Entry added to registry/skills.json (or relevant manifest)
  • node scripts/generate-dashboard.mjs regenerates clean
  • At least one reviewer signed off

Cross-references

  • See skills/core/quality-shield/SKILL.md — quality contract before merging docs
  • See skills/core/skill-content-search/SKILL.md — find related content first
  • See templates/adr-template.md — for ADR-format decisions
  • See docs/quality-shield.md — Quality Shield workflow context
  • See scripts/validate-skill-quality.mjs — what the gate checks

Review cadence

  • Quarterly: review doc count, orphan docs, cross-reference completeness
  • On new convention: update this skill + announce in release notes
  • On retire: use deprecate-skill workflow (not delete) for backward compat

Skills associés

paulaldri/prompt-eng-interactive-tutorial

🚀 Master prompt engineering with our interactive tutorial designed for Claude, featuring hands-on exercises and practical techniques to enhance your skills.

community

derailed-dash/gemini-keychain-fix

Fixes 'Keychain is not available' errors in WSL, Docker, and other headless Linux environments. For me, it helps me resolve installing the Nano Banana extension into Gemini CLI in WSL.

community

liangdabiao/ecom-details-image

一个面向 claude code / Codex / OpenClaw 的跨境电商和国内电商通用视觉创作 Skill。我精选25个高质量案例,涵盖纯色底产品主图、场景化生活图、平铺图、电商详情图、真实场景等等,全部配完整提示词,都可以利用 GPT-Image-2 API生成最终效果。一键生成电商相关图片!输入产品图片和需求描述,自动生成完整的电商主图、详情页图片、社媒推广图、直播间场景图等全套视觉素材。 与众不同之处是:**Campaign Style Lock** 机制 和 **强推广** 和 **重视转化效果**。

community

OpenCoworkAI/open-codesign

Open-source Claude Design alternative. One-click import your Claude Code / Codex API key. Prompt → prototype / slides / PDF. Multi-model (Claude, GPT, Gemini, Kimi, GLM, Ollama). BYOK, local-first, MIT.

community

S3YED/appie-kit

Build Your Own AI Employee. The complete starter kit for OpenClaw + Hermes Agent. 155 deduplicated skills, drag-and-drop workspace, case studies, install scripts.

community

Agents365-ai/agent-native-design

Agent-Native CLI design & review skill — design CLIs that serve humans, AI agents, and orchestration systems simultaneously

community