@oriro/orirocli 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +8 -0
- package/LICENSE +21 -0
- package/dist/cli.js +35 -5
- package/package.json +1 -1
- package/skills/21stdev/SKILL.md +64 -0
- package/skills/graphify/SKILL.md +619 -0
- package/skills/graphify/__init__.py +28 -0
- package/skills/graphify/__main__.py +4582 -0
- package/skills/graphify/affected.py +154 -0
- package/skills/graphify/always_on/agents-md.md +12 -0
- package/skills/graphify/always_on/antigravity-rules.md +14 -0
- package/skills/graphify/always_on/claude-md.md +9 -0
- package/skills/graphify/always_on/gemini-md.md +9 -0
- package/skills/graphify/always_on/kiro-steering.md +5 -0
- package/skills/graphify/always_on/vscode-instructions.md +17 -0
- package/skills/graphify/analyze.py +724 -0
- package/skills/graphify/benchmark.py +155 -0
- package/skills/graphify/build.py +487 -0
- package/skills/graphify/cache.py +417 -0
- package/skills/graphify/callflow_html.py +2020 -0
- package/skills/graphify/cluster.py +272 -0
- package/skills/graphify/command-kilo.md +15 -0
- package/skills/graphify/dedup.py +429 -0
- package/skills/graphify/detect.py +1379 -0
- package/skills/graphify/diagnostics.py +390 -0
- package/skills/graphify/export.py +1408 -0
- package/skills/graphify/extract.py +11570 -0
- package/skills/graphify/global_graph.py +159 -0
- package/skills/graphify/google_workspace.py +223 -0
- package/skills/graphify/hooks.py +457 -0
- package/skills/graphify/ingest.py +331 -0
- package/skills/graphify/llm.py +1896 -0
- package/skills/graphify/manifest.py +4 -0
- package/skills/graphify/mcp_ingest.py +392 -0
- package/skills/graphify/multigraph_compat.py +212 -0
- package/skills/graphify/pg_introspect.py +142 -0
- package/skills/graphify/prs.py +748 -0
- package/skills/graphify/querylog.py +70 -0
- package/skills/graphify/report.py +218 -0
- package/skills/graphify/scip_ingest.py +363 -0
- package/skills/graphify/security.py +336 -0
- package/skills/graphify/semantic_cleanup.py +319 -0
- package/skills/graphify/serve.py +1309 -0
- package/skills/graphify/skill-aider.md +1246 -0
- package/skills/graphify/skill-amp.md +613 -0
- package/skills/graphify/skill-claw.md +616 -0
- package/skills/graphify/skill-codex.md +613 -0
- package/skills/graphify/skill-copilot.md +616 -0
- package/skills/graphify/skill-devin.md +1372 -0
- package/skills/graphify/skill-droid.md +613 -0
- package/skills/graphify/skill-kilo.md +625 -0
- package/skills/graphify/skill-kiro.md +615 -0
- package/skills/graphify/skill-opencode.md +608 -0
- package/skills/graphify/skill-pi.md +615 -0
- package/skills/graphify/skill-trae.md +614 -0
- package/skills/graphify/skill-vscode.md +612 -0
- package/skills/graphify/skill-windows.md +651 -0
- package/skills/graphify/skills/amp/references/add-watch.md +56 -0
- package/skills/graphify/skills/amp/references/exports.md +71 -0
- package/skills/graphify/skills/amp/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/amp/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/amp/references/hooks.md +33 -0
- package/skills/graphify/skills/amp/references/query.md +249 -0
- package/skills/graphify/skills/amp/references/transcribe.md +48 -0
- package/skills/graphify/skills/amp/references/update.md +179 -0
- package/skills/graphify/skills/claude/references/add-watch.md +56 -0
- package/skills/graphify/skills/claude/references/exports.md +71 -0
- package/skills/graphify/skills/claude/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/claude/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/claude/references/hooks.md +33 -0
- package/skills/graphify/skills/claude/references/query.md +103 -0
- package/skills/graphify/skills/claude/references/transcribe.md +48 -0
- package/skills/graphify/skills/claude/references/update.md +179 -0
- package/skills/graphify/skills/claw/references/add-watch.md +56 -0
- package/skills/graphify/skills/claw/references/exports.md +71 -0
- package/skills/graphify/skills/claw/references/extraction-spec.md +29 -0
- package/skills/graphify/skills/claw/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/claw/references/hooks.md +33 -0
- package/skills/graphify/skills/claw/references/query.md +249 -0
- package/skills/graphify/skills/claw/references/transcribe.md +48 -0
- package/skills/graphify/skills/claw/references/update.md +179 -0
- package/skills/graphify/skills/codex/references/add-watch.md +56 -0
- package/skills/graphify/skills/codex/references/exports.md +71 -0
- package/skills/graphify/skills/codex/references/extraction-spec.md +29 -0
- package/skills/graphify/skills/codex/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/codex/references/hooks.md +33 -0
- package/skills/graphify/skills/codex/references/query.md +249 -0
- package/skills/graphify/skills/codex/references/transcribe.md +48 -0
- package/skills/graphify/skills/codex/references/update.md +179 -0
- package/skills/graphify/skills/copilot/references/add-watch.md +56 -0
- package/skills/graphify/skills/copilot/references/exports.md +71 -0
- package/skills/graphify/skills/copilot/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/copilot/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/copilot/references/hooks.md +33 -0
- package/skills/graphify/skills/copilot/references/query.md +249 -0
- package/skills/graphify/skills/copilot/references/transcribe.md +48 -0
- package/skills/graphify/skills/copilot/references/update.md +179 -0
- package/skills/graphify/skills/droid/references/add-watch.md +56 -0
- package/skills/graphify/skills/droid/references/exports.md +71 -0
- package/skills/graphify/skills/droid/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/droid/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/droid/references/hooks.md +33 -0
- package/skills/graphify/skills/droid/references/query.md +249 -0
- package/skills/graphify/skills/droid/references/transcribe.md +48 -0
- package/skills/graphify/skills/droid/references/update.md +179 -0
- package/skills/graphify/skills/kilo/references/add-watch.md +56 -0
- package/skills/graphify/skills/kilo/references/exports.md +71 -0
- package/skills/graphify/skills/kilo/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/kilo/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/kilo/references/hooks.md +33 -0
- package/skills/graphify/skills/kilo/references/query.md +249 -0
- package/skills/graphify/skills/kilo/references/transcribe.md +48 -0
- package/skills/graphify/skills/kilo/references/update.md +179 -0
- package/skills/graphify/skills/kiro/references/add-watch.md +56 -0
- package/skills/graphify/skills/kiro/references/exports.md +71 -0
- package/skills/graphify/skills/kiro/references/extraction-spec.md +29 -0
- package/skills/graphify/skills/kiro/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/kiro/references/hooks.md +33 -0
- package/skills/graphify/skills/kiro/references/query.md +249 -0
- package/skills/graphify/skills/kiro/references/transcribe.md +48 -0
- package/skills/graphify/skills/kiro/references/update.md +179 -0
- package/skills/graphify/skills/opencode/references/add-watch.md +56 -0
- package/skills/graphify/skills/opencode/references/exports.md +71 -0
- package/skills/graphify/skills/opencode/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/opencode/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/opencode/references/hooks.md +33 -0
- package/skills/graphify/skills/opencode/references/query.md +249 -0
- package/skills/graphify/skills/opencode/references/transcribe.md +48 -0
- package/skills/graphify/skills/opencode/references/update.md +179 -0
- package/skills/graphify/skills/pi/references/add-watch.md +56 -0
- package/skills/graphify/skills/pi/references/exports.md +71 -0
- package/skills/graphify/skills/pi/references/extraction-spec.md +29 -0
- package/skills/graphify/skills/pi/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/pi/references/hooks.md +33 -0
- package/skills/graphify/skills/pi/references/query.md +249 -0
- package/skills/graphify/skills/pi/references/transcribe.md +48 -0
- package/skills/graphify/skills/pi/references/update.md +179 -0
- package/skills/graphify/skills/trae/references/add-watch.md +56 -0
- package/skills/graphify/skills/trae/references/exports.md +71 -0
- package/skills/graphify/skills/trae/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/trae/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/trae/references/hooks.md +35 -0
- package/skills/graphify/skills/trae/references/query.md +249 -0
- package/skills/graphify/skills/trae/references/transcribe.md +48 -0
- package/skills/graphify/skills/trae/references/update.md +179 -0
- package/skills/graphify/skills/vscode/references/add-watch.md +56 -0
- package/skills/graphify/skills/vscode/references/exports.md +71 -0
- package/skills/graphify/skills/vscode/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/vscode/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/vscode/references/hooks.md +33 -0
- package/skills/graphify/skills/vscode/references/query.md +249 -0
- package/skills/graphify/skills/vscode/references/transcribe.md +48 -0
- package/skills/graphify/skills/vscode/references/update.md +179 -0
- package/skills/graphify/skills/windows/references/add-watch.md +56 -0
- package/skills/graphify/skills/windows/references/exports.md +71 -0
- package/skills/graphify/skills/windows/references/extraction-spec.md +68 -0
- package/skills/graphify/skills/windows/references/github-and-merge.md +46 -0
- package/skills/graphify/skills/windows/references/hooks.md +33 -0
- package/skills/graphify/skills/windows/references/query.md +249 -0
- package/skills/graphify/skills/windows/references/transcribe.md +48 -0
- package/skills/graphify/skills/windows/references/update.md +179 -0
- package/skills/graphify/symbol_resolution.py +538 -0
- package/skills/graphify/transcribe.py +184 -0
- package/skills/graphify/tree_html.py +582 -0
- package/skills/graphify/validate.py +72 -0
- package/skills/graphify/watch.py +898 -0
- package/skills/graphify/wiki.py +282 -0
- package/skills/impeccable/SKILL.md +186 -0
- package/skills/impeccable/agents/impeccable_asset_producer.toml +92 -0
- package/skills/impeccable/agents/impeccable_manual_edit_applier.toml +95 -0
- package/skills/impeccable/agents/openai.yaml +4 -0
- package/skills/impeccable/reference/adapt.md +311 -0
- package/skills/impeccable/reference/animate.md +201 -0
- package/skills/impeccable/reference/audit.md +133 -0
- package/skills/impeccable/reference/bolder.md +113 -0
- package/skills/impeccable/reference/brand.md +108 -0
- package/skills/impeccable/reference/clarify.md +288 -0
- package/skills/impeccable/reference/codex.md +105 -0
- package/skills/impeccable/reference/colorize.md +257 -0
- package/skills/impeccable/reference/craft.md +123 -0
- package/skills/impeccable/reference/critique.md +790 -0
- package/skills/impeccable/reference/delight.md +302 -0
- package/skills/impeccable/reference/distill.md +111 -0
- package/skills/impeccable/reference/document.md +429 -0
- package/skills/impeccable/reference/extract.md +69 -0
- package/skills/impeccable/reference/harden.md +347 -0
- package/skills/impeccable/reference/init.md +172 -0
- package/skills/impeccable/reference/interaction-design.md +189 -0
- package/skills/impeccable/reference/layout.md +161 -0
- package/skills/impeccable/reference/live.md +720 -0
- package/skills/impeccable/reference/onboard.md +234 -0
- package/skills/impeccable/reference/optimize.md +258 -0
- package/skills/impeccable/reference/overdrive.md +130 -0
- package/skills/impeccable/reference/polish.md +241 -0
- package/skills/impeccable/reference/product.md +60 -0
- package/skills/impeccable/reference/quieter.md +99 -0
- package/skills/impeccable/reference/shape.md +165 -0
- package/skills/impeccable/reference/typeset.md +279 -0
- package/skills/impeccable/scripts/cleanup-deprecated.mjs +284 -0
- package/skills/impeccable/scripts/command-metadata.json +94 -0
- package/skills/impeccable/scripts/context-signals.mjs +225 -0
- package/skills/impeccable/scripts/context.mjs +266 -0
- package/skills/impeccable/scripts/critique-storage.mjs +242 -0
- package/skills/impeccable/scripts/design-parser.mjs +835 -0
- package/skills/impeccable/scripts/detect-csp.mjs +198 -0
- package/skills/impeccable/scripts/detect.mjs +21 -0
- package/skills/impeccable/scripts/detector/browser/injected/index.mjs +1733 -0
- package/skills/impeccable/scripts/detector/cli/main.mjs +244 -0
- package/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +4618 -0
- package/skills/impeccable/scripts/detector/detect-antipatterns.mjs +43 -0
- package/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +252 -0
- package/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +535 -0
- package/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +986 -0
- package/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +208 -0
- package/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +189 -0
- package/skills/impeccable/scripts/detector/findings.mjs +12 -0
- package/skills/impeccable/scripts/detector/node/file-system.mjs +198 -0
- package/skills/impeccable/scripts/detector/profile/profiler.mjs +166 -0
- package/skills/impeccable/scripts/detector/registry/antipatterns.mjs +419 -0
- package/skills/impeccable/scripts/detector/rules/checks.mjs +2384 -0
- package/skills/impeccable/scripts/detector/shared/color.mjs +124 -0
- package/skills/impeccable/scripts/detector/shared/constants.mjs +101 -0
- package/skills/impeccable/scripts/detector/shared/page.mjs +7 -0
- package/skills/impeccable/scripts/impeccable-paths.mjs +126 -0
- package/skills/impeccable/scripts/is-generated.mjs +69 -0
- package/skills/impeccable/scripts/live-accept.mjs +812 -0
- package/skills/impeccable/scripts/live-browser-session.js +123 -0
- package/skills/impeccable/scripts/live-browser.js +10295 -0
- package/skills/impeccable/scripts/live-commit-manual-edits.mjs +1241 -0
- package/skills/impeccable/scripts/live-complete.mjs +75 -0
- package/skills/impeccable/scripts/live-completion.mjs +19 -0
- package/skills/impeccable/scripts/live-copy-edit-agent.mjs +683 -0
- package/skills/impeccable/scripts/live-discard-manual-edits.mjs +51 -0
- package/skills/impeccable/scripts/live-event-validation.mjs +137 -0
- package/skills/impeccable/scripts/live-inject.mjs +557 -0
- package/skills/impeccable/scripts/live-insert-ui.mjs +458 -0
- package/skills/impeccable/scripts/live-insert.mjs +272 -0
- package/skills/impeccable/scripts/live-manual-edit-evidence.mjs +363 -0
- package/skills/impeccable/scripts/live-manual-edits-buffer.mjs +152 -0
- package/skills/impeccable/scripts/live-poll.mjs +379 -0
- package/skills/impeccable/scripts/live-resume.mjs +94 -0
- package/skills/impeccable/scripts/live-server.mjs +2326 -0
- package/skills/impeccable/scripts/live-session-store.mjs +289 -0
- package/skills/impeccable/scripts/live-status.mjs +61 -0
- package/skills/impeccable/scripts/live-svelte-component.mjs +826 -0
- package/skills/impeccable/scripts/live-sveltekit-adapter.mjs +274 -0
- package/skills/impeccable/scripts/live-ui-core.mjs +179 -0
- package/skills/impeccable/scripts/live-vocabulary.mjs +36 -0
- package/skills/impeccable/scripts/live-wrap.mjs +894 -0
- package/skills/impeccable/scripts/live.mjs +246 -0
- package/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
- package/skills/impeccable/scripts/palette.mjs +633 -0
- package/skills/impeccable/scripts/pin.mjs +214 -0
- package/skills/uipm-ui-styling/LICENSE.txt +202 -0
- package/skills/uipm-ui-styling/SKILL.md +328 -0
- package/skills/uipm-ui-styling/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/uipm-ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/uipm-ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/uipm-ui-styling/references/canvas-design-system.md +320 -0
- package/skills/uipm-ui-styling/references/shadcn-accessibility.md +471 -0
- package/skills/uipm-ui-styling/references/shadcn-components.md +424 -0
- package/skills/uipm-ui-styling/references/shadcn-theming.md +373 -0
- package/skills/uipm-ui-styling/references/tailwind-customization.md +483 -0
- package/skills/uipm-ui-styling/references/tailwind-responsive.md +382 -0
- package/skills/uipm-ui-styling/references/tailwind-utilities.md +455 -0
- package/skills/uipm-ui-styling/scripts/.coverage +0 -0
- package/skills/uipm-ui-styling/scripts/requirements.txt +17 -0
- package/skills/uipm-ui-styling/scripts/shadcn_add.py +292 -0
- package/skills/uipm-ui-styling/scripts/tailwind_config_gen.py +456 -0
- package/skills/uipm-ui-styling/scripts/tests/coverage-ui.json +1 -0
- package/skills/uipm-ui-styling/scripts/tests/requirements.txt +3 -0
- package/skills/uipm-ui-styling/scripts/tests/test_shadcn_add.py +266 -0
- package/skills/uipm-ui-styling/scripts/tests/test_tailwind_config_gen.py +336 -0
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
# shadcn/ui Theming & Customization
|
|
2
|
+
|
|
3
|
+
Theme configuration, CSS variables, dark mode, and component customization.
|
|
4
|
+
|
|
5
|
+
## Dark Mode Setup
|
|
6
|
+
|
|
7
|
+
### Next.js App Router
|
|
8
|
+
|
|
9
|
+
**1. Install next-themes:**
|
|
10
|
+
```bash
|
|
11
|
+
npm install next-themes
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
**2. Create theme provider:**
|
|
15
|
+
```tsx
|
|
16
|
+
// components/theme-provider.tsx
|
|
17
|
+
"use client"
|
|
18
|
+
|
|
19
|
+
import * as React from "react"
|
|
20
|
+
import { ThemeProvider as NextThemesProvider } from "next-themes"
|
|
21
|
+
|
|
22
|
+
export function ThemeProvider({
|
|
23
|
+
children,
|
|
24
|
+
...props
|
|
25
|
+
}: React.ComponentProps<typeof NextThemesProvider>) {
|
|
26
|
+
return <NextThemesProvider {...props}>{children}</NextThemesProvider>
|
|
27
|
+
}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
**3. Wrap app:**
|
|
31
|
+
```tsx
|
|
32
|
+
// app/layout.tsx
|
|
33
|
+
import { ThemeProvider } from "@/components/theme-provider"
|
|
34
|
+
|
|
35
|
+
export default function RootLayout({ children }) {
|
|
36
|
+
return (
|
|
37
|
+
<html lang="en" suppressHydrationWarning>
|
|
38
|
+
<body>
|
|
39
|
+
<ThemeProvider
|
|
40
|
+
attribute="class"
|
|
41
|
+
defaultTheme="system"
|
|
42
|
+
enableSystem
|
|
43
|
+
disableTransitionOnChange
|
|
44
|
+
>
|
|
45
|
+
{children}
|
|
46
|
+
</ThemeProvider>
|
|
47
|
+
</body>
|
|
48
|
+
</html>
|
|
49
|
+
)
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
**4. Theme toggle component:**
|
|
54
|
+
```tsx
|
|
55
|
+
import { Moon, Sun } from "lucide-react"
|
|
56
|
+
import { useTheme } from "next-themes"
|
|
57
|
+
import { Button } from "@/components/ui/button"
|
|
58
|
+
|
|
59
|
+
export function ThemeToggle() {
|
|
60
|
+
const { setTheme, theme } = useTheme()
|
|
61
|
+
|
|
62
|
+
return (
|
|
63
|
+
<Button
|
|
64
|
+
variant="ghost"
|
|
65
|
+
size="icon"
|
|
66
|
+
onClick={() => setTheme(theme === "light" ? "dark" : "light")}
|
|
67
|
+
>
|
|
68
|
+
<Sun className="h-[1.2rem] w-[1.2rem] rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0" />
|
|
69
|
+
<Moon className="absolute h-[1.2rem] w-[1.2rem] rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100" />
|
|
70
|
+
<span className="sr-only">Toggle theme</span>
|
|
71
|
+
</Button>
|
|
72
|
+
)
|
|
73
|
+
}
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Vite / Other Frameworks
|
|
77
|
+
|
|
78
|
+
Use similar approach with next-themes or implement custom solution:
|
|
79
|
+
|
|
80
|
+
```javascript
|
|
81
|
+
// Store preference
|
|
82
|
+
function toggleDarkMode() {
|
|
83
|
+
const isDark = document.documentElement.classList.toggle('dark')
|
|
84
|
+
localStorage.setItem('theme', isDark ? 'dark' : 'light')
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Initialize on load
|
|
88
|
+
if (localStorage.theme === 'dark' ||
|
|
89
|
+
(!('theme' in localStorage) &&
|
|
90
|
+
window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
|
91
|
+
document.documentElement.classList.add('dark')
|
|
92
|
+
}
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## CSS Variable System
|
|
96
|
+
|
|
97
|
+
shadcn/ui uses CSS variables for theming. Variables defined in `globals.css`:
|
|
98
|
+
|
|
99
|
+
```css
|
|
100
|
+
@layer base {
|
|
101
|
+
:root {
|
|
102
|
+
--background: 0 0% 100%;
|
|
103
|
+
--foreground: 222.2 84% 4.9%;
|
|
104
|
+
--primary: 222.2 47.4% 11.2%;
|
|
105
|
+
--primary-foreground: 210 40% 98%;
|
|
106
|
+
--secondary: 210 40% 96.1%;
|
|
107
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
108
|
+
--muted: 210 40% 96.1%;
|
|
109
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
110
|
+
--accent: 210 40% 96.1%;
|
|
111
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
112
|
+
--destructive: 0 84.2% 60.2%;
|
|
113
|
+
--destructive-foreground: 210 40% 98%;
|
|
114
|
+
--border: 214.3 31.8% 91.4%;
|
|
115
|
+
--input: 214.3 31.8% 91.4%;
|
|
116
|
+
--ring: 222.2 84% 4.9%;
|
|
117
|
+
--radius: 0.5rem;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.dark {
|
|
121
|
+
--background: 222.2 84% 4.9%;
|
|
122
|
+
--foreground: 210 40% 98%;
|
|
123
|
+
--primary: 210 40% 98%;
|
|
124
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
125
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
126
|
+
--secondary-foreground: 210 40% 98%;
|
|
127
|
+
--muted: 217.2 32.6% 17.5%;
|
|
128
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
129
|
+
--accent: 217.2 32.6% 17.5%;
|
|
130
|
+
--accent-foreground: 210 40% 98%;
|
|
131
|
+
--destructive: 0 62.8% 30.6%;
|
|
132
|
+
--destructive-foreground: 210 40% 98%;
|
|
133
|
+
--border: 217.2 32.6% 17.5%;
|
|
134
|
+
--input: 217.2 32.6% 17.5%;
|
|
135
|
+
--ring: 212.7 26.8% 83.9%;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### Color Format
|
|
141
|
+
|
|
142
|
+
Values use HSL format without `hsl()` wrapper for better opacity control:
|
|
143
|
+
```css
|
|
144
|
+
--primary: 222.2 47.4% 11.2%; /* H S L */
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
Usage in Tailwind:
|
|
148
|
+
```css
|
|
149
|
+
background: hsl(var(--primary));
|
|
150
|
+
background: hsl(var(--primary) / 0.5); /* 50% opacity */
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
## Tailwind Configuration
|
|
154
|
+
|
|
155
|
+
Map CSS variables to Tailwind utilities:
|
|
156
|
+
|
|
157
|
+
```ts
|
|
158
|
+
// tailwind.config.ts
|
|
159
|
+
export default {
|
|
160
|
+
darkMode: ["class"],
|
|
161
|
+
theme: {
|
|
162
|
+
extend: {
|
|
163
|
+
colors: {
|
|
164
|
+
border: "hsl(var(--border))",
|
|
165
|
+
input: "hsl(var(--input))",
|
|
166
|
+
ring: "hsl(var(--ring))",
|
|
167
|
+
background: "hsl(var(--background))",
|
|
168
|
+
foreground: "hsl(var(--foreground))",
|
|
169
|
+
primary: {
|
|
170
|
+
DEFAULT: "hsl(var(--primary))",
|
|
171
|
+
foreground: "hsl(var(--primary-foreground))",
|
|
172
|
+
},
|
|
173
|
+
secondary: {
|
|
174
|
+
DEFAULT: "hsl(var(--secondary))",
|
|
175
|
+
foreground: "hsl(var(--secondary-foreground))",
|
|
176
|
+
},
|
|
177
|
+
destructive: {
|
|
178
|
+
DEFAULT: "hsl(var(--destructive))",
|
|
179
|
+
foreground: "hsl(var(--destructive-foreground))",
|
|
180
|
+
},
|
|
181
|
+
muted: {
|
|
182
|
+
DEFAULT: "hsl(var(--muted))",
|
|
183
|
+
foreground: "hsl(var(--muted-foreground))",
|
|
184
|
+
},
|
|
185
|
+
accent: {
|
|
186
|
+
DEFAULT: "hsl(var(--accent))",
|
|
187
|
+
foreground: "hsl(var(--accent-foreground))",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
borderRadius: {
|
|
191
|
+
lg: "var(--radius)",
|
|
192
|
+
md: "calc(var(--radius) - 2px)",
|
|
193
|
+
sm: "calc(var(--radius) - 4px)",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
}
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
## Color Customization
|
|
201
|
+
|
|
202
|
+
### Method 1: Update CSS Variables
|
|
203
|
+
|
|
204
|
+
Change colors by modifying CSS variables in `globals.css`:
|
|
205
|
+
|
|
206
|
+
```css
|
|
207
|
+
:root {
|
|
208
|
+
--primary: 262.1 83.3% 57.8%; /* Purple */
|
|
209
|
+
--primary-foreground: 210 20% 98%;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.dark {
|
|
213
|
+
--primary: 263.4 70% 50.4%; /* Darker purple */
|
|
214
|
+
--primary-foreground: 210 20% 98%;
|
|
215
|
+
}
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Method 2: Theme Generator
|
|
219
|
+
|
|
220
|
+
Use shadcn/ui theme generator: https://ui.shadcn.com/themes
|
|
221
|
+
|
|
222
|
+
Select base color, generate theme, copy CSS variables.
|
|
223
|
+
|
|
224
|
+
### Method 3: Multiple Themes
|
|
225
|
+
|
|
226
|
+
Create theme variants with data attributes:
|
|
227
|
+
|
|
228
|
+
```css
|
|
229
|
+
[data-theme="violet"] {
|
|
230
|
+
--primary: 262.1 83.3% 57.8%;
|
|
231
|
+
--primary-foreground: 210 20% 98%;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
[data-theme="rose"] {
|
|
235
|
+
--primary: 346.8 77.2% 49.8%;
|
|
236
|
+
--primary-foreground: 355.7 100% 97.3%;
|
|
237
|
+
}
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
Apply theme:
|
|
241
|
+
```tsx
|
|
242
|
+
<div data-theme="violet">
|
|
243
|
+
<Button>Violet theme</Button>
|
|
244
|
+
</div>
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
## Component Customization
|
|
248
|
+
|
|
249
|
+
Components live in your codebase - modify directly.
|
|
250
|
+
|
|
251
|
+
### Customize Variants
|
|
252
|
+
|
|
253
|
+
```tsx
|
|
254
|
+
// components/ui/button.tsx
|
|
255
|
+
const buttonVariants = cva(
|
|
256
|
+
"inline-flex items-center justify-center rounded-md text-sm font-medium",
|
|
257
|
+
{
|
|
258
|
+
variants: {
|
|
259
|
+
variant: {
|
|
260
|
+
default: "bg-primary text-primary-foreground",
|
|
261
|
+
destructive: "bg-destructive text-destructive-foreground",
|
|
262
|
+
outline: "border border-input bg-background",
|
|
263
|
+
// Add custom variant
|
|
264
|
+
gradient: "bg-gradient-to-r from-purple-500 to-pink-500 text-white",
|
|
265
|
+
},
|
|
266
|
+
size: {
|
|
267
|
+
default: "h-10 px-4 py-2",
|
|
268
|
+
sm: "h-9 rounded-md px-3",
|
|
269
|
+
lg: "h-11 rounded-md px-8",
|
|
270
|
+
// Add custom size
|
|
271
|
+
xl: "h-14 rounded-md px-10 text-lg",
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
defaultVariants: {
|
|
275
|
+
variant: "default",
|
|
276
|
+
size: "default",
|
|
277
|
+
},
|
|
278
|
+
}
|
|
279
|
+
)
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
Usage:
|
|
283
|
+
```tsx
|
|
284
|
+
<Button variant="gradient" size="xl">Custom Button</Button>
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
### Customize Styles
|
|
288
|
+
|
|
289
|
+
Modify base styles in component:
|
|
290
|
+
|
|
291
|
+
```tsx
|
|
292
|
+
// components/ui/card.tsx
|
|
293
|
+
const Card = React.forwardRef<
|
|
294
|
+
HTMLDivElement,
|
|
295
|
+
React.HTMLAttributes<HTMLDivElement>
|
|
296
|
+
>(({ className, ...props }, ref) => (
|
|
297
|
+
<div
|
|
298
|
+
ref={ref}
|
|
299
|
+
className={cn(
|
|
300
|
+
"rounded-xl border bg-card text-card-foreground shadow-lg", // Modified
|
|
301
|
+
className
|
|
302
|
+
)}
|
|
303
|
+
{...props}
|
|
304
|
+
/>
|
|
305
|
+
))
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
### Override with className
|
|
309
|
+
|
|
310
|
+
Pass additional classes to override:
|
|
311
|
+
|
|
312
|
+
```tsx
|
|
313
|
+
<Card className="border-2 border-purple-500 shadow-2xl hover:scale-105 transition-transform">
|
|
314
|
+
Custom styled card
|
|
315
|
+
</Card>
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
## Base Color Presets
|
|
319
|
+
|
|
320
|
+
shadcn/ui provides base color presets during `init`:
|
|
321
|
+
|
|
322
|
+
- **Slate**: Cool gray tones
|
|
323
|
+
- **Gray**: Neutral gray
|
|
324
|
+
- **Zinc**: Warm gray
|
|
325
|
+
- **Neutral**: Balanced gray
|
|
326
|
+
- **Stone**: Earthy gray
|
|
327
|
+
|
|
328
|
+
Select during setup or change later by updating CSS variables.
|
|
329
|
+
|
|
330
|
+
## Style Variants
|
|
331
|
+
|
|
332
|
+
Two component styles available:
|
|
333
|
+
|
|
334
|
+
- **Default**: Softer, more rounded
|
|
335
|
+
- **New York**: Sharp, more contrast
|
|
336
|
+
|
|
337
|
+
Select during `init` or in `components.json`:
|
|
338
|
+
|
|
339
|
+
```json
|
|
340
|
+
{
|
|
341
|
+
"style": "new-york",
|
|
342
|
+
"tailwind": {
|
|
343
|
+
"cssVariables": true
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
## Radius Customization
|
|
349
|
+
|
|
350
|
+
Control border radius globally:
|
|
351
|
+
|
|
352
|
+
```css
|
|
353
|
+
:root {
|
|
354
|
+
--radius: 0.5rem; /* Default */
|
|
355
|
+
--radius: 0rem; /* Sharp corners */
|
|
356
|
+
--radius: 1rem; /* Rounded */
|
|
357
|
+
}
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
Components use radius variable:
|
|
361
|
+
```tsx
|
|
362
|
+
className="rounded-lg" /* Uses var(--radius) */
|
|
363
|
+
```
|
|
364
|
+
|
|
365
|
+
## Best Practices
|
|
366
|
+
|
|
367
|
+
1. **Use CSS Variables**: Enables runtime theme switching
|
|
368
|
+
2. **Consistent Foreground Colors**: Pair each color with appropriate foreground
|
|
369
|
+
3. **Test Both Themes**: Verify components in light and dark modes
|
|
370
|
+
4. **Semantic Naming**: Use `destructive` not `red`, `muted` not `gray`
|
|
371
|
+
5. **Accessibility**: Maintain sufficient color contrast (WCAG AA minimum)
|
|
372
|
+
6. **Component Overrides**: Use `className` prop for one-off customization
|
|
373
|
+
7. **Extract Patterns**: Create custom variants for repeated customizations
|