Stats
Actions
Tags
From ccube-software-craft
Markdown formatting rules: 80-character hard line wrap, heading hierarchy (no H1), fenced code blocks with language tags, table alignment, and YAML front matter conventions. Use when creating or editing any .md or markdown file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccube-software-craft:cc-markdown-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
## for H2 and ### for H3. Use headings
hierarchically. Recommend restructuring if content uses H4; strongly
recommend for H5.- for bullet points and 1. for numbered lists.
Indent nested lists with two spaces.```typescript).[link text](URL). Ensure link text is descriptive
and the URL is valid.. Include a brief description
of the image in the alt text.| to create tables. Ensure columns are properly
aligned and headers are included.npx claudepluginhub lifesg/ccube-agent-plugin-marketplace --plugin ccube-software-craftGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.