Agent skill
TEMPLATE_NAME
Specific description with trigger conditions
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/template-name-smith6jt-cop-skills-registry
SKILL.md
TEMPLATE_NAME - Research Notes
Experiment Overview
| Item | Details |
|---|---|
| Date | YYYY-MM-DD |
| Goal | What you were trying to achieve |
| Environment | Hardware, software versions |
| Status | Success / Partial / Failed |
Context
Describe the problem you were solving and why existing solutions didn't work.
Verified Workflow
Step-by-step instructions that work. Include exact commands and code blocks.
bash
# Example command
python
# Example code
Failed Attempts (Critical)
This is the most valuable section. Document what didn't work so others don't repeat mistakes.
| Attempt | Why it Failed | Lesson Learned |
|---|---|---|
| Approach 1 | Specific reason | What to do instead |
| Approach 2 | Specific reason | What to do instead |
Final Parameters
Exact, copy-pasteable configurations that work.
yaml
# Configuration example
param1: value1
param2: value2
Key Insights
- Bullet points of important learnings
- Things that surprised you
- Edge cases to watch for
References
- Link to relevant documentation
- Related issues or discussions
- Papers or blog posts that helped
Didn't find tool you were looking for?