This repository contains my personal set of core skills and custom agents for coding agents. For information about the Agent Skills standard, see agentskills.io.
| Plugin | Description |
|---|---|
| makita-deal-finder | Find the best Makita 18V LXT & 40V XGT solo tool deals in Austria using Geizhals price history API, willhaben.at, and eBay.de. |
- Launch Copilot CLI or Claude Code
- Add the marketplace:
/plugin marketplace add ViktorHofer/skills - Install a plugin:
/plugin install <plugin>@viktorhofer-agent-skills - Restart to load the new plugins
- View available skills:
/skills - View available agents:
/agents - Update plugin (on demand):
/plugin update <plugin>@viktorhofer-agent-skills
Important
VS Code plugin support is a preview feature and subject to change. You may need to enable it first.
Once configured, type /plugins in Copilot Chat or use the @agentPlugins filter in Extensions to browse and install plugins from the marketplace.
Skills in this repository follow the agentskills.io open standard and are compatible with OpenAI Codex.
Install individual skills using the skill-installer CLI with the GitHub URL:
$ skill-installer install https://github.com/ViktorHofer/skills/tree/main/plugins/<plugin>/skills/<skill-name>See LICENSE for details.