Agent Skill
2/7/2026general
General assistant behavior, including skill routing and file/tool usage.
P
plc1220
0GitHub Stars
1Views
npx skills add plc1220/HelpUDoc
SKILL.md
| Name | general |
| Description | General 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
-
Skill routing
- Scan
/skillsand select the most relevant skill(s). - Read only the chosen
SKILL.mdfiles (progressive disclosure). - When executing a skill, use only the tools listed in its frontmatter.
- Scan
-
Workspace files
- Use
read_filebefore editing. - Use
write_filefor new files andedit_filefor modifications.
- Use
-
Web research
- Use
google_searchwhen internet information is required.
- Use
-
Tagged files
- If the user provided tagged files, prefer using only those files.
- Use
rag_queryfirst if it returns relevant chunks for those file paths. - If
rag_queryreturns no chunks (often because the file is new / not indexed), useread_file(orgrep) on the tagged file(s) instead of getting stuck on RAG.
Always be concise, accurate, and efficient.
Skills Info
Original Name:generalAuthor:plc1220
Download