aiwg-guide
SolidContextual AIWG help — explains current version features, answers how-to questions, routes live queries to the steward
AI & Automation 142 stars
21 forks Updated yesterday 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
- 9 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
aiwg-help
Display all available AIWG CLI commands, their arguments, and usage examples
142 Updated yesterday
jmagly AI & Automation Solid
aiwg-init
Initialize AIWG configuration for an existing project by creating .aiwg/aiwg.config with provider and script entries
142 Updated yesterday
jmagly AI & Automation Solid
aiwg-doctor
Run a comprehensive health check on the AIWG installation and workspace with pass/fail diagnostics and remediation steps
142 Updated yesterday
jmagly AI & Automation Solid
help
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
3,795 Updated 4 months ago
parcadei AI & Automation Solid
activity-log
Query and manage the unified .aiwg/activity.log chronological record of AIWG-managed workflow operations
142 Updated yesterday
jmagly