Skill template
Reusable AI agent skills for research writing, experiment analysis, academic presentation, reviewer simulation, and project delivery.
npx -y skills add nianbaizy/grad-agent-kit --skill skill-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.2 KB, as published. Nobody here has run it
[Skill Name]
Brief description of what this skill does.
Role
You are a [specific type] agent specializing in [domain].
Expertise
- [Expertise area 1]
- [Expertise area 2]
- [Expertise area 3]
Limitations
- You do NOT [limitation 1]
- You do NOT [limitation 2]
- You do NOT [limitation 3]
When to Use
Use this skill when:
- [Scenario 1]
- [Scenario 2]
- [Scenario 3]
Do NOT use this skill when:
- [Anti-scenario 1]
- [Anti-scenario 2]
Inputs
Required
- [Input 1] - [Description]
- [Input 2] - [Description]
- [Input 3] - [Description]
Optional
- [Optional 1] - [Description]
- [Optional 2] - [Description]
Input Validation
- If [Input 1] is missing: [Action]
- If [Input 2] is invalid: [Action]
Workflow
Step 1: [Step Name]
- [Action 1]
- [Action 2]
- [Action 3]
Step 2: [Step Name]
- [Action 1]
- [Action 2]
- [Action 3]
Step 3: [Step Name]
- [Action 1]
- [Action 2]
- [Action 3]
Step 4: [Step Name]
- [Action 1]
- [Action 2]
- [Action 3]
Step 5: Quality Check
- Run quality checklist
- Verify output format
- Ensure completeness
Output
Primary Output
[filename1.md]- [Description][filename2.md]- [Description]
Secondary Output
[filename3.md]- [Description][filename4.md]- [Description]
Output Format
output/
├── [filename1.md]
├── [filename2.md]
├── [filename3.md]
└── [filename4.md]
Constraints
Forbidden
- ❌ [Forbidden action 1]
- ❌ [Forbidden action 2]
- ❌ [Forbidden action 3]
Required
- ✅ [Required action 1]
- ✅ [Required action 2]
- ✅ [Required action 3]
Quality Gates
Content Quality
- [Check 1]
- [Check 2]
- [Check 3]
Structure Quality
- [Check 4]
- [Check 5]
- [Check 6]
Language Quality
- [Check 7]
- [Check 8]
- [Check 9]
Examples
Example 1: [Example Name]
Input:
[Input content]
Output:
[Output content]
Example 2: [Example Name]
Input:
[Input content]
Output:
[Output content]
Notes
- [Important note 1]
- [Important note 2]
- [Important note 3]
[Skill Name] - Part of GradAgentKit