Skip to content
View rawrkit's full-sized avatar

Block or report rawrkit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rawrkit/README.md

Petr

AI & automation engineer — fintech and reinsurance
I build agent systems that run on their own, and open-source the parts that generalise

Cyprus Self-hosted multi-agent LLM Open to remote roles


Building now — L3 support agent

A third-line support agent that starts from what a user actually sends you: a screenshot of an error in a web app.

From that image it works backwards to the cause — a bug in the product code, a dependency, or something in the infrastructure — then routes the result by who owns the fix:

The fix is ours The fix is someone else's
A proposed change, with the failing path identified The escalation written for them: what broke, what it blocks, what they need to do

The point is closing the gap between "here's a screenshot, it's broken" and an actionable, correctly-addressed answer — with no human translating in between.

Platform

ai-agent-platform — a fully self-hosted, multi-agent LLM platform running an automated coordinator → coder → reviewer → debugger pipeline on commodity, CPU-only hardware. No API bills, no data leaving the box.

Built with Docker Compose, n8n, Open WebUI, LiteLLM and SearXNG.

Open source — agent skills

Tooling for the Agent Skills format, which works with any agent that reads SKILL.md — Claude Code, Codex, Gemini CLI, Cline and others.

Infrastructure

  • skills-radar — a curated catalog of agent skills worth installing. 76 entries, every one read by a human before listing, tagged by role. A weekly job scans the ecosystem and ships a digest release.
  • role-kits — 23 installable bundles, one command per role. A shared core plus a role layer resolved through kit inheritance, with CI validating every manifest.
  • ai-weekly-signal — a Saturday briefing on what actually moved in AI: platforms, models, agent tooling, and the money. Every figure carries a source link.

Skills I wrote

  • empathy-in-action — empathy through action rather than words. When emotion is blocking a decision, the assistant picks up the rational load, mirrors the user's register, and never claims a capability it doesn't have.
  • read-the-room — reads memes and slang as real instructions instead of noise. Nine speech acts, honest about references it doesn't recognise, and the task still gets done.

Background

Engineer across AI/automation and financial systems, with domain experience in reinsurance — plus hands-on time in project management, QA and business analysis, which is where the interest in support tooling comes from.

Cloud-certified, at home on the command line, and most useful turning a messy manual process into something automated and reproducible.

Tech

Languages Python Bash PowerShell

AI & automation LiteLLM n8n Open WebUI

Infrastructure Docker Linux PostgreSQL Git

Connect

LinkedIn

Popular repositories Loading

  1. skills-radar skills-radar Public

    Curated, weekly-updated catalog of genuinely useful agent skills, tagged by Scrum role. Watch Releases for the weekly digest.

    Python 1

  2. ai-agent-platform ai-agent-platform Public

    Self-hosted, GPU-free multi-agent LLM platform — an automated coder/reviewer/debugger pipeline on Docker (n8n · Open WebUI · LiteLLM)

    Python

  3. rawrkit rawrkit Public

  4. my-skills my-skills Public

  5. empathy-in-action empathy-in-action Public

    Agent skill: empathy through action, not words. The assistant picks up the rational load when emotions block reason.

  6. role-kits role-kits Public

    Curated skill bundles for Scrum roles: one command installs everything your role needs, for any agent (Claude Code, Codex, Gemini CLI). Core layer improves AI usage for everyone; role layer covers …

    Shell