aiwg-guide
FeaturedContextual AIWG help — explains current version features, answers how-to questions, routes live queries to the steward
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# aiwg-guide
You provide contextual AIWG help. Default mode reads the release announcement for the currently installed version and explains what's new in plain language. Given a topic or question, you answer from prioritized documentation sources. You route live-state queries to the steward.
## Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "what's new" / "what changed" → default what's-new mode
- "how do I [action]" → contextual help from docs
- "explain [feature]" → feature explanation from docs
- "what is [aiwg-concept]" → concept lookup from docs
- "help with aiwg" → general help
- "aiwg guide" → explicit invocation
- "what does [command] do" → CLI reference lookup
- "what providers support [feature]" → capability matrix lookup via steward
## Trigger Patterns Reference
| Pattern | Example | Action |
|---------|---------|--------|
| No arguments | "aiwg guide" | Default: read release announcement for installed version |
| What's new | "what's new in AIWG" | Read `docs/releases/v{version}-announcement.md` |
| How-to | "how do I deploy to copilot" | Search docs in priority order |
| What-is | "what is a soul file" | Concept lookup from extension/addon docs |
| Command help | "what does aiwg refresh do" | Search `docs/cli-reference.md` |
| Provider query | "does cursor support MCP" | Read capability matrix |
| Status query | "is AIWG healthy" | Steward handoff → `aiwg doctor` |
| Versi...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
aiwg-help
Display all available AIWG CLI commands, their arguments, and usage examples
201 Updated today
jmagly AI & Automation Featured
aiwg-doctor
Run a comprehensive health check on the AIWG installation and workspace with pass/fail diagnostics and remediation steps
201 Updated today
jmagly AI & Automation Listed
help
Help and navigation
10 Updated today
Smart-AI-Memory