writer
Installation
SKILL.md
writer - AI Text Processing Assistant
The writer module provides high-level abstractions for common text processing tasks, allowing users to leverage AI for translation, summarization, and content optimization via simple subcommands.
When to Activate
- When the user wants to translate text to Chinese (using
@zh) or other languages. - When generating summaries (
abs) or refining existing text (refine). - When expanding content or polishing writing for a better tone.
- When managing text processing agents and their default styles.
Core Principles & Rules
- Simplicity: Use short aliases like
@zhfor the most common tasks. - Piping Support: Designed to process text from
stdinor local files. - Customization: Use
initto configure the preferred model and default writing style.
Additional Scenarios
- Spanish Translation: Use the
transubcommand with specific targets for non-Chinese translations. - Code/Text Explanation: Use
explainto get a breakdown of complex paragraphs or scripts.