๐ฃ Hand-rolled AI Skills distilled from my everyday experience. Git & Mise (...and others).
> /plugin marketplace add sherifabdlnaby/skills> /plugin install skills@sherif-plugins
Repo: sherifabdlnaby/skills
What's inside
Hand-rolled Skills, and other AI bits I build from my own day-to-day experience.
Token estimates use tiktoken's o200k_base encoding. SKILL.md is the entry prompt; the total adds every
other Markdown file an agent can go on to read. Scripts, assets and config ship with a skill but are run rather
than read, so they are left out.
| Skill | SKILL.md | Total |
|---|---|---|
afk | 228 | 228 |
cicd-fy | 1,408 | 15,609 |
coding | 1,048 | 1,048 |
fast-feedback-mode | 394 | 394 |
git | 2,587 | 14,784 |
grill-me | 61 | 61 |
grilling | 578 | 578 |
kubernetes-debug | 240 | 1,513 |
mise-fy | 2,209 | 27,567 |
review | 325 | 325 |
skill-fy | 2,901 | 6,389 |
variants/afk-careful | 89 | 89 |
variants/afk-soon | 166 | 166 |
variants/afk-yolo | 114 | 114 |
variants/watch-pr | 660 | 660 |
variants/watch-pr-ci | 261 | 261 |
variants/watch-pr-comments | 256 | 256 |
vendor/domain-modeling | 766 | 1,917 |
vendor/gh-stack | 2,070 | 6,873 |
vendor/handoff | 182 | 182 |
vendor/humanizer | 6,633 | 7,174 |
vendor/improve-codebase-architecture | 1,342 | 2,938 |
vendor/prototype | 642 | 3,546 |
vendor/show-me | 775 | 775 |
vendor/teach | 1,946 | 3,804 |
vendor/wait-what | 100 | 100 |
vendor/writing-for-agents | 2,349 | 2,916 |
mise best practices. And Transform projects into using mise + hk for a good dev setup!forever).AskUserQuestion tool instead of markdown.
Skills I didn't write but use daily, vendored under skills/vendor/ so the plugin ships one set instead of asking you to install them separately. Thanks to
mattpocock/skills, humanlayer/skills, blader/humanizer, and
github/gh-stack.
skills-lock.json is the list, and mise run skills:sync rebuilds the directory from it. It records where each skill comes from, not which version, so a sync takes whatever
upstream has now.
I mostly use (opus-4.8|5,gpt 5.5,gpt 5.6 sol|terra, and grok 4.5), weaker models might not work as good, especially that I rely on model's world knowledge over explicit examples.
npx skills for just the skills. The plugin to get my whole setup.
Installs skills into any SKILL.md-aware agent. You don't need a plugin host.
npx skills add sherifabdlnaby/skills # all skills
npx skills add sherifabdlnaby/skills --skill git # just one skill
npx skills list sherifabdlnaby/skills # see what's available
/plugin marketplace add sherifabdlnaby/skills
/plugin install skills@sherif-plugins
Update with /plugin marketplace update sherif-plugins; manage from /plugin.
/plugin marketplace add sherifabdlnaby/skills
/plugin install skills
Manage from /plugin. Same repo, same skills โ Cursor reads .cursor-plugin/.
This repo is managed by mise: it pins every tool, exposes the tasks, and wires the git hooks, so you only deal with mise once.
brew install mise # or: apt/dnf/pacman install mise, winget install jdx.mise
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc # bash: mise activate bash >> ~/.bashrc
mise doctor # confirm the install is healthy
Other install methods: installation docs.
You also need the gh CLI logged in (gh auth status) โ mise doesn't
install it, and the pinact check step borrows its token to resolve action tags to SHAs. Without
it that step runs unauthenticated and gets rate-limited.
One-time setup, from the repo root:
mise trust && mise run setup # trust config, install tools, self-install the pre-commit hook
Linters, formatters, and validators run via hk:
mise run check # report on staged files (alias: mise run lint)
mise run check --fix # apply fixes
mise run check --all # whole repo
mise tasks # discover every task
The same check task runs in the pre-commit hook and in CI. lychee checks local/relative links only by default (see .config/lychee.toml).
Claude/Cursor marketplaces install straight from git and key the plugin on the version field in
.claude-plugin/plugin.json and .cursor-plugin/plugin.json โ there's no published artifact.
Cutting a release:
version to the same value in your PR. mise run version:check (also an
hk pre-push gate) fails if shipped skills//hooks/ content changed without the bump.main. CI notices the version moved past the latest vX.Y.Z tag and cuts the tag plus
a GitHub release, with notes generated from merged PRs and grouped by label: skill, hooks,
fix, docs, ci, deps.There's nothing to verify or download: the marketplaces install the repo at the tag.
See CONTRIBUTING.md.
FAQ
sherifabdlnaby-skills is a Claude Code plugin with 27 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes afk, cicd-fy, coding. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it