Agent skill
capabilities-skill-name
Comprehensive capability suite for [domain/platform/system]. Multiple features and workflows that integrate together. Use when working with this platform or needing integrated capabilities.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/templates-adaptationio-skrillz-4
SKILL.md
Capabilities-Based Skill Name
Overview
Complete capability suite for [platform/system]. Provides multiple integrated features and workflows.
Quick Start
Most Common Use Case:
- [Step 1]
- [Step 2]
- [Step 3]
Capabilities Overview
| Capability | Purpose | Use When |
|---|---|---|
| Capability A | [Purpose] | [Scenario] |
| Capability B | [Purpose] | [Scenario] |
| Capability C | [Purpose] | [Scenario] |
| Capability D | [Purpose] | [Scenario] |
Capability 1: [Feature Name]
Overview
What this capability enables.
Basic Usage
# Basic command
command-here
Sub-Features
Feature 1.1: [Sub-Feature]
Purpose: What this does
Usage:
command --option value
Feature 1.2: [Sub-Feature]
Purpose: What this does
Usage:
command --different-option
Advanced Options
For advanced usage, see references/capability-1-advanced.md.
Capability 2: [Feature Name]
Overview
What this capability enables.
Basic Usage
# Basic command
command-here
Sub-Features
Feature 2.1: [Sub-Feature]
Purpose: What this does
Usage:
command --option value
Feature 2.2: [Sub-Feature]
Purpose: What this does
Usage:
command --different-option
Integration with Capability 1
How Capability 2 works with Capability 1:
# Combined usage
command-1 | command-2
Capability 3: [Feature Name]
Overview
What this capability enables.
Basic Usage
# Basic command
command-here
Sub-Features
Feature 3.1: [Sub-Feature]
Purpose: What this does
Usage:
command --option value
Integration Patterns
Pattern 1: [Workflow Name]
Combines: Capability A + Capability B
Use Case: When to use this combination
Workflow:
- Use Capability A to [action]
- Use Capability B to [action]
- Verify result
Example:
# Step 1
command-a --setup
# Step 2
command-b --process
# Step 3
command-a --verify
Pattern 2: [Workflow Name]
Combines: Capability B + Capability C
Use Case: When to use this combination
Workflow:
- Use Capability B to [action]
- Use Capability C to [action]
Example:
# Combined workflow
command-b --prepare
command-c --execute
Configuration
Global Configuration
{
"setting1": "value",
"setting2": "value",
"setting3": "value"
}
Capability-Specific Configuration
Capability 1:
{
"capability1_setting": "value"
}
Capability 2:
{
"capability2_setting": "value"
}
Common Workflows
Workflow 1: [Complete Task Name]
Goal: What this accomplishes
Steps:
- [Capability 1] - [Action]
- [Capability 2] - [Action]
- [Capability 3] - [Action]
Example:
# Complete workflow
command-1 setup
command-2 process
command-3 finalize
Workflow 2: [Complete Task Name]
Goal: What this accomplishes
Steps:
- [Capability 2] - [Action]
- [Capability 4] - [Action]
Example:
# Complete workflow
command-2 prepare
command-4 execute
Troubleshooting
Issue: [Problem]
Affects: Which capabilities Symptoms: What you see Solution: How to fix
Issue: [Problem]
Affects: Which capabilities Symptoms: What you see Solution: How to fix
Advanced Features
For advanced capabilities and integration patterns, see:
- references/advanced-integrations.md
- references/capability-matrix.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?