Personal skills collection for the skills CLI, organized in the same repository-style layout used by public skill catalogs.
List available skills from GitHub:
npx skills add azyu/agent-skills --listInstall a specific skill:
npx skills add azyu/agent-skills --skill kobus-bus-searchEach skill lives under skills/<skill-name>/SKILL.md.
skills/
gemini-google-web-search/
SKILL.md
instruction-writer/
SKILL.md
kobus-bus-search/
SKILL.md
shell-script/
SKILL.md
gemini-google-web-search: current web research through Gemini CLI'sgoogle_web_searchtoolinstruction-writer: rewrite prompts and instruction files into concrete, model-friendly rulesshell-script: create, edit, and review shell scripts with shell-specific guidancekobus-bus-search: query Kobus bus schedules and remaining seats
MIT