Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

vercel

4,642 standalone skills
webflow logo

webflow-cli:cloud

100

by webflow

Initialize, build, and deploy full-stack Webflow applications to Webflow Cloud hosting. Supports site-attached deploys (linked to an existing Webflow site) and project app deploys (independent project, no existing site required). Use when creating new projects, deploying existing ones, or setting up CI/CD pipelines for Webflow Cloud.

🔥🔥FreeQuick setup
Factory-AI logo

visual-design

90

by factory-ai

Image generation and presentations. Use when: - User asks for images: logos, icons, app assets, diagrams, flowcharts, architecture diagrams, patterns, textures, photo edits, restorations - User needs a presentation or slide deck Covers nanobanana CLI for image generation and Slidev for presentations.

🔥🔥🔥✓ VerifiedFreeNeeds API keys
Factory-AI logo

commit-security-scan

90

by factory-ai

Analyze code changes for security vulnerabilities using LLM reasoning and threat model patterns. Use for PR reviews, pre-commit checks, or branch comparisons.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

simplify

90

by factory-ai

Review changed code for reuse, quality, and efficiency, then fix any issues found.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

session-navigation

90

by factory-ai

Navigate, search, and manage Droid sessions. Use when the user wants to: - List recent sessions - Search session history for specific topics or patterns - Resume a previous session - Get details about what was accomplished in a session - Find sessions by project, date, or content

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

skill-creation

90

by factory-ai

Create, improve, and manage Droid skills. Use when the user wants to: - Create new skills from scratch or from session learnings - Improve existing skills based on user preferences - Analyze sessions to identify patterns worth codifying - Understand best practices for agentic skill design This is a meta-skill for self-improvement and continuous learning.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

autoresearch

90

by factory-ai

Autonomous experiment loop for optimization research. Use when the user wants to: - Optimize a metric through systematic experimentation (ML training loss, test speed, bundle size, build time, etc.) - Run an automated research loop: try an idea, measure it, keep improvements, revert regressions, repeat - Set up autoresearch for any codebase with a measurable optimization target Implements the autoresearch pattern with MAD-based confidence scoring, git branch isolation, and structured experiment

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

ban-type-assertions

90

by factory-ai

Ban `as` type assertions in a package via the `@typescript-eslint/consistent-type-assertions` lint rule, replacing them with compiler-verified type-safe alternatives. Use when enabling the assertion ban in a new package or fixing violations in an existing one.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
Factory-AI logo

browser-navigation

90

by factory-ai

Automate browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to: - Navigate websites and interact with web pages - Fill forms and click buttons - Take screenshots of web content - Test web applications - Extract information from web pages - Debug frontend issues in the browser - Monitor console logs and network requests - Record browser sessions as video This skill uses agent-browser for comprehensive browser automation. RECOMMENDATION: D

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

frontend-design

90

by factory-ai

Build good-looking web interfaces. Use when: - User asks you to build a web app, website, landing page, or HTML page - User asks for a one-off tool, utility, or demo app - User is starting a new frontend project - User wants to improve how something looks - User mentions UI, design, styling, or making something look better This applies to ANY frontend work, not just "design" tasks. Even simple apps benefit from basic design principles.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

security-review

90

by factory-ai

Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

fix-knip-unused-exports

90

by factory-ai

Fix knip "Unused exports" violations. Handles all violation categories: test-only exports (extract to new file), dead barrel re-exports (remove from index.ts), and internally-only-used exports (un-export). Use when `npm run knip` reports unused exports.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

init

90

by factory-ai

Initialize a new repository with AGENTS.md

🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

threat-model-generation

90

by factory-ai

Generate a STRIDE-based security threat model for a repository. Use when setting up security monitoring, after architecture changes, or for security audits.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
base logo

skill-creator

90

by base

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

http-toolkit-intercept

90

by factory-ai

Intercept and debug HTTP traffic from any CLI, service, or script using HTTP Toolkit. Use when you need to inspect LLM API calls, backend requests, auth flows, or debug network-level issues across any language or runtime.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

droid-control

90

