Agent skill
TEMPLATE_NAME
Specific description with trigger conditions
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.
# Example command
# 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.
# 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?