Ivan Charapanau
Community@av · Warszawa
Ivan Charapanau builds Harbor-based local LLM infrastructure, containerized coding sandboxes, and agent reliability protocols for developers running self-hosted models.
Agent Skills by Ivan Charapanau
Showing 27 vetted skills indexed across 3 GitHub repositories.
test-boost-module
Live-test Harbor Boost modules by sending prompts through llamacpp and validating output.
make-video
Convert scripts and briefs into video compositions with a design plan.
tinygrad
Develop deep learning frameworks with minimal tensor operations, autograd, JIT compilation, and multi-device support.
preact-buildless-frontend
Create build-less web frontends using ES Modules for direct browser execution.
sandcastle
Orchestrate AI coding agents in Docker sandboxes with parallel execution.
superclaude
Configures Claude Code with CLAUDE.md, hooks, skills, LSP, MCP servers, and subagents.
turso-db
Provide an in-memory relational database service compatible with SQLite syntax.
pull-llamacpp-model
Pulls llama.cpp models with automatic ROCm/CPU image switching.
facts-refine
Refines draft facts into actionable specifications by resolving ambiguities, gaps, and contradictions.
new-boost-module
Develop Python-based Boost modules for Harbor's LLM proxy pipeline.
release
Automate Harbor release lifecycle from version bumping to GitHub release drafting.
facts-discover
Scan codebases to classify facts into lifecycle stages and organize them into a fact sheet.
facts-implement
Transform spec facts into executable code with validation scripts.
agent-integration-testing
Automate integration test creation and execution with subagents.
skill-creator
Create, edit, and optimize custom AI skills with SKILL.md files.
timeboxed-iterating
Dispatch subagents for iterative task execution within a specified duration.
bughunt
Automate bug discovery, triage, fixing, and auditing in codebases.
ideate
Facilitate timeboxed ideation sessions with propose-and-critique loops.
anneal
Detect and repair AI-introduced code slop over a specified duration.
facts
Manage and validate .facts files for project truth statements.
new-service
Automate new service onboarding with Docker Compose and GitHub repositories.
discipline
Enforces 15 failure-prevention rules for agent sessions covering fabrication, verification, scoping, and retry discipline.
bugbash
Explore and test software projects to identify bugs and usability issues.
harbor-daytona
Automate desktop tasks and control GUIs within Daytona sandboxes.
Frequently Asked Questions About Ivan Charapanau
FAQPage SchemaWhat tasks can I accomplish with Ivan Charapanau's skills?▼
You can run local LLMs with Harbor and llama.cpp, build Python Boost modules for LLM proxy pipelines, orchestrate coding agents in Docker sandboxes, automate bug hunting and fixing, manage SQLite-compatible Turso databases, and develop tinygrad deep learning models.
Who should use these skills?▼
Developers and ML engineers running self-hosted LLM infrastructure benefit most. The skills target practitioners managing local model serving, containerized agent execution, integration testing, and codebase quality enforcement rather than hosted cloud API consumers.
How do I set up and run local LLMs with these skills?▼
Use the harbor and run-llms skills to manage containerized LLM services with Bash and Docker commands. The pull-llamacpp-model skill fetches models with automatic ROCm or CPU image selection, and test-boost-module validates outputs through llamacpp.
What does the discipline skill do?▼
The discipline skill enforces 15 failure-prevention rules distilled from 120+ real agent sessions. It covers fabrication prevention, constraint tracking, verification, scoping, retry discipline, and communication, and should be loaded before any task to prevent common agent failure modes.
What prerequisites do these skills require?▼
Most skills require Docker for containerized services and sandboxes, Bash for Harbor management, and Python for Boost module development. GPU-accelerated model serving uses ROCm images, while frontend work with preact-buildless-frontend needs only a browser supporting ES Modules.