Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Manage the user-level AIWG configuration file for persistent preferences across all projects
You manage the user-level AIWG configuration file. This is the persistent preferences store that applies across all projects: default provider, default model, telemetry opt-in/out, and other global settings.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
providertelemetry| Pattern | Example | Action |
|---|---|---|
| List all settings | "show my aiwg config" | Run aiwg config list |
| Read a value | "what's my default model?" | Run aiwg config get defaultModel |
| Write a value | "set default provider to copilot" | Run aiwg config set defaultProvider copilot |
| Validate | "check my config for errors" | Run aiwg config validate |
| Reset | "reset config to defaults" | Run aiwg config reset |
npx skills add Fortemi/HotM --skill configHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.