A fuel php module skeleton layout.
'always_load' => array(
'modules' => array('examplemodule'),
Figure out a good name for your new module then:
cd app/modules directory
git clone https://github.com/wilby/fuel-mod-skel.git yourModuleName
cd ./yourModuleName
find . -name '.gitignore' -print0 | xargs -0 rm -rf