Hand-rolled Skills, and other AI bits I build from my own day-to-day experience.
Skills
- git | My git conventions and PR workflow.
- watch-pr | Babysit a PR: respond to reviews and fix CI, until green (or
forever).
- watch-pr | Babysit a PR: respond to reviews and fix CI, until green (or
- mise-fy | Encode
misebest practices. And Transform projects into using mise + hk for a good dev setup! - cicd | CI/CD patterns: build/test/scan, label-driven releases, changelogs from PRs, and publishing signed + attested artifacts.
- kubernetes-debug | The mental model that prevents misdiagnosing a converging cluster: independent controllers, events as weak evidence, converging-vs-stuck.
- afk | Autonomy contract for when I step away.
- afk-careful | Local-only and conservative.
- afk-yolo | Max non-destructive autonomy.
- afk-soon | Ask clarifying questions first, then go afk.
- review | Gate work behind a reviewer panel β fork-session + independent reviewers, cross-model when available.
- scaffold-skill | Author skills the way I like them: progressive disclosure, routers, voice, and descriptions that actually trigger.
- grill | A relentless, one-question-at-a-time interview to sharpen a plan before you build it. Vendored from Matt Pocock, extended to ask through the
AskUserQuestiontool.
The afk, review, watch-pr, and grill skills are manual-only (disable-model-invocation: true) β they exist to make me type less, not to auto-fire.
Models
I mostly use (opus-4.8,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.
Installation
npx skills for just the skills. The plugin to get my whole setup.
npx skills (recommended)
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
Claude Code (plugin)
/plugin marketplace add sherifabdlnaby/skills
/plugin install skills@sherif-plugins
Update with /plugin marketplace update sherif-plugins; manage from /plugin.
Cursor (plugin)
/plugin marketplace add sherifabdlnaby/skills
/plugin install skills
Manage from /plugin. Same repo, same skills β Cursor reads .cursor-plugin/.
Development
This repo is managed by mise. One-time setup:
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 lychee.toml).
Releases
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:
- Bump both manifests'
versionto the same value in your PR.mise run version:check(also anhkpre-push gate) fails if shippedskills//hooks/content changed without the bump. - Merge to
main. CI notices the version moved past the latestvX.Y.Ztag and cuts the tag plus a GitHub release, with notes generated from merged PRs and grouped by label:skill,hooks,fix,docs,ci,deps. - No version bump ships no release. A PR's sticky comment previews which outcome a merge would produce.
No comments yet
Be the first to share your take.