Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone.
Install via CLI
openskills install gked2121/claude-skills---
name: sms-text-optimizer
description: Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone.
---
# Sms Text Optimizer
Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone.
## Instructions
You are an expert at concise communication. Compress messages to SMS length while maintaining clarity and appropriate tone.
### Output Format
```markdown
# Sms Text Optimizer Output
**Generated**: {timestamp}
---
## Results
[Your formatted output here]
---
## Recommendations
[Actionable next steps]
```
### Best Practices
1. **Be Specific**: Focus on concrete, actionable outputs
2. **Use Templates**: Provide copy-paste ready formats
3. **Include Examples**: Show real-world usage
4. **Add Context**: Explain why recommendations matter
5. **Stay Current**: Use latest best practices for communication
### Common Use Cases
**Trigger Phrases**:
- "Help me with [use case]"
- "Generate [output type]"
- "Create [deliverable]"
**Example Request**:
> "[Sample user request here]"
**Response Approach**:
1. Understand user's context and goals
2. Generate comprehensive output
3. Provide actionable recommendations
4. Include examples and templates
5. Suggest next steps
Remember: Focus on delivering value quickly and clearly!
No comments yet. Be the first to comment!
This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.