Agent SkillsA-EVO-Lab/a-evolve › skill-usage

skill-usage

GitHub

指导如何发现、加载和使用技能包以解决任务。涵盖技能位置、结构、使用流程及常见模式,强调遵循指令和脚本的重要性。

seed_workspaces/skillbench/skills/skill-usage/SKILL.md A-EVO-Lab/a-evolve

Trigger Scenarios

用户询问如何使用技能 需要查找或加载特定技能时

Install

npx skills add A-EVO-Lab/a-evolve --skill skill-usage -g -y
More Options

Non-standard path

npx skills add https://github.com/A-EVO-Lab/a-evolve/tree/main/seed_workspaces/skillbench/skills/skill-usage -g -y

Use without installing

npx skills use A-EVO-Lab/a-evolve@skill-usage

指定 Agent (Claude Code)

npx skills add A-EVO-Lab/a-evolve --skill skill-usage -a claude-code -g -y

安装 repo 全部 skill

npx skills add A-EVO-Lab/a-evolve --all -g -y

预览 repo 内 skill

npx skills add A-EVO-Lab/a-evolve --list

SKILL.md

Frontmatter
{
    "name": "skill-usage",
    "description": "How to discover, load, and effectively use skills to solve SkillBench tasks."
}

Skill Usage Guide

Skills are modular instruction packages placed in the container to help you solve tasks. Using them effectively is the single most important factor for success.

Skill locations

Skills are copied to multiple well-known paths inside the container:

  • /root/.agents/skills/
  • /root/.claude/skills/
  • /root/.codex/skills/

All paths contain the same skills. Use whichever is available.

Skill structure

Each skill is a folder:

skill-name/
├── SKILL.md        # Main instructions (YAML frontmatter + markdown body)
├── scripts/        # Optional helper scripts (Python, Bash)
└── references/     # Optional reference documentation

How to use skills

  1. Always list skills first — call list_skills at the start of every task
  2. Load relevant skills — if a skill name matches the task domain, call load_skill with the skill name
  3. Follow skill instructions — skills contain domain-specific procedures, parameter values, or code patterns that are essential
  4. Run helper scripts — if the skill has scripts/, execute them (they often automate tedious steps)
  5. Consult references — check references/ for API docs or formula sheets

Common skill patterns

  • Data format skills (e.g., xlsx, csv): Teach how to read/write specific formats
  • Domain skills (e.g., pid-control, seismic): Contain domain formulas and constants
  • Tool skills (e.g., libreoffice, ffmpeg): Show correct CLI flags and workflows
  • Framework skills (e.g., react, spring-boot): Guide migration or debugging patterns

Anti-patterns

  • Do NOT ignore skills — they exist specifically for the task at hand
  • Do NOT reinvent what a skill script already automates
  • Do NOT skip reading the full SKILL.md — summaries miss critical details

Version History

  • c9d4789 Current 2026-07-25 07:28

Same Skill Collection

artifacts/tb2_clawcode_opus46/skills/build-compiled-extensions/SKILL.md
artifacts/tb2_clawcode_opus46/skills/debug-and-fix/SKILL.md
artifacts/tb2_clawcode_opus46/skills/environment-discovery/SKILL.md
artifacts/tb2_clawcode_opus46/skills/python-data-analysis/SKILL.md
artifacts/tb2_clawcode_opus46/skills/scientific-computing/SKILL.md
artifacts/tb2_clawcode_opus46/skills/self-verification/SKILL.md
artifacts/tb2_clawcode_opus46/skills/systematic-exploration/SKILL.md
seed_workspaces/mcp_mh/.claude/skills/harness-optimizer/SKILL.md
seed_workspaces/osworld/skills/application-shortcuts/SKILL.md
seed_workspaces/osworld/skills/gui-click-over-keyboard/SKILL.md
seed_workspaces/osworld/skills/gui-navigation/SKILL.md
seed_workspaces/osworld/skills/screenshot-analysis/SKILL.md
seed_workspaces/osworld/skills/self-verification/SKILL.md
seed_workspaces/osworld/skills/web-access-strategies/SKILL.md
seed_workspaces/skillbench/skills/data-formats/SKILL.md
seed_workspaces/skillbench/skills/environment-discovery/SKILL.md
seed_workspaces/skillbench/skills/python-packages/SKILL.md
seed_workspaces/terminal/skills/build-compiled-extensions/SKILL.md
seed_workspaces/terminal/skills/debug-and-fix/SKILL.md
seed_workspaces/terminal/skills/environment-discovery/SKILL.md
seed_workspaces/terminal/skills/scientific-computing/SKILL.md
seed_workspaces/terminal/skills/self-verification/SKILL.md

Metadata

Files
0
Version
88190c6
Hash
f689f195
Indexed
2026-07-25 07:28

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 12:56
浙ICP备14020137号-1 $방문자$