reuse-filament-resources

Installation
SKILL.md

Reuse Filament Resources

When To Use

Use this skill when a relation manager, page, or secondary admin surface needs the same form or table behavior as a resource.

Inputs Needed

  • Resource, related manager, page, duplicated UI, and tests.

Workflow

  1. Inspect the existing resource form, table, and infolist.
  2. Identify the shared UI that can be reused directly.
  3. Delegate to the resource’s form or table methods when the structure is the same.
  4. Extract shared schema fragments when only part of the UI differs.
  5. Keep the relation manager or page thin.
  6. Test the reused behavior from both the resource and the relation manager.
Installs
2
GitHub Stars
1
First Seen
Jul 7, 2026
reuse-filament-resources — alizharb/agent-skills