From skills-marketplace
Format and structure content as clean, well-organized Markdown. Use when asked to create documentation, format text, or generate Markdown output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills-marketplace:markdown-formatterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transforms unstructured content into clean, well-organized Markdown with proper headings, lists, code blocks, and formatting.
Transforms unstructured content into clean, well-organized Markdown with proper headings, lists, code blocks, and formatting.
When formatting content to Markdown:
#) - Document title only##) - Major sections###) - SubsectionsInput: "Document the getUser function that takes userId string and returns User object with name email and createdAt fields"
Output:
## `getUser(userId)`
Retrieves a user by their unique identifier.
### Parameters
| Name | Type | Description |
|------|------|-------------|
| `userId` | `string` | The unique user identifier |
### Returns
`User` object with the following properties:
- `name` - User's display name
- `email` - User's email address
- `createdAt` - Account creation timestamp
#) over SetextGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub beshkenadze/claude-skills-marketplace --plugin global-accessibility