From outfitter
Submit feedback to the Outfitter team via GitHub issues. Use after discovering bugs, missing features, unclear docs, or improvement opportunities in @outfitter/* packages.
npx claudepluginhub outfitter-dev/outfitter --plugin outfitterThis skill is limited to using the following tools:
Submit issues to `outfitter-dev/outfitter` when you discover problems with @outfitter/\* packages.
references/migration-feedback.mdscripts/create-issue.tsscripts/search-issues.shtemplates/bug.jsontemplates/compatibility.jsontemplates/conversion-helper.jsontemplates/docs.jsontemplates/dx.jsontemplates/enhancement.jsontemplates/index.tstemplates/migration-docs.jsontemplates/migration-pattern.jsontemplates/unclear-pattern.jsonGenerates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Submit issues to outfitter-dev/outfitter when you discover problems with @outfitter/* packages.
$ARGUMENTS is provided, use it as the issue description to determine type, package, and title.--submit.Always search first to avoid duplicates:
./scripts/search-issues.sh "keywords describing the issue"
If a similar issue exists, comment on it instead of creating a new one.
Use the helper script with --submit to create an issue:
bun ./scripts/create-issue.ts \
--type bug \
--title "Brief description" \
--package "@outfitter/contracts" \
--description "What went wrong" \
--actual "What actually happened" \
--submit
Without --submit, the script outputs the gh command for review:
bun ./scripts/create-issue.ts --type bug --title "..." --package "..."
| Type | When to Use | Required Fields |
|---|---|---|
bug | Something broke | package, description, actual |
enhancement | Feature request | package, description, useCase |
docs | Documentation gap | package, description, gap |
dx | Poor developer experience | package, description, current |
unclear-pattern | Confusing guidance | package, description, context |
For migration-specific feedback, see references/migration-feedback.md.
bun ./scripts/create-issue.ts --type bug
All issues created via this skill get:
bug, feature, documentation, etc.)feedback — marks it as community feedbacksource/agent — indicates it came from an agent session