A library skill that other skills pull from to load language-specific coding standards on demand. When vibe audits Python files, it grabs python.md. When implement writes Go code, it loads go.md. Covers the usual languages plus domain-specific checklists for SQL injection risks, LLM trust boundaries, and race conditions that trigger automatically when matching code patterns are detected. It's infrastructure, not something you invoke directly. The appeal is consistency without manual reference loading, and the specialized checklists actually catch the high-risk patterns that generic linters miss. Saves having every execution skill reinvent standards enforcement from scratch.
npx skills add https://github.com/boshu2/agentops --skill standards