AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Think through what you are about to build like a senior engineer before writing any code. Surfaces decisions, aligns on language, and produces a clear implementation plan you confirm before anything starts.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Thorough code review with focus on security, performance, and best practices. Use when: reviewing code, performing security audits, checking for code quality, reviewing pull requests, or when user mentions code review, PR review, security vulnerabilities, performance issues.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Bootstraps the context files (AGENTS.md and context/.md) for a new project by conducting a conversational interview.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Write concise algorithm/interview code (e.g. LeetCode solutions) with a numbered "footer notes" block instead of inline comments, so the code stays clean but the reasoning behind non-obvious lines is preserved. Use this skill whenever the user asks to solve a coding problem, write a LeetCode/HackerRank/interview-style…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Reformat ALL existing git commit messages in a repo to use conventional commits + gitmoji style. Use when the user asks to "reformat commit history", "fix all commit messages", "update git history to use emojis/conventional commits", or says "/reformat-commits". This skill handles the full rewrite autonomously…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases like "grill me", "stress-test this", "poke holes in my plan", or "challenge my design".
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Humanize text: strip AI-isms and add real voice.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
After building any UI component, extract the visual patterns that matter for consistency and save them to ui-registry.md. So every component built after this one matches what came before.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use this skill whenever someone needs a backend, or a task touches InsForge backend or cloud infrastructure through the InsForge CLI: projects, SQL, migrations, RLS policies, functions, storage, deployments, compute, secrets, config, schedules, logs, diagnostics, import/export, AI/OpenRouter setup, Stripe/Razorpay…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use when diagnosing problems in an InsForge project — reactive failures (SDK error object, HTTP 4xx/5xx, gateway timeout 502/503/504, edge function failure or timeout, login/OAuth/auth errors, RLS denial, realtime channel issues, slow query on one endpoint, edge function or Vercel deploy failure), proactive audits…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use when wiring an external auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch, Better Auth) into InsForge for JWT-based RLS, or when adding the OKX x402 payment facilitator for onchain pay-per-use billing.
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Use this skill when writing app code with InsForge or @insforge/sdk: database CRUD, auth, storage uploads/storage RLS, functions, OpenRouter AI, realtime, emails, Stripe or Razorpay payments, or pointing S3-compatible tooling (aws CLI, AWS SDKs, rclone, Terraform, boto3) at InsForge Storage. Trigger on requests like…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
Fix or suppress markdownlint warnings in a project. Use this skill whenever the user mentions markdownlint warnings, markdown linting errors, or asks to set up/configure markdownlint for a project. Also trigger when the user mentions specific rule codes like MD033, MD041, MD045, MD059, MD036, or asks to configure…
AbdulDevHub/Agent-Skills-Factory
Skill Claude CodeCodex
When something goes wrong during a build, diagnose what type of failure it is before deciding how to respond. Targeted fix, hard reset, or full rethink — the right response depends on the right diagnosis.