karor-kit
v0.4.0Wspólny kit do gamedevu w Godocie: skille, zasady workflow, definicje subagentów i Linear MCP
By Karol0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install karor-kit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/karolkrzych/karor-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/karor-kit/.
Plugin files
├── .claude-plugin/plugin.json├── skills/create-issue/SKILL.md├── skills/grill/SKILL.md├── skills/kit-check/SKILL.md├── skills/project-init/SKILL.md├── skills/refinement/SKILL.md├── skills/retro/SKILL.md└── .mcp.json
Included Skills6
Create one well-formed Linear ticket per kit template. Use whenever user wants a task/ticket/issue added to Linear, says "wrzuć taska", "dodaj ticket", "create issue", or conversation produces concrete work for the board — even unnamed.
Relentlessly interview user about a task/plan/idea until implementable; update docs inline as decisions crystallize. Use on "grill", "przegadajmy taska", "pogadajmy o <id>", pre-implementation talk-through, or when refinement/implement flags a ticket too vague.
Smoke test kitu — potwierdza, że plugin karor-kit jest załadowany, wypisuje wersję i zawartość paczki. Użyj gdy użytkownik chce sprawdzić, czy kit działa.
Bootstrap new game repo wired into kit. Use on new game/prototype, "init project", "nowy projekt", "postaw repo pod grę", or empty repo needing kit conventions. Handles CLAUDE.md, docs, tests, Godot skeleton, Linear wiring.
Wall of text (transcript, notes, brainstorm dump) -> verified Linear tickets. Use when user pastes/points at unstructured planning material wanting tasks, says "refinement", "rozbij to na taski", "z tego spotkania", or drops a transcript file. Human approval gate before anything reaches Linear.
After project/milestone/rough week — mine friction into kit changes. Use on "retro", "zróbmy retro", "co poprawić w kicie", or after a mini-project wraps. Repeated manual fixes -> rules, skill patches, template changes.
MCP servers1
- url
- https://mcp.linear.app/mcp
Plugin manifests1
{
"name": "karor-kit",
"displayName": "Karor Kit",
"version": "0.4.0",
"description": "Wspólny kit do gamedevu w Godocie: skille, zasady workflow, definicje subagentów i Linear MCP",
"author": {
"name": "Karol",
"url": "https://github.com/karolkrzych"
},
"repository": "https://github.com/karolkrzych/karor-kit",
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[karor-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/karor-kit)