一键导入
cruncher
cruncher 收录了来自 IamShobe 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Guides end-to-end creation of a new Cruncher data-source adapter (plugin). Use this skill whenever the user asks to "add an adapter", "create a new connector", "add support for <service> logs", "build a plugin for <tool>", or similar requests involving bringing a new log/data source into Cruncher. Covers the full workflow: package scaffolding, TypeScript implementation, app registration, documentation, and changeset. Even if the user only mentions one part (e.g. "add docs for the X adapter"), consult this skill to follow the right conventions for the whole repo.
Finalizes and ships changes in the Cruncher monorepo: pulls latest main, creates a feature branch, runs lint/format/tests/typecheck, creates changesets, updates docs, commits, opens a PR, and waits for CI to pass. Use this skill whenever the user says "prepare for release", "finalize changes", "create changeset", "ready to ship", "open a PR", "run checks before PR", or asks to wrap up a feature/fix with all the standard pre-release steps. Even if only one step is mentioned (e.g. "just create the changeset"), consult this skill to make sure nothing is skipped.