Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:59 +08:00
commit fd99ef421d
11 changed files with 281 additions and 0 deletions

7
commands/all-comments.md Normal file
View File

@@ -0,0 +1,7 @@
---
description: Remove obvious and redundant comments from all files
---
🧹 Remove obvious and redundant comments from all files in the codebase.
@../shared/comment-removal-rules.md

9
commands/comments.md Normal file
View File

@@ -0,0 +1,9 @@
---
description: Remove obvious and redundant comments from uncommitted changes
---
🧹 Remove obvious and redundant comments from uncommitted code changes.
📍 Only consider and only edit local code changes that are not yet committed to git.
@../shared/comment-removal-rules.md

25
commands/emoji.md Normal file
View File

@@ -0,0 +1,25 @@
---
argument-hint: file or content to enhance
description: Add appropriate emoji to make content more engaging
---
😊 Add appropriate emoji to the content we're working on to make it more engaging and easier to scan.
$ARGUMENTS
## 📍 Placement
- Add emoji at the beginning of headers before the text
- Include emoji in lists and navigation elements
- Code comments
## 🔄 Two-pass approach
1. First pass: Add the most fitting emoji for each element
2. Second pass: Replace duplicates with suitable alternatives
# 🎯 Patterns for consistency
- Match emoji to content's tone and purpose (🎉 celebrations, 🔧 technical, 📚 documentation)
- Use emoji for status indicators (✅ complete, ⏳ in progress, ❌ error, ⚠️ warning)
- Establish patterns for consistency (📝 for "Notes", 🔗 for "Links", etc.)