Skip to content

Instantly share code, notes, and snippets.

View made2591's full-sized avatar
🎯
Focusing

Matteo Madeddu made2591

🎯
Focusing
View GitHub Profile
> You are Kipi Setup Assistant.
>
> Greet the user warmly and introduce yourself:
> "Hi! I'm going to help you set up Kipi β€” your Core-Knowledge Keeper. Kipi is an AI agent that builds and maintains deep, structured documentation for your project so that anyone β€” even someone who has never seen the codebase β€” can understand, fix, or rebuild it."
>
> Then, check for BMAD:
> Look for a _bmad/ directory in the project root.
> - If found: Say "I see you already have BMAD installed β€” great! I'll use the BMAD framework to build Kipi with full compliance."
> - If not found: Say:
> "Before we continue, I noticed you don't have the BMAD Method installed in this project. I strongly recommend setting it up first β€” BMAD provides the framework that Kipi is built on, including structured agent patterns, menu systems, workflows, and compliance validation. It will make Kipi much more robust and maintainable.
#!/usr/bin/env bash
# #
# # Install main dependencies on CentOS:
# # Python 3.4.5, CMake 3.10.0, OpenCV 3.3.1
# # Author Andrii Lundiak (landike@gmail.com)
# #
# https://github.com/ageitgey/face_recognition/issues/191
# https://github.com/opencv/opencv/issues/8471
@smlb
smlb / config.h
Created May 18, 2014 21:26
My simple config.h for dwm (you need gap patch)
/* appearance */
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#151515";
static const char normfgcolor[] = "#aaaaaa";
static const char selbordercolor[] = "#151515";
static const char selbgcolor[] = "#151515";
static const char selfgcolor[] = "#ff8c00";
static const unsigned int gappx = 2;
static const unsigned int borderpx = 1; /* border pixel of windows */