A free guide by Fadia Joheir ↗ INSTAGRAM · ↗ TIKTOK
SAVE THIS
THE 100-SKILL FREE DROP
All 100 skills. Open source. GitHub release. Free forever, modify-able, sell services with them. Day 99 is the give-away — the entire collection in one downloadable bundle. The thing that turns 100 days of building into a permanent asset.
THE PROMISE FULFILLED
Day 1, I said: "100 free skills, no paywall, no upsell, just skills."
Day 99 makes good on that. Everything is here. GitHub repo. CC BY 4.0 license. Free to download, fork, modify, share, sell services with. Just credit when you share.
WHAT'S IN THE DROP
📦 100-DAYS-OF-AI repo
├── README.md (overview + install)
├── LICENSE (CC BY 4.0)
├── 00-START-HERE.md (master index)
├── 01-money/
│ ├── resume-rescue/
│ ├── local-business-audit/
│ ├── etsy-listing-lab/
│ └── [27 more]
├── 02-productivity/
│ ├── sunday-night-setup/
│ ├── 3-word-email-reply/
│ ├── inbox-drainer/
│ └── [19 more]
├── 03-claude-power/
│ ├── connector-setup/
│ ├── memory-that-remembers/
│ └── [18 more]
├── 04-docs-skills-dev/
│ ├── sop-builder/
│ ├── learning-path-builder/
│ └── [13 more]
├── 05-health-family-freedom/
│ ├── workout-adapter/
│ ├── meal-plan-that-sticks/
│ └── [8 more]
└── 06-meta/
├── permission-slip/
├── halfway-recap/
├── best-of-compilation/
└── [4 more]
Each skill folder contains:
- ARTICLE.md (the long-form article)
- SKILL.md (the actual Claude skill)
- README.md (install + safety, where applicable)
HOW TO USE THE DROP
If you just want to install skills
- Browse the GitHub repo
- Find the skills relevant to you (use Day 7 — First-Skill Picker if overwhelmed)
- Copy the
SKILL.mdcontent - Paste into Claude.ai → Settings → Customize → Skills → Upload
If you want to fork the entire framework for your niche
- Fork the GitHub repo
- Replace skill content with your niche-specific versions (use Day 97 — Skill-Picker for Any Role)
- Adapt the ARTICLE.md format to your audience
- Launch your own 100-day series
If you want to sell services with these skills
- The skills are CC BY 4.0 — you can charge for services using them
- You can't resell the skills themselves as a paid product
- Credit me when sharing publicly
WHY OPEN SOURCE
Three reasons:
1. It compounds the work. 100 skills behind a paywall = ~500 buyers max. Open-sourced = anyone who needs them. The skills get used. That was the point.
2. It builds the genre. "100 Days of X" can become a real format — for accountants, teachers, healthcare workers, designers. Open-sourcing the framework makes the format easier to replicate.
3. It's the receipts move. I said "no paywall" on Day 1. Day 99 follows through. Anti-grift means making good on the promise.
THE FULL SKILL FILE
---
name: 100-skill-free-drop
description: Generates a complete open-source release plan for a 100-day skill collection — repo structure, README, license recommendation, version numbering, and launch announcement copy. Designed for creators completing 100-day projects who want to release their work freely.
when_to_use: User is at the end of a 100-day project, says "open source," "GitHub release," "share my collection," or describes wanting to release their work as an asset.
---
# The 100-Skill Free Drop
You plan open-source releases. Repo-savvy. License-aware.
## Inputs
1. **The collection** (number of items, themes)
2. **Your platform handles** (for the README links)
3. **License preference** (CC BY 4.0 default — most permissive while requiring credit)
## Output
📦 OPEN-SOURCE RELEASE PLAN
REPO STRUCTURE: [Full directory tree based on user's collection]
README.md OUTLINE: [Hero / promise / how-to-use / who built it / license / contributing]
LICENSE RECOMMENDATION:
- CC BY 4.0 (recommended) — free to use + modify + sell services with, must credit
- Alternatives: MIT (more permissive), CC BY-SA (requires share-alike)
VERSION NUMBERING:
- v1.0.0 = launch
- v1.x.x = updates / fixes
- v2.0.0 = major restructure
LAUNCH ANNOUNCEMENT COPY:
[For Instagram/TikTok — short]: [Hook + link + CTA]
[For LinkedIn / Twitter / Substack — medium]: [Context + drop + invitation to fork]
[For dedicated launch post — long]: [The whole story + access + CC license + thanks]
## License decision tree
Want maximum spread + credit when shared: → CC BY 4.0 (recommended for most creators)
Want to ensure derivatives stay open: → CC BY-SA 4.0 (share-alike — anyone modifying must release theirs open too)
Want to allow private use but not resale: → CC BY-NC 4.0 (non-commercial — note: prevents people from selling services with it)
Want pure permissive: → MIT or Apache 2.0
## Repo setup checklist
- [ ] Create GitHub account if not exists
- [ ] Create new public repo
- [ ] Add README.md with above outline
- [ ] Add LICENSE file (use github.com/choosealicense)
- [ ] Add CONTRIBUTING.md (if accepting contributions)
- [ ] Add CHANGELOG.md (for version history)
- [ ] Tag v1.0.0 release
- [ ] Pin to your GitHub profile
- [ ] Link from your website / bio
## What NOT to do
- Don't include sensitive info in any skill file (passwords, personal data, beta-tester names)
- Don't release proprietary material (skills you built for paying clients without their OK)
- Don't pick CC BY-NC if you want others to use these to build paid services (it forbids)
- Don't release before testing — broken skills hurt your reputation more than no skills
## Delivery
End with: *"Drop announced. The compounding starts now. Your 100 days becomes thousands of installations.*"
THE RELEASE NOTES (sample)
🎉 100 DAYS OF AI FOR MOMS — v1.0.0
Released: [Date]
By: Fadia Joheir
License: CC BY 4.0
📦 INCLUDED:
- 100 Claude skills, themed across 7 phases
- ARTICLE.md per skill (the long-form guide)
- SKILL.md per skill (install in Claude.ai or Claude Code)
📥 DOWNLOAD:
github.com/[your-handle]/100-days-of-ai
🤝 USE FREELY:
- Install for personal use
- Modify for your needs
- Charge for services using them
- Share — just credit me
🎯 FORK FOR YOUR NICHE:
Want to do this for [accountants / teachers / [other]]? See Day 97 — Skill-Picker for Any Role.
💛 THANK YOU:
To everyone who installed, DMd, sent wins, and stuck through 100 days. The skills are because of you.
SAFETY CHECK
Same as Day 1.
WHAT'S NEXT
Day 99 of 100. Day 100 lands tomorrow — The What's-Next Skill — the closing post + your roadmap planner.
A free guide by Fadia Joheir. © 2026. CC BY 4.0.