skills/add-ui-component/SKILL.md
--- name: add-ui-component description: Add or update a reusable UI component following this monorepo standard: search ui-theme first, implement component in @sheldrapps/ui-theme when reusable, export it, then consume from app without creating new app-level SCSS unless justified. --- # Add Reusable UI Component ## Checklist 1. Search existing ui-theme assets before creating anything: - `packages/ui-theme/src/lib/components` - `packages/ui-theme/styles` 2. Reuse existing tokens/styles if
npx skillsauth add sheldrapps/sheldrapps skills/add-ui-componentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
packages/ui-theme/src/lib/componentspackages/ui-theme/stylespackages/ui-theme/src/lib/components/<component-name>/:
<component-name>.component.ts.html.scss (inside ui-theme, not app)packages/ui-theme/src/lib/components/index.tspackages/ui-theme/src/index.ts still exports components.packages/ui-theme/styles/ and expose in styles/index.scss.@sheldrapps/ui-theme.import { SaveCoverModalComponent } from '@sheldrapps/ui-theme';apps/cover-creator-for-kindle/src/app/pages/create/create.page.ts@use '@sheldrapps/ui-theme/styles/components' as *;apps/epub-cover-changer/src/app/pages/change/change.page.scsspnpm test (guardrails catch new app SCSS outside allowlist)pnpm lintpnpm buildpnpm --filter <app-name> startpnpm --filter <app-name> buildtools
Create a new Ionic Angular app inside this monorepo with tabs baseline, settings integration through @sheldrapps/settings-kit, config.json persistence wiring pattern, and ui-theme integration. Use when adding a new app under apps/*.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.