example-skill
4
总安装量
1
周安装量
#51415
全站排名
安装命令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill example-skill
Agent 安装分布
mcpjam
1
claude-code
1
replit
1
windsurf
1
zencoder
1
Skill 文档
Example Skill
This is a template skill. Replace with your actual skill content.
FIRST: Verify Prerequisites
Check any required dependencies or setup:
# Example: verify a package is installed
pip install your-package
Key Concepts
- Concept 1: Brief explanation
- Concept 2: Brief explanation
- Concept 3: Brief explanation
Quick Reference
| Task | How to Do It |
|---|---|
| Task 1 | code_or_method() |
| Task 2 | another_method() |
| Task 3 | third_method() |
Common Patterns
Pattern Name
# Example code pattern
def example_function():
pass
Another Pattern
# Another example
class ExampleClass:
def __init__(self):
pass
Detailed References
- references/examples.md – Code examples and templates
- references/troubleshooting.md – Common issues
Best Practices
- First best practice
- Second best practice
- Third best practice