Text Formatter

🌐Community
by catlog22 Β· vlatest Β· Repository

This Text Formatter cleans up messy text by standardizing spacing, capitalization, and punctuation – making your writing clearer and more polished.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add text-formatter npx -- -y @trustedskills/text-formatter
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "text-formatter": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/text-formatter"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The text-formatter skill allows you to apply various formatting styles to plain text. It can convert text to Markdown, HTML, or other specified formats. This is useful for creating structured documents from raw text data and presenting information in a more readable format.

When to use it

  • Creating documentation: Transform notes or code comments into formatted Markdown files.
  • Generating reports: Convert data extracted from various sources into HTML tables or lists for reporting purposes.
  • Formatting emails: Format plain text email drafts into HTML for richer presentation.
  • Converting between formats: Easily change the format of a piece of text (e.g., Markdown to HTML).

Key capabilities

  • Text-to-Markdown conversion
  • Text-to-HTML conversion
  • Support for other specified output formats

Example prompts

  • "Format this text as markdown: [insert plain text here]"
  • "Convert the following into HTML: [insert plain text here]"
  • β€œPlease format this text to a CSV file: [insert plain text here]”

Tips & gotchas

The specific output formats supported may vary. Be sure to clearly specify the desired output format in your prompt for best results.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
catlog22
Installs
12

🌐 Community

Passed automated security scans.