Community艺术与设计github.com

ahpxex/open-dashboard

A skill catalogue of 36 copy-ready admin UI shapes an AI agent installs and composes into a real back-office. Built on TanStack Start, Drizzle + better-auth, shadcn + Tailwind v4.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add ahpxex/open-dashboard

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

文档

Rebrand

The single rebrand surface is src/config/app.ts (appConfig). It is consumed by the sidebar (logo + name + nav), the root document head (title + description), the theme provider, and the auth pages (brand header). Nothing else should hardcode the product name or logo.

Steps

  1. Edit src/config/app.ts:

    • name — product name (sidebar, <title>, auth header).
    • description<meta name="description">.
    • logo — any Phosphor icon component (e.g. import { RocketIcon }).
    • theme{ defaultTheme: "light" | "dark" | "system", enableSystem }.
  2. Navigation lives in src/lib/sidebar-items.ts (mainMenuItems, bottomMenuItems), surfaced as appConfig.nav. Add/remove/reorder items; keep the // create-resource:anchor line (the generator inserts above it).

  3. Theme tokens (colours) are CSS variables in src/styles/app.css (--primary, --chart-1..5, …) for light and .dark. Charts and StatusChips re-theme automatically.

Verify

bun run check, then load the app: the sidebar, browser tab title, and the login page all show the new brand. The appConfig unit test asserts the nav invariants (src/config/app.test.ts).

相关技能

AlexTymosh/alextym.com

RAG-based AI portfolio that helps recruiters explore my skills, work experience, projects, and common interview answers through an AI assistant.

community

JingruiYu/arxiv-paper-tracker-skill

Agent-ready arXiv paper tracker skill with Markdown digests and optional email notifications

community

sciman-top/skills-manager

Windows + PowerShell skills manager for Claude, Codex, Gemini, and Trae. Aggregate, curate, build, and sync AI agent skills from multiple upstream repos.

community

eronred/subscription-lifecycle

When the user wants to optimize their subscription business end-to-end — from trial start through renewal, cancellation, and win-back. Use when the user mentions "subscription lifecycle", "trial conversion", "churn", "cancellation", "win-back", "lapsed subscribers", "dunning", "billing retry", "grace period", "renewal rate", "subscriber LTV", or "resubscribe". For paywall design and pricing strategy, see monetization-strategy. For subscription analytics dashboards, see app-analytics.

community

bytedance/frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

community

Galtea-AI/docs

Official documentation for Galtea: guides, API reference, tutorials, changelogs, and more. Clear, versioned docs to help users and developers get started, integrate, and contribute

community