Loading...
Loading...
Example skill template. Replace this description with keywords and triggers for your actual skill. This description determines when the skill auto-loads based on conversation context.
npx skill4agent add tondevrel/scientific-agent-skills example-skill# Example: verify a package is installed
pip install your-package| Task | How to Do It |
|---|---|
| Task 1 | |
| Task 2 | |
| Task 3 | |
# Example code pattern
def example_function():
pass# Another example
class ExampleClass:
def __init__(self):
pass