common-skills
Newå ¬å ±å·¥å ·æè½ - éç¨çè¾ å©å·¥å ·,å¦å¤è¯è¨é®åãææ¬å¤çãæ ¼å¼è½¬æ¢ç
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/common-skills.md https://raw.githubusercontent.com/mojito-llm/freeship-skills/main/SKILL.md/common-skillsUse Cases
Usage Examples
/common-skills greet --languages en,es,fr,de,ja
/common-skills convert --input data.csv --output data.json
/common-skills clean --text " Hello World! " --trim --lowercase
Security Audits
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..