/SKILL.md
# Algarve SimRacing Web Project Skill ## Project Overview - **Repo**: https://github.com/macmagic-ai/algarvesimracing-web - **Live URL**: https://macmagic-ai.github.io/algarvesimracing-web - **Framework**: Next.js 14 with static export - **Base Path**: `/algarvesimracing-web` (GitHub Pages) ## Key Technical Details ### Base Path Handling - Use `bp()` helper from `@/lib/utils` for ALL asset paths - `bp()` hardcoded to `/algarvesimracing-web` (not using env var to avoid hydration issues) - Imag
npx skillsauth add herget/algarvesimracing-web algarvesimracing-webInstall 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.
/algarvesimracing-web (GitHub Pages)bp() helper from @/lib/utils for ALL asset pathsbp() hardcoded to /algarvesimracing-web (not using env var to avoid hydration issues)bp() - apply it in components only<img> tags (not Next.js Image) for client-side rendered images to avoid hydration mismatches#FF3131 (red)#FF8A00 (orange)/assets/asr-logo-color.svg/assets/asr-logo-white.svg (for dark mode if re-enabled)src/lib/utils.ts - bp() helper and cn() for class mergingsrc/data/site.ts - Navigation links, contact infosrc/data/instagram.ts - Instagram posts datasrc/data/driver-stories.ts - Driver stories datanext.config.js - Base path and export confignpm run build # Creates static export in `out/`
npm run deploy # Deploys to gh-pages branch
bp() in components, not in data files<img> for client componentstools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.