Agent skill
reference-skill-name
Reference guide and guidelines for [domain/system/standard]. Use when applying standards, following guidelines, or referencing specifications.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/reference-guidelines-skill
SKILL.md
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:
{
"property1": "value",
"property2": "value",
"property3": "value"
}
Usage:
How to use this specification
Specification 2: [Component Name]
Properties:
- Property 1: Description
- Property 2: Description
Example:
{
"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/advanced-patterns.md
Version: 1.0 Last Updated: [Date]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?