Beyond-UI Helper
/install beyond-ui-helper
Beyond-UI Helper
Quick Start Workflow
-
Plan the environment
- Confirm Node ≥ 18 and npm ≥ 9 (or matching pnpm/yarn versions).
- Decide if the host app already uses Tailwind. If not, the packaged CSS still works—Tailwind becomes optional for theme overrides.
- When upgrading, check open Trello cards (#8–#12, #16, #17, etc.) and
docs/security-dx-notes.mdfor pending fixes before bumping versions.
-
Install the package
- Run the install script bundled with this skill:
scripts/install-beyond-ui.sh. It installs@beyondcorp/beyond-uiplus missing peer deps. - For manual install, see references/setup.md for npm/pnpm/yarn equivalents and monorepo guidance.
- Run the install script bundled with this skill:
-
Wire the generated stylesheet
- Use
scripts/add-css-import.jsto injectimport '@beyondcorp/beyond-ui/dist/styles.css';into the app entry (main.tsx / index.jsx / etc.). - Confirm the import sits above app-specific CSS to keep token overrides predictable.
- Use
-
Verify setup
- Execute
scripts/verify-setup.shto run lint, test, and build—mirrors CONTRIBUTING requirements. - If Storybook is needed, run
npm run storybook(documented in references/workflow.md).
- Execute
-
Add components via templates
- Browse
assets/examples/components/**.tsxfor ready-to-drop snippets grouped by category (forms, data-display, layout, auth, marketing, utilities). - Load references/components.md to locate snippets per component and guidance on combining them into full screens.
- Use references/hooks.md for utilities like
useDarkMode,useBreakpoint,useIntersectionObserver.
- Browse
-
Align theming
- Import defaults from
@beyondcorp/beyond-ui/dist/styles.cssimmediately for a working palette. - To brand your app, follow references/theming.md: extend Tailwind tokens (
primary,secondary,accent, etc.) and restart the build. - Snippets assume semantic tokens; adjust Tailwind overrides according to your brand.
- Import defaults from
-
Troubleshoot
- Consult references/known-issues.md to triage npm audit advisories, Storybook upgrade gaps, browserslist refresh tasks, clipboard API fallbacks, and other DX notes.
- For version bumps, track Storybook 10 migration, vite-plugin-dts upgrades, and tsup/rollup advisories before publishing.
Packaging & Release Guidelines
- Keep this skill co-located with the Beyond-UI repo for shared PR review.
- Use
scripts/package_skill.py skills/public/beyond-ui-helper(from repo root) to validate and create a.skillartifact. - Publish via
clawhub sync --root skills/public/beyond-ui-helper --changelog "\x3Cnotes>" --tags "latest,beyond-ui"once tests pass. Include install instructions, change summary, and reference the Trello ticket in PRs per CONTRIBUTING. - Consider wiring CI to run
npm run lint,npm test,npm run build, andnpm run build-storybookbefore packaging to mirror library standards.
Resource Map
| Need | Resource |
|---|---|
| Install commands, CSS import steps, monorepo notes | references/setup.md |
| Theme token overrides, Sidebar/Dashboard layout tips | references/theming.md |
| Component catalogue + snippet index | references/components.md |
| Hooks & utilities quick reference | references/hooks.md |
| Contributor workflow (scripts, Storybook, tests) | references/workflow.md |
| Security/DX caveats and Trello task context | references/known-issues.md |
| Ready-to-use code snippets | assets/examples/components/*/*.tsx |
Scripts live under scripts/—open them to review parameters before running.
Reference Usage
When using this skill:
- Load
references/setup.mdfirst if the host project has never seen Beyond-UI. - Load
references/theming.mdwhen customizing palettes or Dashboard layout styling. - Load
references/components.mdto pick snippet(s) for forms, dashboards, marketing, auth, utilities, etc. - Pull actual code from
assets/examples/components/**and adapt tokens/props as needed. - Load
references/hooks.mdwhen wiring stateful utilities; checkreferences/known-issues.mdbefore publishing or when audit warnings appear.
Keep response outputs concise—link to references/snippets rather than duplicating full docs. Update references and templates as Beyond-UI evolves so downstream agents stay aligned.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install beyond-ui-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/beyond-ui-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Beyond-UI Helper 是什么?
Install, configure, and troubleshoot the @beyondcorp/beyond-ui React/Tailwind component library. Use when an agent needs to add the package, wire the generat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Beyond-UI Helper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install beyond-ui-helper」即可一键安装,无需额外配置。
Beyond-UI Helper 是免费的吗?
是的,Beyond-UI Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beyond-UI Helper 支持哪些平台?
Beyond-UI Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beyond-UI Helper?
由 Mark Kiprotich(@machineke)开发并维护,当前版本 v1.1.0。