Neversight skills feed writing best practices 1.0.1
Skill VRIL-LABS/skill-jam/skills/best-practices/neversight-skills_feed-writing-best-practices-1.0.1
Use when creating structured best practices guides, organizing technical documentation, or establishing reference materials for teams or agentsFrom its SKILL.md
npx -y skills add VRIL-LABS/skill-jam --skill neversight-skills_feed-writing-best-practices-1.0.1Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 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 file declares
Copied from the file, not written here
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
2.9 KB, 606 tokens by cl100k_base, as published. Nobody here has run it
Writing Best Practices
Create structured, maintainable best practices documentation that scales from quick reference to detailed guides.
Core Principle
Separate quick reference from comprehensive documentation.
When to Use
- Creating technical best practices guides
- Organizing reference documentation for teams or agents
- Building structured knowledge bases
- Documenting proven patterns and approaches
Don't use for:
- One-time documentation (use simple README)
- Project-specific notes (use CLAUDE.md)
- Narrative blog posts or tutorials
Quick Reference
| Topic | Rule File |
|---|---|
| Core structure and organization | structure |
| Frontmatter format | frontmatter |
| Impact levels | impact-levels |
| Validation and verification | validation |
| Writing individual rules | writing-rules |
| Code examples and patterns | code-examples |
| Quick reference tables | quick-reference |
| Maintenance and updates | maintenance |
| Common anti-patterns | anti-patterns |
Essential Structure
best-practice-name/
├── SKILL.md # Quick reference (human scan)
├── AGENTS.md # Full content (agent read)
└── rules/ # Modular rule files
├── rule-1.md
├── rule-2.md
└── ...
SKILL.md (2-3 pages):
- Overview and core principle
- When to use/not use
- Quick reference table
- Essential pattern code
- Red flags
- Link to full doc
AGENTS.md (complete compilation):
- All content in single document
- Generated or compiled from rules/
- Comprehensive with all details
rules/ (modular sections):
- One file per focused topic
- Mix of concept + examples
- Easy to update independently
Common Patterns
| Need | Pattern |
|---|---|
| Quick lookup | Table with rule file links |
| Deep understanding | AGENTS.md with all details |
| Specific topic | Individual rule file |
| Code variations | Tables instead of multiple examples |
Red Flags - STOP
| Anti-pattern | Fix |
|---|---|
| "Put everything in one file" | Use modular structure |
| "No need for quick reference" | Humans scan, agents read |
| "Five language examples" | One excellent example is enough |
| "Narrative style rules" | Use problem/solution format |
How to Use
Each rule file contains:
- Why the pattern matters
- ❌ Incorrect vs ✅ Correct examples
- Additional context and references
For the complete guide: AGENTS.md
What ships with it: 11 files
1.9 KB alongside SKILL.md
- description_ar.txt200 B
- description_cn.txt106 B
- description_de.txt174 B
- description_en.txt144 B
- description_es.txt156 B
- description_fr.txt207 B
- description_it.txt184 B
- description_ja.txt186 B
- description_ko.txt169 B
- description_ru.txt321 B
- description_tw.txt106 B