AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Skills

mcp-aboalrejal-ai-skills · by aboalrejal-ai

modular AI skills for Claude Code, Cursor, Windsurf, Copilot & Gemini CLI — the largest open-source AI skills library.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-aboalrejal-ai-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-aboalrejal-ai-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Abo Alrejal Agentic Skills Hub

> Curated, high-performance modular skills and prompt guidelines for AI coding agents.

This repository contains a premium, developer-focused collection of agentic skills optimized for Claude Code, Cursor, Antigravity IDE, and Gemini CLI.

Unlike massive, unorganized prompt libraries, this hub is curated to provide precise instructions and strict quality gates for your daily development workflows.


⚡ Quick Start & Installation

Install these skills globally or locally into your active developer workspace using the official Vercel Skills CLI:

1. Interactive Installation (Recommended)

To browse and select which skills to install:

npx skills add aboalrejal-ai/skills

2. Direct Skill Installation

To install a specific skill directly (e.g., clean-code-guard):

npx skills add aboalrejal-ai/skills --skill clean-code-guard

3. List Available Skills

To view all skills in this package without installing them:

npx skills add aboalrejal-ai/skills --list

🛡️ Curated Core Skills (The 5 Active Guards)

These second-pass quality gates catch systematic failure modes of AI-generated code, tests, and documentation before shipping:

| Skill ID | Command / Trigger | Description | | :--- | :--- | :--- | | clean-code-guard | $clean-code-guard | Applies Clean Code, SOLID, DRY/KISS/YAGNI, and checks for AI code smells. | | test-guard | $test-guard | Quality gate for tests (mocking boundaries, duplicate tests, test bloat). | | docs-guard | $docs-guard | Verifies doc accuracy and prevents documentation-vs-code drift. | | wp-guard | $wp-guard | Enforces WordPress security (nonces, escaping, sanitization, core APIs). | | woo-guard | $woo-guard | Enforces WooCommerce standards (HPOS compatibility, CRUD over meta, secure checkout). |


⚙️ Development & Update Guide (للإضافة والتحديث)

Follow these simple steps when adding new skills or updating the catalog:

1. How to Add a New Skill manually

  1. Create a new directory under skills/ using lowercase and hyphens:

``text skills/my-new-skill/ ``

  1. Inside that directory, create a SKILL.md file containing the YAML frontmatter and rules:

``markdown --- name: my-new-skill description: "A short description of what this skill does." category: "category-name" risk: "safe" --- # My New Skill Rules... ``

2. How to Update the Indexes and Web UI Catalog

Whenever you add, modify, or delete a skill, run this command in the project root:

npm run sync:all && npm run app:setup

What this command does:

  • npm run sync:all: Validates the skills, updates the main index files (skills_index.json and data/skills_index.json), and regenerates index metadata.
  • npm run app:setup: Mirrors the updated database to the web application public directory (apps/web-app/public/skills.json) so the changes show up in your local web browser interface immediately.

📄 License

Released under the [MIT License](LICENSE). Curated by Mohammed Abo Alrejal.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.