Back to Skills

standards

verified

Library skill providing language standards, style guides, and best practices. Not invoked directly - other skills reference these docs.

View on GitHub

Marketplace

agentops-marketplace

boshu2/agentops

Plugin

domain-kit

development

Repository

boshu2/agentops
6stars

plugins/domain-kit/skills/standards/SKILL.md

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/boshu2/agentops/blob/main/plugins/domain-kit/skills/standards/SKILL.md -a claude-code --skill standards

Installation paths:

Claude
.claude/skills/standards/
Powered by add-skill CLI

Instructions

# Standards Library

> **This is a library skill.** It provides reference documentation for other skills.
> Not typically invoked directly by users.

## Purpose

Central repository of coding standards, style guides, and best practices that other skills can reference for language-specific validation, implementation guidance, and quality checks.

## Available References

### Language Standards

| Reference | Path | Use When |
|-----------|------|----------|
| **Python** | `references/python.md` | `.py` files |
| **Go** | `references/go.md` | `.go` files |
| **TypeScript** | `references/typescript.md` | `.ts`, `.tsx` files |
| **Shell** | `references/shell.md` | `.sh`, `.bash` files |
| **YAML/Helm** | `references/yaml.md` | `.yaml`, `.yml` files |
| **Markdown** | `references/markdown.md` | `.md` files |
| **JSON/JSONL** | `references/json.md` | `.json`, `.jsonl` files |
| **Tags** | `references/tags.md` | `.agents/` documents |

### API & Platform Standards

| Reference | Path | Use When |
|-----------|------|----------|
| **OpenAI** | `references/openai.md` | Building OpenAI-powered agents |
| **OpenAI Prompts** | `references/openai-prompts.md` | Prompt engineering for OpenAI models |
| **OpenAI Functions** | `references/openai-functions.md` | Function calling, tool definitions |
| **OpenAI Responses** | `references/openai-responses.md` | Responses API, agent orchestration |
| **OpenAI Reasoning** | `references/openai-reasoning.md` | o3/o4-mini reasoning models |
| **OpenAI GPT-OSS** | `references/openai-gptoss.md` | GPT-OSS-120B/20B open-weight models |

## How Other Skills Use This

### Declare Dependency

```yaml
---
name: my-skill
skills:
  - standards
---
```

### Load Relevant Reference

```markdown
## When Validating Python

Load `domain-kit/skills/standards/references/python.md` for:
- Common Errors table (symptom -> cause -> fix)
- Anti-Patterns (named patterns to avoid)
- AI Agent Guidelines (ALWAYS/NEVER rules)
```

### Detection Pattern

```markdown
## L

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3835 chars