npx claudepluginhub urso/claudev --plugin blueprintThis skill is limited to using the following tools:
Fix build and lint errors using project build configuration.
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.
Fix build and lint errors using project build configuration.
${CLAUDE_PLUGIN_ROOT}/scripts/list-rules.sh${CLAUDE_PLUGIN_ROOT}/scripts/query-stories.sh$ARGUMENTS
Parse for:
--story <story-file> for context (optional)!bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-rules.sh "" "" build
!bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-rules.sh "" "" style
Output format (pipe-separated): filename|name|applies-to|tags|paths|description
Read build rules from the pre-computed context above to get project commands (build, lint, test, format).
If no build rules exist, ask user for the commands or try common defaults.
If --story specified, read the story document to understand what's being implemented.
Execute the build and/or lint commands from the build rules. Capture all errors and warnings.
If build/lint passes with no errors, report success and exit.
Read applicable style rules from the pre-computed context above for context on expected patterns when fixing.
For each error/warning:
Re-run the build/lint command to verify:
If new errors appear, fix those too (loop back to step 5).
Report what was fixed:
## Fix Summary
Fixed N issues:
- path/to/file.go:45 - Fixed nil pointer check
- path/to/file.go:72 - Changed Printf to slog
Build: PASS
Lint: PASS
If fixes reveal a recurring pattern worth documenting:
/style-updateDo NOT automatically update style guides - always discuss first.