agentsclimarketplace

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

Install
npx -y skills add VRIL-LABS/skill-jam --skill neversight-skills_feed-writing-best-practices-1.0.1

Assembled 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

TopicRule File
Core structure and organizationstructure
Frontmatter formatfrontmatter
Impact levelsimpact-levels
Validation and verificationvalidation
Writing individual ruleswriting-rules
Code examples and patternscode-examples
Quick reference tablesquick-reference
Maintenance and updatesmaintenance
Common anti-patternsanti-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

NeedPattern
Quick lookupTable with rule file links
Deep understandingAGENTS.md with all details
Specific topicIndividual rule file
Code variationsTables instead of multiple examples

Red Flags - STOP

Anti-patternFix
"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

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.