# Reference Skill Name

> Reference guide and guidelines for [domain/system/standard]. Use when applying standards, following guidelines, or referencing specifications.

- Skill: `majiayu000/reference-skill-name` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/reference-skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/reference-skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/reference-skill-name

---


# Reference/Guidelines Skill Name

## Overview

Complete reference for [what this covers]. Use as lookup guide and standards reference.

## Quick Reference

Key points for quick lookup:

- **Item 1**: Value/description
- **Item 2**: Value/description
- **Item 3**: Value/description

## Guidelines

### Guideline 1: [Concept Name]

**Description**: What this guideline covers

**Rules**:
- Rule 1
- Rule 2
- Rule 3

**Good Example**:
```
Example of correct implementation
```

**Bad Example**:
```
Example of what to avoid
```

**Why**: Explanation of rationale

---

### Guideline 2: [Concept Name]

**Description**: What this guideline covers

**Rules**:
- Rule 1
- Rule 2
- Rule 3

**Good Example**:
```
Example of correct implementation
```

**Bad Example**:
```
Example of what to avoid
```

**Why**: Explanation of rationale

---

## Reference Tables

### Reference 1: [Category]

| Item | Description | Usage |
|------|-------------|-------|
| Item A | Description | When to use |
| Item B | Description | When to use |
| Item C | Description | When to use |

### Reference 2: [Category]

| Item | Description | Example |
|------|-------------|---------|
| Item A | Description | `example-a` |
| Item B | Description | `example-b` |
| Item C | Description | `example-c` |

## Detailed Specifications

### Specification 1: [Component Name]

**Properties**:
- Property 1: Description
- Property 2: Description
- Property 3: Description

**Example**:
```json
{
  "property1": "value",
  "property2": "value",
  "property3": "value"
}
```

**Usage**:
```
How to use this specification
```

---

### Specification 2: [Component Name]

**Properties**:
- Property 1: Description
- Property 2: Description

**Example**:
```json
{
  "property1": "value",
  "property2": "value"
}
```

**Usage**:
```
How to use this specification
```

---

## Common Patterns

### Pattern 1: [Pattern Name]

**When to Use**: Situation description

**Structure**:
```
Pattern structure
```

**Example**:
```
Complete working example
```

---

### Pattern 2: [Pattern Name]

**When to Use**: Situation description

**Structure**:
```
Pattern structure
```

**Example**:
```
Complete working example
```

---

## Checklist

Use this checklist to ensure compliance:

- [ ] Item 1 verified
- [ ] Item 2 verified
- [ ] Item 3 verified
- [ ] Item 4 verified
- [ ] Item 5 verified

## References

For comprehensive details, see:
- [references/complete-specification.md](references/complete-specification.md)
- [references/advanced-patterns.md](references/advanced-patterns.md)

---

**Version**: 1.0
**Last Updated**: [Date]

