Ahmed Adel avatar

Ahmed Adel

Community

@AhmedElbialy148

4Followers
|
30Public Repos
|
10Published Skills

MIS engineering standards for React/Next.js Feature-Sliced Design, LangGraph agents, API route guards, and documentation frameworks.

Skills Distribution
DomainDeveloper To...Frontend Architect.. (40%)API Security & Bac.. (15%)LangGraph Agent En.. (15%)Documentation & Ar.. (15%)

Agent Skills by Ahmed Adel

Showing 10 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Ahmed Adel

FAQPage Schema
What tasks can I standardize using AhmedElbialy148's MIS skills?▼

You can enforce Feature-Sliced Design in Vite/React and Next.js apps, guard Next.js API routes with auth, RBAC, and rate limiting, build LangGraph Python agents, apply optimistic CRUD mutations without refetching, write Diataxis/ADR/C4 documentation, and adopt Conventional Commits with PR templates.

Who are these MIS skills designed for?▼

They target frontend and full-stack engineers working in MIS (Modern Intelligence Solutions) repositories — React/TypeScript developers, Next.js backend engineers, Python developers building LangGraph agents, and AI coding agents that need behavioral guidelines to avoid overcomplication and make surgical, verifiable changes.

What are the runtime requirements for the LangGraph skill?▼

The mis-langgraph skill requires Python 3.11 or higher, langgraph version 0.2 or above, and langchain-core. The Deep Agents sections additionally require the deepagents package. Frontend skills assume Vite or Next.js with TypeScript, react-router, TanStack Query, and Zod.

Are these skills open source?▼

Mostly no. Eight skills carry a proprietary license restricted to MIS (Modern Intelligence Solutions) internal use. Only mis-guidelines — the behavioral rules for AI coding agents — is released under the MIT license with attribution to its referenced source.

How do the Next.js API guards work in practice?▼

Guards are declared in a single array via defineRoute({ guards: [...], handler }), execute in order, and progressively type the request context — similar to NestJS @UseGuards or Django DRF permission_classes. Default adapters use Supabase for authentication and Upstash for rate limiting, with pluggable backends.