by factory-ai

Control terminal TUIs and web/Electron apps for testing, demos, QA, and computer-use tasks. Use when you need to automate a CLI, drive a browser, record a demo, or capture proof artifacts.

🔥🔥🔥✓ VerifiedFreeQuick setup
base logo

base-mcp

90

by base

Base MCP — gives your AI assistant access to a Base Account via the Base MCP server (mcp.base.org). Wallet, portfolio, sending, swapping, signing, x402 payments, batched contract calls, and transaction history across supported chains.

base logo

build-on-base

90

by base

Complete Base development playbook. Covers: (1) Network — Base RPC URLs, chain IDs (8453/84532), explorer config, testnet setup, connect to Base, Base Sepolia; (2) Contracts — Foundry deployment, forge create, BaseScan verification, CDP faucet, testnet ETH, deploy contract to Base; (3) Builder Codes — ERC-8021 attribution suffix, referral fees, dataSuffix for Wagmi/Viem/Privy/ ethers.js/window.ethereum, transaction attribution, earn referral fees, append builder code; (4) Base Account SDK — Sign

base logo

plugin-review

90

by base

Validate and review Base MCP plugin files against the Plugin Specification. Use when writing a new plugin, preparing a plugin PR for submission, self-checking a plugin before opening a PR, or reviewing someone else's plugin PR. Triggers on requests like "check my plugin against the spec", "validate this plugin file", "review my plugin PR", "does this plugin conform to the spec", "prepare my plugin for submission", "write a plugin for X protocol".

Factory-AI logo

create-pr

90

by factory-ai

Create a pull request with Conventional Commits formatting, a templated body, and local verification. Use when the user asks to create a PR, open a PR, submit changes for review, or put code up for review.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

desktop-control

90

by factory-ai

Background knowledge for droid-control workflows -- not invoked directly. Desktop-control driver mechanics for native GUI app automation via trycua cua-driver.

Factory-AI logo

follow-up-on-pr

90

by factory-ai

Follow up on an existing PR by rebasing on the base branch, addressing reviewer comments, fixing CI issues, and pushing updates. Use when the user provides a PR URL or number and wants to get it ready for merge.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

human-writing

90

by factory-ai

Remove signs of AI-generated writing from text to make it sound more natural and human-written. Use when editing or reviewing any form of document including: markdown, technical docs, emails, blog posts, PRDs, or any dedicated writing content. 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, negative par

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

no-use-effect

90

by factory-ai

Enforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

review

90

by factory-ai

Review code changes and identify high-confidence, actionable bugs. Use when the user wants to: - Review a pull request or branch diff - Find bugs, security issues, or correctness problems in code changes - Get a structured summary of review findings

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

vulnerability-validation

90

by factory-ai

Validate security findings from commit-security-scan by assessing exploitability, filtering false positives, and generating proof-of-concept exploits. Use after running commit-security-scan to confirm vulnerabilities.

🔥🔥🔥✓ VerifiedFreeQuick setup
Factory-AI logo

wiki

90

by factory-ai

Generate comprehensive codebase documentation for a repository. Uploads the wiki to view in the Factory app.

🔥🔥🔥✓ VerifiedFreeQuick setup
seranking logo

ai-search-gaps-to-social-campaign

84

by seranking

# AI-search gaps → social campaign Use SE Ranking's AI Search data to see which prompts and narratives a brand owns, which competitors own, and which are wide open — then build social content in Planable that stakes a claim in the missing narratives, and instrument it so impact is measurable. > **Scope note (read this).** SE Ranking's AI Search MCP tools expose brand presence, link presence, sha

FreeQuick setup
seranking logo

client-onboarding-proposal

84

by seranking

# Client onboarding proposal Produce the document an agency brings to the start of a client relationship: an honest read of where the client stands across SEO, AI search, and social — and a clear, scoped plan for what the agency will do. It pairs SE Ranking analysis (organic + AI visibility, competitive gaps, site health) with Planable's view of the client's current social performance. > **Posit

FreeQuick setup
← PrevPage 125 of 155Next →