Loading...
Loading...
Language-specific coding standards and validation rules. Provides Python, Go, Rust, TypeScript, Shell, YAML, JSON, and Markdown standards. Auto-loaded by /vibe, /implement, /doc, /bug-hunt, /complexity based on file types.
npx skill4agent add boshu2/agentops standards| Language | Reference | Loaded By |
|---|---|---|
| Python | | vibe, implement, complexity |
| Go | | vibe, implement, complexity |
| Rust | | vibe, implement, complexity |
| TypeScript | | vibe, implement |
| Shell | | vibe, implement |
| YAML | | vibe |
| JSON | | vibe |
| Markdown | | vibe, doc |
standardsskills:
- standards# Pseudo-code for standard loading
if file.endswith('.py'):
load('standards/references/python.md')
elif file.endswith('.go'):
load('standards/references/go.md')
elif file.endswith('.rs'):
load('standards/references/rust.md')
# etc.vibe/references/*-standards.md| Standard | Size | Use Case |
|---|---|---|
| Tier 1 (this skill) | ~5KB each | Normal validation |
| Tier 2 (vibe/references) | ~15-20KB each | Deep audits, |
/vibe/implement/doc/bug-hunt/complexity