- Home
- Skills
- Asadullah48
- Hackathon Superpowers
- Skill Template
skill-template_skill
- Shell
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill asadullah48/hackathon-superpowers --skill skill-template- SKILL.md1.2 KB
Overview
This skill, example-skill, provides compact command and code patterns to solve common shell and scripting tasks, plus guidance on what to avoid. Use trigger keywords like "example", "pattern", or "fix" when asking for quick, practical snippets and troubleshooting steps. It is designed for developers who want ready-to-run examples and clear explanations.
How this skill works
The skill inspects the intent expressed by the user and returns concise shell or small code patterns plus an explanation of why they work. It highlights correct usage, anti-patterns to avoid, and short fixes for common problems. Responses focus on actionable commands, minimal examples, and rationale so you can copy, test, and adapt quickly.
When to use it
- When a user mentions keywords like "example", "pattern", or "fix" and needs a concrete shell snippet
- When a user asks to run or construct a simple command or small script
- When the user needs a quick explanation of why a pattern works
- When troubleshooting common shell mistakes or unsafe commands
- When the user wants best-practice guidance for small scripting tasks
Best practices
- Show minimal, runnable examples that are safe to test locally
- Explain the rationale in one or two sentences so readers understand trade-offs
- Highlight anti-patterns explicitly and provide safe alternatives
- Prefer portable shell constructs and note when a tool is system-specific
- Include one-liner fixes for common issues when applicable
Example use cases
- Provide a short echo or file-manipulation example when asked "show me an example"
- Offer a safe alternative when a user suggests a dangerous command like recursive deletes
- Supply a small TypeScript or shell snippet to illustrate an API or CLI pattern
- Diagnose a reported error and give a concise command to reproduce or fix it
- Recommend a related skill when the problem scope goes beyond a short example
FAQ
Include words like "example", "pattern", "snippet", or "fix" plus a short description of the task.
Will the skill run code or commands for me?
No — it provides safe, minimal examples and explanations you can run locally; it does not execute commands.
How does it handle dangerous commands?
It flags anti-patterns, explains why they are unsafe, and offers safer alternatives or mitigations.