Thread
Stories related to "Claude Code Skills for Startup Founders – 12 Commands for Strategy, Not Code" across the full archive.
This is a new, open-source (MIT) Claude Code plug-in for Apple platform developers. I initially built it to help me build my first "real" iOS app, and it made the process so fun and productive that I wanted to share it.<p>I recently christened it v1.0, but I continue to evolve it quickly. ...
I love skills, I have a whole collection of skills I've built myself for problems I experience while using AI agents. but the current method of managing skills in codex/opencode is pretty garbage (copy skills into the correct folder).<p>so i built `sk`<p>One manifest, multiple agents — Def...
I built a small CLI to make it easy to share and reuse Claude Code skills.<p>skill-add solves this: create an agent-skills repo on GitHub with your skills, and anyone can install them with:<p>skill-add yourname/skill-name<p>It downloads the skill from github.com/yourname/agent-skills ...
Got tired of manually copying files to .claude/ and managing skills across projects. So I built agr (agent-resources) — basically open source npm/uv but for Claude Code.<p>The gist:<p>uvx agr add anthropics/skills/skill-creator<p>(Or pip install agr if you want it permanently)<p>...