beshkenadze/claude-skills-marketplace
Overview
This skill formats and structures content into clean, well-organized Markdown for documentation, READMEs, API references, and notes. It enforces consistent heading hierarchy, code block syntax, lists, and tables to produce readable, reusable Markdown output.
How this skill works
The formatter analyzes raw text to detect titles, section breaks, lists, code samples, and tabular data. It maps structure to ATX headings, converts code to fenced blocks with language identifiers, transforms sequences into numbered lists and related items into bullets, and generates Markdown tables for structured data. It also applies style rules like line-length limits, blank lines between sections, and limits on heading depth and nesting.
When to use it
- Creating or polishing documentation and READMEs
- Converting notes, transcripts, or unstructured text into Markdown
- Formatting API docs, function signatures, and parameter tables
- Preparing example code blocks with correct language tagging
- Generating Markdown for static sites, wikis, or knowledge bases
Best practices
- Use H1 only for the document title and H2 for major sections
- Include a language identifier on all fenced code blocks
- Keep lines under 100 characters for readability
- Limit heading levels to three and nested lists to two levels
- Separate logical blocks with a blank line and prefer ATX-style headings
Example use cases
- Document a function: produce signature, parameters table, and return value section
- Turn meeting notes into a structured README with headings and action-item lists
- Convert tutorial content into step-by-step numbered procedures with code samples
- Create a comparison table for features or configuration options
- Format a changelog entry with version heading and bullet highlights
FAQ
No. It restructures and formats the existing content into Markdown without rewriting intent or meaning, unless asked to edit wording.
How are code snippets handled?
Code is placed into fenced blocks with an appropriate language tag when detected; short inline code uses single backticks.
15 skills
This skill formats and structures content into clean Markdown with headings, lists, and code blocks to produce ready documentation.
This skill helps you automate shell-based workflows by providing clear steps, examples, and best practices for building reliable CLI tooling.
This skill orchestrates end-to-end iOS design workflow from idea to implementation, aligning with Apple HIG and generating actionable specs and tasks.
This skill helps you manage Gitea wiki pages efficiently by encoding/decoding content with shell tools and applying MCP workflows.
This skill helps you create Claude Agent Skills by guiding you through discovery, design, and generation to produce SKILL.md files.
This skill reviews iOS SwiftUI/UIKit code against Apple HIG, highlighting accessibility, typography, layout, and navigation improvements for production-ready
This skill generates and validates JSON Schema definitions to document APIs and enforce data structures.
This skill helps you manage Python projects with uv for faster installs, dependency management, and streamlined virtual environments.
This skill helps you research and synthesize best practices, guides, and libraries for your project using structured reports and up-to-date sources.
This skill fetches web content or downloads files using wget, validating URLs, honoring headers, timeouts, and retries to deliver data or files.
This skill helps you master TypeScript advanced types to build type-safe libraries and complex type inference across generics, conditionals, and mapped types.
This skill helps you safely remove files and directories by wrapping rm -rf with protective checks and dry-run previews.
This skill verifies external known issues before claiming them, performing web searches, evaluating evidence, and presenting citations.
This skill helps you perform AI-powered code reviews using Codex CLI to catch bugs, security issues, and quality problems before PRs.
This skill helps you implement and audit access control with ZenStack for Prisma/tRPC, RBAC/ABAC, and field-level validation.