mdadul/agent-skills

Reusable Agent Skills for AI coding assistants

5Stars on the repository
31Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

flyweight

25

mdadul/agent-skills

Skill Claude CodeCodex

Teach and apply the Flyweight (Cache) pattern to reduce RAM usage by sharing immutable intrinsic state across massive numbers of similar objects. Use when users ask about Flyweight, object pooling, intrinsic vs extrinsic state, RAM-constrained object creation, or comparing Flyweight to Singleton or Prototype.

not rated 5 3mo ago A 61 tokens

proxy

26

mdadul/agent-skills

Skill Claude CodeCodex

Teach and apply the Proxy pattern to substitute a service with an interchangeable wrapper that controls access while preserving the same interface. Use when users ask about Proxy, lazy initialization, access control, remote service wrappers, request logging, caching, or comparing Proxy with Decorator, Adapter, or…

not rated 5 3mo ago A 60 tokens

expo-modules-api

27

mdadul/agent-skills

Skill Claude CodeCodex

Builds, extends, and reviews Expo native modules with the Modules API (Swift/Kotlin ModuleDefinition DSL, expo-modules-core, views, events, Records, Android Package lifecycle listeners). Use when creating a local or published Expo module, writing native code in ios/ or android/, hooking MainActivity or Application…

not rated 5 3mo ago A 91 tokens

nativewind-expo

28

mdadul/agent-skills

Skill Claude CodeCodex

Installs and configures NativeWind v4 (Tailwind CSS for React Native) in an Expo project, covering package installation, Tailwind config, Babel preset, Metro config, global CSS import, and app.json bundler switch. Use when the user asks to add NativeWind, set up Tailwind CSS in Expo, configure nativewind, or integrate…

not rated 5 3mo ago A 86 tokens

mdadul/agent-skills

Skill Claude CodeCodex

Apply Pragmatic Programmer principles—DRY (Don't Repeat Yourself) and Orthogonality—when authoring, reviewing, or refactoring code. Detects knowledge duplication, tight coupling, global state abuse, and similar-function sprawl, then proposes authoritative single-source fixes. Use when the user asks for DRY review…

not rated 5 3mo ago A 93 tokens

refactoring

30

mdadul/agent-skills

Skill Claude CodeCodex

Apply named refactoring techniques (Extract Method, Move Method, Replace Conditional with Polymorphism, etc.) organized by the classic catalog — Composing Methods, Moving Features between Objects, Organizing Data, Simplifying Conditional Expressions, Simplifying Method Calls, and Dealing with Generalization. Use when…

not rated 5 3mo ago A 99 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: