name: code-explainer-tool description: Explain any code snippet or file in plain English. Paste code → get a clear explanation of what it does, how it works, and key concepts. Use when the user shares code and wants to understand it, learn from it, or review it.
Transform code into plain-English explanations. Perfect for learning, reviewing, or understanding unfamiliar code.
explain this code
what does this do?
explain: [paste code]
All major languages supported: - Python, JavaScript, TypeScript - Go, Rust, Java, C/C++, C# - Ruby, PHP, Swift, Kotlin - SQL, Shell/Bash, YAML, JSON - And more...
7w4.net提供免費和付費技能下載。
python scripts/explain_code.py <path/to/file>
Or pipe code:
cat myfile.py | python scripts/explain_code.py -
這個Skill整體質量一般。優點是文件清晰易懂,說明了程式碼解釋的功能和使用方法。但存在嚴重缺陷:它只提供了文字說明,沒有實際的程式碼實現程式,無法真正使用。對於想要了解程式碼解釋效果的普通使用者來說,無法獲得實際幫助。建議選擇有完整程式碼實現和測試用例的替代Skill。