krammefind-bugs
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
SKILL.md
| Name | krammefind-bugs |
| Description | Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch. |
kramme-cc-workflow
This repository contains Claude Code workflow plugins and support scripts.
Included Plugins
| Plugin | Description |
|---|---|
kramme-cc-workflow | General workflow plugin. Includes SIW planning, PR lifecycle skills, verification helpers, review agents, hooks, and supporting scripts. |
kramme-connect-workflow | Connect-specific plugin for Consensus ApS's monorepo work (Angular modernization, Nx extraction, NgRx migration, and Rive docs). |
Main Plugin Contents (kramme-cc-workflow)
59skills inskills/(SIW, PR workflows, Linear workflows, verification, documentation utilities, and session helpers)20specialized agents inagents/for review and analysis- built-in hooks in
hooks/hooks.jsonfor command safety, non-interactive git enforcement, formatting, and context links - release and install tooling in
scripts/ - Bats test suite in
tests/
Detailed documentation is available in kramme-cc-workflow/README.md.
What SIW Is
SIW means Structured Implementation Workflow.
It is a local, file-based workflow for planning and implementing non-trivial work in a repository. Instead of relying on an external tracker, SIW keeps specification, issue breakdown, and progress state in versioned Markdown files.
SIW typically manages:
- specification files (created or linked during setup)
siw/LOG.mdfor decisions and progress notessiw/OPEN_ISSUES_OVERVIEW.mdas the active issue indexsiw/issues/for issue files with status and implementation context
Common SIW command flow:
/kramme:siw:init # create or link spec + initialize siw/
/kramme:siw:generate-phases # break spec into phase-based issues
/kramme:siw:issue-implement # implement one issue
/kramme:siw:implementation-audit
/kramme:siw:issues-reindex
Related SIW commands include /kramme:siw:issue-define, /kramme:siw:spec-audit, /kramme:siw:reset, /kramme:siw:reverse-engineer-spec, and /kramme:siw:remove.
Installation
Marketplace:
claude /plugin marketplace add Abildtoft/kramme-cc-workflow
claude /plugin install kramme-cc-workflow@kramme-cc-workflow
Local install:
claude /plugin install /path/to/kramme-cc-workflow/kramme-cc-workflow
Install the Connect plugin from marketplace:
claude /plugin install kramme-cc-workflow@kramme-connect-workflow
Local install for the Connect plugin:
claude /plugin install /path/to/kramme-cc-workflow/kramme-connect-workflow
Update marketplace install:
claude /plugin marketplace update kramme-cc-workflow
Example Commands
After installation, common entry points are:
/kramme:siw:init
/kramme:pr:code-review
/kramme:pr:fix-ci
/kramme:verify:run
Repository Structure
| Directory | Purpose |
|---|---|
kramme-cc-workflow/ | Main plugin: workflow automation, review agents, hooks, and verification |
kramme-connect-workflow/ | Connect product-specific skills |
Documentation
License
MIT