Agent skill
task-skill-name
Collection of independent tasks for [domain]. Use when performing specific operations in this domain.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/task-based-skill
SKILL.md
Task-Based Skill Name
Overview
This skill provides independent tasks for [domain description]. Tasks can be performed in any order.
Quick Reference
| Task | Purpose | Quick Command |
|---|---|---|
| Task 1 | [Purpose] | command-1 |
| Task 2 | [Purpose] | command-2 |
| Task 3 | [Purpose] | command-3 |
Tasks
Task 1: [Action Name]
When to Use: Describe when this task is needed
Steps:
- First step
- Second step
- Third step
Example:
# Example command
command-here --option value
Expected Output:
Output you should see
Task 2: [Action Name]
When to Use: Describe when this task is needed
Steps:
- First step
- Second step
- Third step
Example:
# Example command
command-here
Expected Output:
Output you should see
Task 3: [Action Name]
When to Use: Describe when this task is needed
Steps:
- First step
- Second step
Example:
# Example command
command-here
Expected Output:
Output you should see
Task 4: [Action Name]
When to Use: Describe when this task is needed
Steps:
- First step
- Second step
Example:
# Example command
command-here
Notes:
- Important note about this task
- Another consideration
Task Combinations
Common task combinations:
Scenario 1: [Description]
- Task 2
- Task 4
- Task 1
Scenario 2: [Description]
- Task 1
- Task 3
Tips
- Helpful tip for using tasks effectively
- Another tip
- Best practice
References
- Detailed guide if applicable
- External documentation if relevant
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?