BeClaude

common-skills

New
Community RegistryGeneralby FreeShip Team

公共工具技能 - 通用的辅助工具,如多语言问候、文本处理、格式转换等

First seen 5/22/2026

Summary

Common Skills provides a set of general-purpose utilities for everyday development tasks, including multilingual greetings, text processing, and format conversion.

  • It helps developers quickly handle common operations without leaving the terminal.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/common-skills.md https://raw.githubusercontent.com/mojito-llm/freeship-skills/main/SKILL.md
3
Invoke in Claude Code
/common-skills

Use Cases

Generate a greeting in multiple languages for a global application.
Convert text between different formats like CSV, JSON, or Markdown.
Clean and normalize text data by removing extra whitespace or special characters.
Extract specific patterns from text using simple commands.
Format code snippets or data for documentation or sharing.
Validate and transform common data structures like dates or phone numbers.

Usage Examples

1

/common-skills greet --languages en,es,fr,de,ja

2

/common-skills convert --input data.csv --output data.json

3

/common-skills clean --text " Hello World! " --trim --lowercase

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is common-skills?

Common Skills provides a set of general-purpose utilities for everyday development tasks, including multilingual greetings, text processing, and format conversion. It helps developers quickly handle common operations without leaving the terminal.

How to install common-skills?

To install common-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/common-skills.md https://raw.githubusercontent.com/mojito-llm/freeship-skills/main/SKILL.md. Finally, /common-skills in Claude Code.

What is common-skills best for?

common-skills is a skill categorized under General. Created by FreeShip Team.

What can I use common-skills for?

common-skills is useful for: Generate a greeting in multiple languages for a global application.; Convert text between different formats like CSV, JSON, or Markdown.; Clean and normalize text data by removing extra whitespace or special characters.; Extract specific patterns from text using simple commands.; Format code snippets or data for documentation or sharing.; Validate and transform common data structures like dates or phone numbers..