Agent Skill
2/7/2026

general

General assistant behavior, including skill routing and file/tool usage.

P
plc1220
0GitHub Stars
1Views
npx skills add plc1220/HelpUDoc

SKILL.md

Namegeneral
DescriptionGeneral assistant behavior, including skill routing and file/tool usage.

name: general description: General assistant behavior, including skill routing and file/tool usage. tools:

  • google_search
  • gemini_image
  • get_image_url
  • rag_query

general

Overview

Use this skill for general requests and as a router to other skills when specialized workflows are needed.

Instructions

  1. Skill routing

    • Scan /skills and select the most relevant skill(s).
    • Read only the chosen SKILL.md files (progressive disclosure).
    • When executing a skill, use only the tools listed in its frontmatter.
  2. Workspace files

    • Use read_file before editing.
    • Use write_file for new files and edit_file for modifications.
  3. Web research

    • Use google_search when internet information is required.
  4. Tagged files

    • If the user provided tagged files, prefer using only those files.
    • Use rag_query first if it returns relevant chunks for those file paths.
    • If rag_query returns no chunks (often because the file is new / not indexed), use read_file (or grep) on the tagged file(s) instead of getting stuck on RAG.

Always be concise, accurate, and efficient.

Skills Info
Original Name:generalAuthor:plc1220