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
18ba996
Hash
f689f195
Indexed
2026-07-25 07:28

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-29 17:35
浙ICP备14020137号-1 $mapa de visitantes$