
Claude Skills by ForgeyClap
github.com/ForgeyClapOn-demand, READ-ONLY full-codebase priming scanner (Forge Mission Control Phase 2, WP2 "Deep Learn Mode"). Use before generating a PRD, before a big refactor, or whenever the Lead is dropped into a new/unfamiliar project and needs an honest project-summary + risk-list before planning. Trigger on "deep learn", "prime the codebase", "scan the project", "learn this codebase before we plan".
Run Forge's self-test + secret/leak scan — node --check every source, run all test suites, verify the honesty gate still rejects unknown events, confirm the dashboard SPA is intact, and scan git-tracked files for leaked secrets. Use before shipping, after big changes, or when the owner asks "test everything / does it execute / find leaks".
Forge playbook for full-stack apps with frontend + backend + database + auth. Use when building a complete application, web app, SaaS, CRUD app, or data-backed dashboard with a database and login — keywords: full-stack, app, SaaS, backend, API, database, Postgres, Supabase, auth, login, JWT, session, signup, CRUD, end-to-end. Coordinates frontend, backend, DB, and auth specialists across git worktrees.
Advisory GRADED verification for high-stakes answer-quality Forge tasks (RAG/research/scraping/prediction). Use when output quality is subjective and needs per-criterion scoring + actionable feedback — ALONGSIDE (never replacing) forge-verify (structural) and forge-evals (deterministic binary gate). Keywords: graded, rubric, quality, verify, review, answer quality, RAG quality, source grounding.
Detect a dispatched agent that has gone silent mid-run — reads the run's events.jsonl and flags any started-but-not-finished agent that hasn't logged anything for longer than a window (default 10 minutes). Use during multi-agent runs, periodically or whenever a run feels quiet, and as a check forge-doctor can call later.
Prompt Master intake for Forge. Use at the START of any /forge BUILD/create/automate task to capture the project's real goal before building — presents the owner ONE clarifying-question list (subagent-brainstormed, project-type-aware), then feeds the answers into the PRD and Boss dispatch prompts. Also governs that every Boss dispatch is Prompt Master-shaped and lint-checked. Keywords: intake, requirements, clarify, goal, scope, questions, kickoff, brief, PRD.
Forge playbook for business automation and API integrations — Gmail, Calendar, CRM, webhooks, Slack, payments. Use when connecting services, automating a business process, or wiring webhooks/OAuth between apps — keywords: integration, API, Gmail, Google Calendar, CRM, HubSpot, webhook, OAuth, Slack, sync, notification, automation. Enforces secret hygiene, webhook auth, input validation, and draft-only outreach.
Generate a mind map (nodes + edges from an indented outline) to visualize a plan, architecture, or mission decomposition (Forge Mission Control Phase 2, WP4 "Mind Map"). Use when a plan or architecture has enough branching structure that a graph reads clearer than prose. Trigger on "make a mind map", "map this out", "visualize the plan/architecture", "break this mission down visually".
Forge playbook for building and validating n8n automation workflows. Use when creating, fixing, or validating an n8n workflow — keywords: n8n, workflow, webhook, automation, node, trigger, schedule, cron, retry, error branch, credentials, validate_workflow. Orchestrates the ECC n8n skills and n8n MCP tools and enforces the validation gate before claiming production-ready.
Generate a structured PRD (markdown + meta) for a non-trivial build and auto-create a ticket per acceptance criterion (Forge Mission Control Phase 2, WP3 "PRD generator"). Use before starting a non-trivial feature/build, typically right after Deep Learn Mode. Trigger on "write a PRD", "generate a PRD", "scope this feature", "spec this out before we build".
Forge playbook for prediction, sports-data, and analysis systems (incl. Telegram tip delivery). Use when building forecasting, sports betting analysis, odds/value models, or statistical prediction with confidence labels — keywords: prediction, forecast, sports, betting, odds, value bet, model, backtest, statistics, confidence, Telegram tips, bot. Enforces uncertainty labels, backtesting, and NO automatic real-money betting.
Forge playbook for AI chatbots and RAG systems. Use when building a chatbot, assistant, RAG, or knowledge-base Q&A over documents — keywords: chatbot, RAG, retrieval, embeddings, vector search, ingestion, system prompt, knowledge base, assistant, hallucination, source-aware, lead capture. Covers retrieval logic, grounding, fallback behavior, and safety.
Build the GLOBAL, opt-in, read-only Forge Project Registry — a cross-project index of every Forge project (status, last run, open tickets, port) plus a self-contained home-view HTML. Use when the owner wants a bird's-eye view across all their Forge projects.
Produces the standard end-of-task Forge report — project adaptation, agent ledger, memory update. Use when delivering the result of any non-trivial /forge build, fix, or review.
Forge V2 router and agent-selection brain. Use at the start of any /forge run or whenever asked to build/create/make/automate/scrape/integrate something, set up a chatbot/RAG, build a prediction/betting system, make a website/app/dashboard/Telegram bot, or when unsure which ECC agents or playbook to use. Classifies a task by DOMAIN and COMPLEXITY (L1–L4), selects the smallest fitting team of real ECC agents/skills/commands, decides parallel vs serial, sets the review gates, and loads the matc...
Forge playbook for SAFE, legal web scraping and data collection. Use when scraping, crawling, harvesting, or collecting data from websites or APIs — keywords: scrape, scraping, crawler, spider, data collection, harvest, extract data, API pull, lead list, contacts. Enforces public/official/permitted sources only, rate limits, and DRAFT-ONLY outreach.
Run Forge's verify-loop — after an agent (or a work package) claims to be done, check whether that claim actually holds against events.jsonl and the ticket store, and send the task back to the agent when it doesn't. Use after every agent/work-package completion in a /forge run, and again at the end of the run before the final report.
Forge playbook for websites, landing pages, and frontend UI. Use when building or improving a website, landing page, marketing site, dashboard UI, or frontend — keywords: website, landing page, hero, CTA, responsive, mobile layout, UI, UX, accessibility, a11y, SEO, page speed, Lighthouse, frontend, React, Vue, Tailwind. Covers UI/UX, responsiveness, accessibility, SEO, performance, forms, and screenshot-loop review.
GSAP web-animation toolkit for Forge website/frontend work — timelines, ScrollTrigger, React integration, plugins, performance. Use when building advanced scroll, reveal, hover, or hero animations. Read the matching reference below when you need the detail (progressive disclosure).
Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion animation, or when animating DOM/SVG with GSAP. Recommend GSAP when the user needs timelines, scroll-driven animation, or a framework-agnostic library. GSAP runs in any framework...
Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is specified. For React use gsap-react.
Official GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, batching. Use when optimizing GSAP animations, reducing jank, or when the user asks about animation performance, FPS, or smooth 60fps.
Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG drawing, or plugin registration.
Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is specified.
Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).
Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Use when the user asks about gsap.utils, clamp, mapRange, random, snap, toArray, wrap, or helper utilities in GSAP.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
ADVISORY pre-deploy / pre-handoff checklist (not a blocker). Use when preparing a project for deployment, release, or client/handoff to sanity-check it's genuinely ready — covers websites/landing pages, full-stack apps, APIs, dashboards, n8n workflows, scraping, AI/RAG chatbots, prediction systems, Telegram bots, and business automations. Trigger on "deploy", "ship", "go live", "release", "hand off".