MohammadShehadeh

15 mods across 1 repository, 2 stars between them.

agent-skills

02

MohammadShehadeh/agent-skills

Plugin Claude Code

House coding conventions as self-contained agent-skills- skills, commands, and a reviewer agent for TypeScript/React/Next.js — adapt to each repo's layout and toolchain.

2 18d ago A tokens not measured original MIT

MohammadShehadeh/agent-skills

Agent

Reviews code changes against the house conventions (naming, component/hook patterns, flat trees, boundaries, error keys, styling). Use proactively after writing or modifying TypeScript/React code.

2 18d ago A 43 tokens original MIT

new-component

04

MohammadShehadeh/agent-skills

Command

Design and build a React component the house way — role and states first, props API before markup, composition over new primitives, no speculative flexibility.

2 18d ago A 28 tokens original MIT

new-feature

05

MohammadShehadeh/agent-skills

Command

Plan and build a new feature the house way — user journey and business logic first, atomic UI decomposition, explicit state/communication map, then home, structure, boundaries, and no premature abstraction.

2 18d ago A 38 tokens original MIT

new-form

06

MohammadShehadeh/agent-skills

Command

Build a form the house way — schema and error keys first, control chooser, Field/FieldGroup markup, RHF + zod, submit via Result-returning boundary.

2 18d ago A 34 tokens original MIT

new-service

07

MohammadShehadeh/agent-skills

Command

Scaffold a service or server boundary the house way — operation contract, zod schema, shared http client, DTO mapping, narrowed Result with ErrorKey.

2 18d ago A 30 tokens original MIT

plan-task

08

MohammadShehadeh/agent-skills

Command

Plan before coding — restate the task as verifiable targets with done criteria, scope boundaries, and STOP conditions; confirm before writing code.

2 18d ago A 27 tokens original MIT

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

House TypeScript/React coding conventions. Use whenever writing or reviewing TypeScript, React, or Next.js code — components, hooks, services, types, styling — so output matches the house style.

2 18d ago A 46 tokens original MIT

agent-skills-debug

11

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

House debugging method — localize top-down (page → section → block → component) to the defect site, map references in both directions, trace to the root cause (interrogating where/why/how to prune candidates for wrong-value bugs), and account for the blast radius before fixing. Use when investigating a bug…

2 18d ago A 84 tokens original MIT

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

Scaffold or extend a feature module — colocated route/feature folder by default, optional shared package when multi-consumer. Use when creating a new feature or adding an area (hooks, actions, services) to an existing one.

2 18d ago A 52 tokens original MIT

agent-skills-form

13

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

Build a form the house way — zod schema first, react-hook-form logic, shadcn Field/FieldGroup markup, control chooser, submit via Result-returning action/service. Use when creating or extending forms, validation, or form submit flows.

2 18d ago A 56 tokens original MIT

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

Build a Next.js App Router page/landing section the house way — thin server page composing section components, leaf-level client boundaries, metadata via title template and factories. Use when creating pages, landing sections, or route groups.

2 18d ago A 52 tokens original MIT

MohammadShehadeh/agent-skills

Skill Claude CodeCodex

Scaffold a service or server boundary the house way — one shared http client, zod-validated payloads, DTO mapping, narrowed Result with ErrorKey, no throws to UI. Use when adding API clients, server actions, route handlers, or external integrations.

2 18d ago A 58 tokens original MIT