new-skeletor-hook

Generate typed animation hooks for the skeletor library using React and RN Animated.

Updated May 7, 2026
One-click install
npx skills add https://github.com/prototypdigital/claude-marketplace --skill new-skeletor-hook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skeletor-hook
Source: https://github.com/prototypdigital/claude-marketplace/tree/main/plugins/frontend/skills/new-skeletor-hook
Command: npx skills add https://github.com/prototypdigital/claude-marketplace --skill new-skeletor-hook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, react-native, react-native-reanimated, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new animation hooks to the skeletor library, ensuring consistency and stability in animations.

Core Features & Use Cases

  • Animation Hook Scaffold: Automatically generates the structure for new animation hooks in the skeletor library.
  • Type Safety: Ensures that all hooks are typed and built on the existing Animation.ts model.
  • Ref Stability: Ensures that animation references are stable across re-renders.
  • Use Case: When you need to add a new animation hook to the skeletor library, this Skill can help you set up the hook with the correct structure and types.

Quick Start

Use the new-skeletor-hook skill to create a new animation hook for the skeletor library.

Frequently Asked Questions about new-skeletor-hook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new animation hook for the skeletor library?

You can generate a stable animation hook for the skeletor library by using this Skill to scaffold the structure. It enforces type safety and stable animation references across re-renders.

How do I ensure my React Native animation refs stay stable across re-renders?

To ensure animation refs stay stable across re-renders, generate your hooks using the skeletor library model. This Skill enforces ref stability and type safety for React Native animations.

Do I need react-native-reanimated to build skeletor animation hooks?

Yes, react-native-reanimated is required to create animation hooks for the skeletor library. You also need React and React Native to ensure proper hook creation and type safety.

What is the best way to add type safety to skeletor library animation hooks?

The best way to ensure type safety in skeletor animation hooks is by scaffolding them with this Skill. It structures the hook to build directly on the existing Animation.ts model.

Can I use this hook scaffolding for React projects outside the skeletor library?

This hook scaffolding is designed specifically for creating new hooks within the skeletor library. It enforces consistency and stability tailored to that library's existing models.