Shaun Inman recently said in a .NET interview
I don’t like magic. I like knowing how something works.
I don’t like taking things for granted because if magic breaks, unless it’s your own trick, you don’t know how to fix it.
I find this extremely true. And while I have used the excellent CodeIgniter in many projects, I find it high time to write my own tiny little framework which does nothing more than connect a few preliminary dots. And with some personal projects I’m working on, I took this chance to extract that framework and release it if anyone wants to go through it and suggest improvements. So, do check out Skeleton, fork it, watch it, go crazy!
I just ask you to submit any patches/improvements back to the project if you do.