admin-only-notus

Enforce the Notus React design system on admin pages in Goliath React Native and Expo apps.

Updated May 13, 2026
One-click install
npx skills add https://github.com/dloschiavo/orca --skill admin-only-notus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-only-notus
Source: https://github.com/dloschiavo/orca/tree/main/recipe/admin-only-notus
Command: npx skills add https://github.com/dloschiavo/orca --skill admin-only-notus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires admin-routing, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures consistent and correct application of the Notus React design system across internal/admin pages in Goliath React Native + Expo applications, preventing design drift and maintaining visual consistency.

Core Features & Use Cases

  • Design System Enforcement: Strictly enforces the Notus design system for admin pages, including color palettes, component usage, and layout.
  • Isolation Rule: Ensures that admin pages do not share any layout, design, or asset files with public-facing pages.
  • Pre-flight Checklist: Provides a comprehensive checklist to ensure that all design rules are followed before deploying a new admin page.

Quick Start

Run the admin-only-notus skill to apply the Notus design system to your admin page 'adminDashboard.tsx'.

Frequently Asked Questions about admin-only-notus

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

FAQPage Schema
How do I enforce the Notus React design system on admin pages in React Native?

Admin pages require strict isolation from public-facing pages, meaning they cannot share any layout, design, or asset files. This separation prevents cross-contamination and maintains distinct visual systems for internal versus external users.

What is design drift and how does it affect React Native admin pages?

Design drift occurs when admin pages in React Native gradually deviate from the established Notus design system through inconsistent color, component, or layout choices. Enforcing standardized design rules prevents this visual fragmentation across internal application interfaces.

Can I use the Notus design system for both admin and public pages in an Expo app?

No, the Notus design system enforces an isolation rule where admin pages cannot share layout, design, or asset files with public-facing pages. You must maintain separate visual structures to prevent design drift between internal and external interfaces.

How do I apply Notus React design rules to an admin dashboard component?

To apply Notus React design rules to an admin dashboard component like adminDashboard.tsx, you run the enforcement skill which validates color palettes, component usage, and layout against the design system before deployment.

Do I need admin routing configured before setting up Notus React admin pages?

Yes, admin routing is a required dependency before enforcing the Notus React design system on internal pages. You must have routing configured to properly isolate and manage admin page navigation within Goliath React Native Expo applications.

What is checked in a pre-flight checklist before deploying an admin page?

A pre-flight checklist verifies that all Notus design system rules are followed before deploying an admin page, covering color palette adherence, proper component usage, layout consistency, and isolation from public-facing page assets.