Agent Plugins Marketplace
All plugins

abdallah-skills

v1.20.0

Frontend and backend conventions for Next.js + NestJS + Prisma, plus a correction-capture loop.

Claude Code7 Skills

By Abdallah0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install abdallah-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install abdallah-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/abdallah-hatem/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/abdallah-skills/.

Plugin files

plugins/abdallah-skills/
├── .claude-plugin/plugin.json
├── skills/build-software/SKILL.md
├── skills/building-backends/SKILL.md
├── skills/building-frontends/SKILL.md
├── skills/building-mobile/SKILL.md
├── skills/capturing-corrections/SKILL.md
├── skills/deploying-to-vercel/SKILL.md
└── skills/designing-mobile/SKILL.md

Included Skills7

build-softwareskills/build-software/SKILL.md

Use when the user asks to build an app, a product, or named phases or milestones of one ("build Aesthetica phases 1–2", "build me a booking app", "continue the build"), to add a whole feature to an app through the full pipeline, or runs /build-software — web, mobile, or both, on the NestJS + Next.js + Expo stack. Not for a bug fix, a small change, a refactor, or a question.

building-backendsskills/building-backends/SKILL.md

Use when building or changing any backend API — NestJS controllers, services, modules, DTOs, Prisma schema or queries, auth guards, pagination, or error handling — and when scaffolding a new backend or adding an endpoint.

building-frontendsskills/building-frontends/SKILL.md

Use when building or changing any frontend UI — React or Next.js components, pages, forms, modals, design system and color tokens, animations, styling, loading states, scrollbars, client state, or data fetching — and when scaffolding a new frontend project, adding a shadcn/ui component, or touching i18n/RTL layout.

building-mobileskills/building-mobile/SKILL.md

Use when building or changing any React Native or Expo app — screens, navigation, tabs, sheets, lists, forms, data fetching and auth against a NestJS API or Supabase, i18n or RTL layout, splash and icons, EAS builds or OTA updates — and when scaffolding a new Expo app or adding a React Native Reusables component.

capturing-correctionsskills/capturing-corrections/SKILL.md

Use when the user corrects course, restates something already said, rejects an approach, or states a preference that should outlive this session — and when they say "remember this", "write that down", or ask what has been recorded for a project.

deploying-to-vercelskills/deploying-to-vercel/SKILL.md

Use when deploying a NestJS, Express or Next.js app to Vercel — especially a monorepo, or one using Prisma with Neon/Postgres, file uploads, or scheduled jobs. Also use when a Vercel deployment reports Ready but every request 500s, when requests hang for 30-60s with nothing in the logs, or when a frontend keeps calling localhost after the env var was fixed.

designing-mobileskills/designing-mobile/SKILL.md

Use when setting the look of a new mobile app, at the design-system stage of /build-software for a mobile app, when designing or restyling a React Native or Expo screen, when choosing colours, type, icons, motion or haptics for a React Native app, or when a mobile screen looks generic, AI-made, or inconsistent with the rest of the app.

Plugin manifests1

plugins/abdallah-skills/.claude-plugin/plugin.json
{
  "name": "abdallah-skills",
  "version": "1.20.0",
  "description": "Frontend and backend conventions for Next.js + NestJS + Prisma, plus a correction-capture loop.",
  "author": {
    "name": "Abdallah"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[abdallah-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/abdallah-skills)