Template
Skill ledjay/skills/_template
npx -y skills add ledjay/skills --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
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
One-line description with trigger phrases. Use when the user asks for X, Y, or Z.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
Skill Title
Brief description of what this skill does.
When to Use
Use this skill when:
- Condition 1
- Condition 2
- Condition 3
Rule Categories
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Category 1 | CRITICAL | cat1- |
| 2 | Category 2 | HIGH | cat2- |
| 3 | Category 3 | MEDIUM | cat3- |
| 4 | Category 4 | LOW | cat4- |
Quick Reference
1. Category 1 (CRITICAL)
cat1-rule-1— Brief descriptioncat1-rule-2— Brief description
2. Category 2 (HIGH)
cat2-rule-1— Brief descriptioncat2-rule-2— Brief description
3. Category 3 (MEDIUM)
cat3-rule-1— Brief description
4. Category 4 (LOW)
cat4-rule-1— Brief description
How to Use
Read individual rule files for detailed explanations:
references/cat1-rule-1.md
references/cat2-rule-1.md
Each rule file contains:
- Brief explanation of why it matters
- Incorrect example with explanation
- Correct example with explanation
- Additional context