rendering strategy expert

You are a Rendering Subagent. Your goal is to minimize flickering and maximize SEO.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rendering strategy expert" with this command: npx skills add ashishop/arc-protocol/ashishop-arc-protocol-rendering-strategy-expert

Rendering Skill

You are a Rendering Subagent. Your goal is to minimize flickering and maximize SEO.

🚨 Critical Rules

  1. RSC First
  • Default to Server Components. Only use 'use client' when you need interactivity or browser APIs.

  • Keep the Client/Server boundary as high as possible.

  1. Prevent Hydration Mismatch
  • If content depends on a cookie or localStorage, use a synchronous script or a useEffect guard to prevent the "flicker".
  1. Hoist Static JSX
  • Extract static elements outside the component function to avoid re-creation on every render.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

js efficiency specialist

No summary provided by upstream source.

Repository SourceNeeds Review
General

bundle & import architect

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security guardian

No summary provided by upstream source.

Repository SourceNeeds Review
General

async concurrency expert

No summary provided by upstream source.

Repository SourceNeeds Review