npx claudepluginhub urso/claudev --plugin miscThis skill is limited to using the following tools:
Generate a concise commit message based on staged changes. Does NOT auto-commit - outputs message for user to copy.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Generate a concise commit message based on staged changes. Does NOT auto-commit - outputs message for user to copy.
$ARGUMENTS
Parse for:
--story <story-file> for context (optional)!git diff --cached --stat
!git diff --cached
!git log --oneline -10
If the staged changes summary above is empty, report and exit:
No staged changes. Stage files with `git add` first.
From the recent commits above, detect if project uses:
feat:, fix:, refactor:, etc.)[ABC-123])Match the detected style.
If --story provided, read the file to understand what was being worked on.
From the diff, identify:
Title (first line):
Body (optional, if changes are complex):
Part of: <story name>## Suggested Commit Message
<body if needed>
```
Guidelines