Pr Description
Draft a pull request description from either the current chat session or the full feature branch (committed + uncommitted). Use when the user asks to write a PR description, prep a PR, or summarize changes for review.
Release
Create a new git release with changelog generation and GitHub release
Create Target
Scaffold a new target type (e.g., Zed, Windsurf) for universal-ai-config
Deploy Helper
Assists with deployment tasks
Import Existing Ai Config
Import existing AI tool configurations (from Claude, Copilot, Cursor, or Codex) into universal-ai-config templates. Converts target-specific files into universal templates.
Update Instruction
Create, update, or manage universal-ai-config instruction templates. Handles finding existing instructions, deciding whether to create or modify, and writing the template.
Alpha Skill
First example skill for add-skill tests
Update Ai Config
Create, update, or manage AI configuration templates. Analyzes what the user needs and delegates to the appropriate template-specific skill.
Full Skill
Exercises all skill fields
Update Agent
Create, update, or manage universal-ai-config agent templates. Handles finding existing agents, deciding whether to create or modify, and writing the template.
Update Hook
Create, update, or manage universal-ai-config hook templates. Handles finding existing hooks, deciding whether to create or modify, and writing the template.
Shared Skill
A skill from the shared templates dir
Ai Config Compress
>
Update Skill
Create, update, or manage universal-ai-config skill templates. Handles finding existing skills, deciding whether to create or modify, and writing the template.
Multi Target
A Claude skill from fabis94/universal-ai-config.
Beta Skill
Second example skill with a non-kebab name
Report Feature Changes
Validate uac's assumptions about supported AI tools (Claude Code, Copilot, Cursor, etc.) against current upstream documentation and produce a written report of drift — renamed fields, new events, deprecated features, schema changes — so the user can plan follow-up changes. Does not modify source code.
Update Mcp
Create, update, or manage universal-ai-config MCP server templates. Handles finding existing configs, deciding whether to create or modify, and writing the template.
Test Gen
Test generation skill