
claude-skills
Claude skills built from real problems — first: arabic-design, clean Arabic in AI-generated designs
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up claude-skills (git-clone project) into my current project. Found on https://claudeers.com/claude-skills-7 Repo: https://github.com/JamalMohafil/claude-skills Homepage/docs: — Detected install method: git-clone → git clone https://github.com/JamalMohafil/claude-skills Category: skills. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
git clone https://github.com/JamalMohafil/claude-skills
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Shell |
Claude Skills — @jamal_mohafil
Skills for Claude (and other AI coding agents) built from real problems I hit while building — every rule in them is a bug that actually happened and got fixed. Each skill is used daily in my own work.
Skills
| Skill | What it does |
|---|---|
security-review | Recreates Claude Code's /security-review in any agent — audits your diff/PR for real, exploitable vulnerabilities (injection, auth bypass, secrets, RCE, XSS…) with a strict two-pass false-positive filter, then optionally fixes them |
agent-starter-kit | One command installs the essential starter skills + Claude Code plugins/MCPs across 70+ agents |
arabic-design | Makes AI-generated designs render Arabic correctly — fixes the letter-spacing trap, font fallbacks, clipped diacritics, and RTL/bidi bugs |
(More coming — follow to hear when a new skill drops.)
Install
One skill, for all your projects (global):
mkdir -p ~/.claude/skills/arabic-design
curl -o ~/.claude/skills/arabic-design/SKILL.md \
https://raw.githubusercontent.com/JamalMohafil/claude-skills/main/arabic-design/SKILL.md
Or with the skills CLI (works on Claude Code, Codex, Cursor, and 70+ agents):
npx -y skills add JamalMohafil/claude-skills --skill arabic-design --agent claude-code
Then just use your agent normally — the skill activates automatically when relevant.
Jamal Mohafil — I build with AI and document everything in Arabic. Instagram @jamal_mohafil · jamalmohafil.com
// faq
What is claude-skills?
Claude skills built from real problems — first: arabic-design, clean Arabic in AI-generated designs. It is open-source on GitHub.
Is claude-skills free to use?
claude-skills is open-source under the MIT license, so it is free to use.
What category does claude-skills belong to?
claude-skills is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-skills-7)
// retro hit counter
[](https://claudeers.com/claude-skills-7)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…