abdallah-skills
v1.20.0Frontend and backend conventions for Next.js + NestJS + Prisma, plus a correction-capture loop.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install abdallah-skills@agent-plugin-marketplacePaste 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-skillsClone 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
├── .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
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.
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.
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.
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.
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.
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.
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
{
"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"
}
}For maintainers
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)