
guifav skills on Claude Market
8 skills published by guifav. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
web-scraper
A 5-stage web scraping pipeline that detects news articles, extracts content using a cascade of strategies (static HTTP, Playwright, Scrapy), removes boilerplate, and pulls structured metadata. Handles JS-rendered pages, soft paywalls, bulk crawls, and encoding normalization. Optionally extracts named entities via LLM using clean text only, never raw HTML.
cloudflare-guard
Manages Cloudflare DNS records, SSL/TLS settings, caching rules, rate limiting, and bot protection for web apps deployed on Vercel. Uses the Cloudflare API v4 directly via curl. Follows a mandatory plan-before-execute protocol to avoid downtime.
deploy-pilot
Handles the full deploy lifecycle for Next.js applications: pre-deploy validation, GitHub push, Vercel deployment monitoring, and post-deploy health checks. Covers preview and production flows, environment variable management, rollbacks, and domain configuration. Enforces a mandatory planning phase before any push.
test-sentinel
A QA agent for Next.js App Router projects. Writes unit, integration, and E2E tests using Vitest and Playwright, runs them, and autonomously fixes both test bugs and source code bugs it uncovers. Covers linting, type checking, and coverage reporting as part of the same pass.
gcp-fullstack
Full-stack agent for web apps hosted on Google Cloud Platform. Handles service selection, project scaffolding, database setup, authentication, containerized deployment to Cloud Run, and Cloudflare DNS/CDN/security configuration. Supports any modern SSR framework including Next.js, Nuxt, SvelteKit, Remix, and Astro.
firebase-auth-setup
Configures Firebase Authentication in Next.js App Router projects. Sets up auth providers (Google, Apple, email/password), React hooks, middleware, and syncs Firebase users with Supabase profiles. Handles custom claims for role-based access control.
stack-scaffold
Scaffolds a full-stack project with Next.js App Router, Supabase, Firebase Auth, Vercel config, and Cloudflare in one pass. Confirms the project name and target directory before writing any files, then generates the full src/ structure, installs dependencies, and produces a typed .env.example. Only operates on empty or new directories — never reads or modifies existing credential files.
shadcn-theme-default
Applies and maintains the default shadcn/ui Neutral theme (black, white, gray) using OKLCH CSS variables. Covers light and dark mode variable definitions, Tailwind v4 @theme integration, and dark mode toggling via next-themes or manual class switching. Only modifies CSS and Tailwind configuration files.