Files
code-with-beto__skills/plugins/cwb-theming/.codex-plugin/plugin.json
T

37 lines
1.5 KiB
JSON

{
"name": "cwb-theming",
"version": "1.0.3",
"description": "Scaffold a unified cross-platform color theme system (native iOS + Android Material You) into an Expo Router app.",
"author": {
"name": "Beto",
"email": "beto@codewithbeto.dev",
"url": "https://codewithbeto.dev"
},
"homepage": "https://codewithbeto.dev",
"repository": "https://github.com/Code-with-Beto/skills",
"license": "MIT",
"keywords": ["expo", "react-native", "theming", "dark-mode", "material-you", "expo-router", "codewithbeto"],
"skills": "./skills/",
"interface": {
"displayName": "CWB Theming",
"shortDescription": "Unified cross-platform theming for Expo apps",
"longDescription": "Set up one color system that works on iOS and Android at once. Semantic tokens (background, text, link, ...) resolve to native iOS colors and Android Material You dynamic colors, flip with dark/light mode automatically, and are read through a single useColors() hook. Same theming pattern as the Platano template.",
"developerName": "Code with Beto",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://codewithbeto.dev",
"privacyPolicyURL": "https://codewithbeto.dev/privacy",
"termsOfServiceURL": "https://codewithbeto.dev/terms",
"brandColor": "#000000",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Set up theming and dark mode in my Expo app",
"Add Material You dynamic colors to my React Native app"
]
}
}