website — for Claude Code website, iracedeck, community, for Claude Code, ide skills, Landing page (splash template), #ce2128, #0a0a0c, ## Sidebar Defined in, description

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need astro + starlight documentation site deployed via firebase hosting. dark theme by default with the. Resumo localizado: Open-source Elgato Stream Deck plugin for iRacing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Astro + Starlight documentation site deployed via Firebase Hosting. Dark theme by default with the
packages/website/astro.config.mjs Starlight config: sidebar, logo, social links, GA
packages/website/src/styles/custom.css Brand overrides (accent color, font, dark bg)
packages/website/src/content.config.ts Content collection config with Starlight loader
packages/website/src/content/docs/index.mdx Landing page (splash template)

# Core Topics

niklam niklam
[15]
[2]
Updated: 4/2/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
43
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need astro + starlight documentation site deployed via firebase hosting. dark theme by default with the. Resumo localizado: Open-source Elgato Stream Deck plugin for iRacing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: website helps agents astro + starlight documentation site deployed via firebase hosting. dark theme by default with the. Open-source Elgato Stream Deck plugin for iRacing. This AI agent skill supports

Melhor para

Cenario recomendado: Ideal for AI agents that need astro + starlight documentation site deployed via firebase hosting. dark theme by default with the.

Casos de Uso Práticos for website

Caso de uso: Applying Astro + Starlight documentation site deployed via Firebase Hosting. Dark theme by default with the
Caso de uso: Applying packages/website/astro.config.mjs Starlight config: sidebar, logo, social links, GA
Caso de uso: Applying packages/website/src/styles/custom.css Brand overrides (accent color, font, dark bg)

! Segurança e Limitações

  • Limitacao: Requires repository-specific context from the skill documentation
  • Limitacao: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is website?

Cenario recomendado: Ideal for AI agents that need astro + starlight documentation site deployed via firebase hosting. dark theme by default with the. Resumo localizado: Open-source Elgato Stream Deck plugin for iRacing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install website?

Run the command: npx killer-skills add niklam/iracedeck. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for website?

Key use cases include: Caso de uso: Applying Astro + Starlight documentation site deployed via Firebase Hosting. Dark theme by default with the, Caso de uso: Applying packages/website/astro.config.mjs Starlight config: sidebar, logo, social links, GA, Caso de uso: Applying packages/website/src/styles/custom.css Brand overrides (accent color, font, dark bg).

Which IDEs are compatible with website?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for website?

Limitacao: Requires repository-specific context from the skill documentation. Limitacao: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add niklam/iracedeck. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use website immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

website

Open-source Elgato Stream Deck plugin for iRacing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Astro + Starlight documentation

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

iRaceDeck Website

Overview

Astro + Starlight documentation site deployed via Firebase Hosting. Dark theme by default with the iRaceDeck brand.

Key Files

FilePurpose
packages/website/astro.config.mjsStarlight config: sidebar, logo, social links, GA
packages/website/src/styles/custom.cssBrand overrides (accent color, font, dark bg)
packages/website/src/content.config.tsContent collection config with Starlight loader
packages/website/src/content/docs/index.mdxLanding page (splash template)
packages/website/src/content/docs/All documentation pages (markdown)
packages/website/src/assets/Logo image
packages/website/public/Static assets (favicons, webmanifest)
packages/website/firebase.jsonHosting config (serves dist/)

Brand

TokenValue
Accent color#ce2128
Dark background#0a0a0c
FontExo (Google Fonts)
ThemeDark default, light toggle available

Colors are set as Starlight CSS custom properties in src/styles/custom.css.

Content Structure

All docs pages live under src/content/docs/docs/ and are served at /docs/....

text
1src/content/docs/ 2├── index.mdx # Landing page at / (splash template) 3└── docs/ 4 ├── index.md # Docs landing page at /docs/ 5 ├── getting-started/ 6 │ ├── installation.md 7 │ └── troubleshooting.md 8 ├── features/ 9 │ ├── key-bindings.md 10 │ ├── flags-overlay.md 11 │ ├── focus-iracing-window.md 12 │ └── template-variables.md # Source of truth for telemetry template vars 13 ├── actions/ 14 │ ├── overview.md 15 │ ├── display-session/ # 2 actions 16 │ ├── driving/ # 5 actions 17 │ ├── cockpit/ # 5 actions 18 │ ├── view-camera/ # 5 actions 19 │ ├── media/ # 1 action 20 │ ├── pit-service/ # 3 actions 21 │ ├── car-setup/ # 7 actions 22 │ └── communication/ # 2 actions 23 └── reference/ 24 ├── action-types.md 25 └── keyboard-shortcuts.md

Defined in astro.config.mjs under starlight.sidebar. Uses { slug: "..." } entries pointing to content files. Categories match docs/reference/actions.json.

Adding/Editing Pages

  1. Create or edit a .md file in src/content/docs/docs/
  2. Add Starlight frontmatter (title, description, optional sidebar badge)
  3. If new, add the slug to the sidebar in astro.config.mjs
  4. Run pnpm dev to preview, pnpm build to verify

Action Doc Template

See the canonical example at packages/website/src/content/docs/docs/actions/pit-service/tire-service.md and the full rule at .claude/rules/website-action-docs.md. The short version:

md
1--- 2title: {Action Name} 3description: {Brief description} 4sidebar: 5 badge: 6 text: "{N} modes" 7 variant: tip 8--- 9 10{Intro paragraph} 11 12## Modes 13 14Select the mode from the **{Dropdown Label}** dropdown in the Property Inspector. 15 16### {Mode Name} 17 18{Mode description} 19 20##### Details 21 22- **Dial:** {rotation behavior, or `No rotation support`} 23- **Default binding:** {`Key`, `No default key binding`, or `No keyboard binding`} 24- **Telemetry-aware icon:** {`Yes` (with note on what updates) or `No`} 25 26##### Settings 27 28- No additional settings

For modes with settings, replace the ##### Settings block with one or more ##### Setting: {Name} subheaders documenting defaults and options inline.

Deployment

bash
1cd packages/website 2pnpm dev # Local dev server (http://localhost:4321) 3pnpm build # Build to dist/ 4pnpm preview # Preview built site 5pnpm deploy # Build + deploy to Firebase

Domain: iracedeck.com (Firebase Hosting with custom domain).

Common Changes

Update action count on landing page: Edit the stats row and category cards in src/content/docs/index.mdx Add an action page: Create .md in the right category folder, add slug to sidebar in astro.config.mjs, update docs/reference/actions.json, and update .claude/skills/iracedeck-actions/SKILL.md Change brand color: Update --sl-color-accent in src/styles/custom.css Update favicon: Replace files in public/, source from assets/favicon/ Add sidebar section: Edit sidebar array in astro.config.mjs

Habilidades Relacionadas

Looking for an alternative to website or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resumo localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor