npx skills add smithery/neversight --skill screwfast
rebyteai-template/rebyte-skills
screwfast
Astro 5 landing page with Tailwind CSS 4, Preline UI, GSAP, and Starlight docs.
Installation
npx skills add rebyteai-template/rebyte-skills --skill screwfast
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsAlso in this package
Other skills from rebyteai-template/rebyte-skills · top by installs.
npx skills add rebyteai-template/rebyte-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,472 B -
docs
SUMMARY.md96 B
History
- First seen on skills.sh
- First recorded snapshot · 52 installs
SKILL.md
ScrewFast Landing Page
A versatile landing page, blog, and docs template with Astro 5, Tailwind CSS 4, Preline UI, GSAP animations, and Starlight documentation.
Tech Stack
- Framework: Astro 5 with Starlight docs
- Styling: Tailwind CSS 4, Preline UI
- Animation: GSAP, Lenis smooth scroll
- Package Manager: npm
- Output:
distdirectory - Dev Port: 4321
Setup
1. Clone the Template
git clone --depth 1 https://github.com/Eng0AI/screwfast-template.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Eng0AI/screwfast-template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
2. Remove Git History (Optional)
rm -rf .git
git init
3. Install Dependencies
npm install
Build
npm run build
Runs astro check && astro build && node process-html.mjs which type checks, builds, and minifies HTML.
Deploy
Vercel (Recommended)
vercel pull --yes -t $VERCEL_TOKEN
vercel build --prod -t $VERCEL_TOKEN
vercel deploy --prebuilt --prod --yes -t $VERCEL_TOKEN
Netlify
netlify deploy --prod --dir=dist
Development
npm run dev
Opens at http://localhost:4321
Preview production build:
npm run preview