Free Claude Code Club skills for builders; repo provides individual skill folders for Claude Code, with simple installation steps and a sample fable-goal skill. License unspecified; no releases yet; small community metrics: 28 stars, 7 forks, 0 open issues.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Free Skills provides Claude Code skills packaged as folders. Each skill is a folder containing a SKILL.md, and users drop the folder into their Claude Code skills directory to enable it. Example skill shown is fable-goal, which turns a rough idea into a /goal prompt for a Fable session.
How it works
A skill lives in its own folder with a SKILL.md inside. To install:
- Download the folder for the skill you want.
- Move it into your Claude Code skills directory:
- Personal (all projects):
~/.claude/skills/ - Project-only:
.claude/skills/inside the project
- Personal (all projects):
- Restart Claude Code (or start a new session).
- Invoke it by typing
/followed by the skill name, for example/fable-goal.
The folder structure example:
~/.claude/skills/
└── fable-goal/
└── SKILL.md
Getting started
Methods to obtain a single folder:
Option A — clone once, copy what you want
git clone https://github.com/duncan-buildroom/freeskills.git
cp -r freeskills/fable-goal ~/.claude/skills/
Option B — download the whole repo as a ZIP
Use the repository Code button to download ZIP, unzip, and copy the folder into ~/.claude/skills/.
Recent releases
- none
Traction
- stars: 28
- forks: 7
License
License is listed as none; description states Free to use and modify. Made for builders.
Behind the repo
Not provided in the README
Caveats
No explicit caveats beyond the license note; no open issues listed in metadata.
