~/ai_assets_directory_
~/browse --all

Browse all assets

Every curated, tested and open-source AI asset in one place. Search or filter by type and tool.

165 results

Claude Skill
official172.9kverified
frontend-design.skill

Frontend Design

Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.

#ui#design#frontend
ClaudeClaude Code
Apache-2.0
AI Workflow
155.0kverified
dify.workflow

Dify

Open-source LLM app development platform that combines a visual AI workflow canvas, RAG pipelines, agent tooling and model management in one workspace, for teams shipping production-ready AI apps.

#llm-app-platform#workflow-automation#rag
Apache-2.0 (modified)
AI Workflow
154.5kverified
langflow.workflow

Langflow

Visual Python platform for building and deploying AI agents and workflows, with full component source access, multi-agent orchestration and one-click export as an API or MCP server.

#visual-builder#agents#llm
mcp
MIT
Claude Skill
119.2kverified
graphify.skill

Graphify

Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.

#knowledge-graph#code-analysis#ast
ClaudeClaude CodeCursor
Apache-2.0
Claude Skill
107.3kverified
caveman.skill

Caveman

Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.

#tokens#cost#productivity
Claude CodeCodexgemini-cli
MIT
MCP Server
94.7kverified
awesome-mcp-servers.mcp

Awesome MCP Servers

The largest community catalog of MCP servers: thousands of entries across dozens of categories (databases, browser automation, cloud, communication and more), tagged by language and scope.

#awesome-list#catalog#mcp
ClaudeClaude CodeCursor
MIT
MCP Server
61.7kverified
context7.mcp

Context7

Pulls updated, version-specific documentation and code examples straight from the source into your prompt, so agents stop citing outdated APIs or hallucinating ones that don't exist.

#documentation#developer-tools#rag
ClaudeClaude CodeCursor
MIT
AI Workflow
58.2kverified
crewai.workflow

CrewAI

Code-first Python framework for orchestrating autonomous, role-based AI agents (Crews) alongside precise event-driven workflows (Flows), built to run standalone in production.

#code-first#multi-agent#python-framework
Claude CodeCursorCodex
MIT
Claude Skill
46.1kverified
agentic-awesome-skills.skill

Agentic Awesome Skills (AAS Core)

A 2,100+ skill catalog plus AAS Core, a local CLI/MCP control plane that lets Codex or Claude search, compose and validate an exact, reviewable skill stack before anything is installed.

#meta#catalog#claude-code
ClaudeClaude CodeCursor
MIT
AI Workflow
41.3kverified
langgraph.workflow

LangGraph

Low-level Python framework from LangChain for building stateful, long-running AI agents with durable execution, human-in-the-loop control and persistent memory.

#code-first#multi-agent#graph
MIT
Cursor Rule
40.7kverified
awesome-cursorrules.mdc

Awesome Cursor Rules

The largest community catalog of Cursor Project Rules: 150+ ready-made .mdc files covering nearly every major framework, language and workflow, each one a drop-in file for your project's .cursor/rules/ folder.

#awesome-list#catalog#cursor
Cursor
CC0-1.0
Claude Skill
39.5kverified
humanizer.skill

Humanizer

Rewrites AI-sounding text so it reads like a person wrote it, stripping filler, inflated claims, em-dashes and chatbot artifacts without changing what it says.

#writing#editing#content
ClaudeClaude CodeCursor
MIT
Copilot Agent
38.7kverified
accessibility.agent.md

Accessibility Expert

Reviews code and designs against WCAG 2.1/2.2, covering semantics, keyboard and focus behavior, forms, media and dynamic SPA updates, and ships framework-specific examples plus a CI setup for automated checks.

#accessibility#wcag#web-design
CopilotVS Code
MIT
Copilot Agent
38.7kverified
address-comments.agent.md

Address Comments Agent

Works through pull request review comments one at a time: applies the minimal fix for each, pushes back on comments that don't make sense, adds test coverage, and commits with a descriptive message before moving to the next comment.

#code-review#pull-requests#automation
CopilotVS Code
MIT
Copilot Agent
38.7kverified
adr-generator.agent.md

ADR Generator

Turns a decision discussion into a numbered Architecture Decision Record: gathers the missing context, assigns the next sequential ADR number, and writes a structured markdown file with consequences, alternatives and rejection reasons.

#architecture#documentation#decision-records
CopilotVS Code
MIT
Copilot Agent
38.7kverified
blueprint-mode.agent.md

Blueprint Mode

Picks one of four fixed workflows (Main, Debug, Express, Loop) for a task, then executes it end to end with a numeric self-reflection rubric and a confidence threshold that decides whether to ask a clarifying question.

#workflow#planning#autonomous-agent
CopilotVS Code
MIT
Copilot Agent
38.7kverified
code-tour.agent.md

Code Tour Expert

Writes VS Code CodeTour .tour files: guided, step-by-step walkthroughs of a codebase with file references, directory steps and command links, aimed at making onboarding faster for new engineers.

#onboarding#documentation#developer-experience
CopilotVS Code
MIT
Copilot Agent
38.7kverified
critical-thinking.agent.md

Critical Thinking Mode

A Socratic questioning mode that refuses to write code or give direct answers. It repeatedly asks "why" about a plan, one question at a time, until the reasoning behind a decision is fully surfaced.

#critical-thinking#mentoring#code-review
CopilotVS Code
MIT
Copilot Agent
38.7kverified
debug.agent.md

Debug Mode Agent

Runs a four-phase debugging workflow: reproduces the bug first, traces the root cause, applies a minimal fix, then verifies with tests instead of guessing at a patch.

#debugging#workflow#testing
CopilotVS Code
MIT
Copilot Agent
38.7kverified
devils-advocate.agent.md

Devil's Advocate

Argues against your idea on purpose, raising one objection at a time and refusing to propose fixes. Ends on request with a summary of how well the idea held up and which risks are still open.

#brainstorming#risk-analysis#decision-making
CopilotVS Code
MIT
Copilot Agent
38.7kverified
doublecheck.agent.md

Doublecheck Agent

Fact-checks AI-generated text before you act on it: extracts claims, searches for real sources, and runs an adversarial review for hallucination patterns, without rendering its own verdict.

#fact-checking#verification#hallucination
CopilotVS Code
MIT
Copilot Agent
38.7kverified
github-actions-expert.agent.md

GitHub Actions Expert

Reviews your GitHub Actions workflows against a security-first checklist, pinning commit SHAs instead of mutable tags, enforcing least-privilege permissions and OIDC over long-lived credentials, with built-in dependency, container and secret scanning.

#ci-cd#github-actions#devops
CopilotVS Code
MIT
Copilot Agent
38.7kverified
mentor.agent.md

Mentor Mode

Coaches instead of coding: it looks through the codebase to understand context, then challenges your assumptions with questions and the 5 Whys rather than editing files or handing you a solution.

#mentoring#code-review#learning
CopilotVS Code
MIT
Copilot Agent
38.7kverified
modernization.agent.md

Modernization Agent

A human-in-the-loop legacy modernization workflow that reads every service, repository and controller file in a codebase, documents each business feature in its own markdown file, then proposes a modern stack and a step-by-step migration plan.

#legacy-migration#documentation#architecture
CopilotVS Code
MIT
Copilot Agent
38.7kverified
one-shot-feature-issue-planner.agent.md

One-Shot Feature Issue Planner

Turns a single feature request into a complete, issue-ready GitHub issue draft in one pass, no clarifying questions, inferring missing details from the codebase and labeling every assumption it makes explicitly.

#planning#github-issues#product-management
CopilotVS Code
MIT
Copilot Agent
38.7kverified
playwright-tester.agent.md

Playwright Tester Agent

A Copilot custom agent that explores a website with the Playwright MCP server, then writes, runs and iterates on TypeScript Playwright tests until they pass.

#testing#playwright#qa
CopilotVS Code
MIT
Copilot Agent
38.7kverified
postgresql-dba.agent.md

PostgreSQL Database Administrator

Acts as a hands-on PostgreSQL DBA through the official VS Code PostgreSQL extension: connects to a real server, inspects schemas, runs and optimizes queries, and handles backups, instead of guessing from application code.

#postgresql#database#dba
CopilotVS Code
MIT
Copilot Agent
38.7kverified
prd.agent.md

PRD Generator

Interviews you with 3-5 clarifying questions, reviews the codebase for constraints, then writes a full Product Requirements Document with user personas, functional requirements and testable user stories, and can turn each story into a GitHub issue on request.

#product-management#documentation#planning
CopilotVS Code
MIT
Copilot Agent
38.7kverified
principal-software-engineer.agent.md

Principal Software Engineer Agent

A senior engineering reviewer in the style of Martin Fowler: SOLID/DRY/YAGNI judgment calls, test-pyramid coverage, and mandatory GitHub issues for any technical debt it flags.

#code-review#architecture#mentoring
CopilotVS Code
MIT
Copilot Agent
38.7kverified
project-architecture-planner.agent.md

Project Architecture Planner

A cloud-agnostic architecture planner that runs a discovery interview, then delivers a tech stack evaluation, a phased scalability roadmap, a cost model and Mermaid/HTML/draw.io diagrams.

#architecture#planning#diagrams
CopilotVS Code
MIT
Copilot Agent
38.7kverified
prompt-engineer.agent.md

Prompt Engineer Agent

Treats every message as a prompt to improve rather than complete: analyzes it against a structured rubric, then rewrites it into a clearer, better-ordered system prompt.

#prompt-engineering#productivity#meta
CopilotVS Code
MIT
Copilot Agent
38.7kverified
sast-sca-security-analyzer.agent.md

SAST/SCA Security Analyzer

Runs static code analysis and dependency auditing in one pass, mapping every finding to a CWE ID, an OWASP 2025 category and policy frameworks like PCI-DSS, HIPAA and GDPR, with a prioritized remediation plan.

#security#sast#sca
CopilotVS Code
MIT
Copilot Agent
38.7kverified
security-and-owasp.instructions.md

Security & OWASP Top 10 Instructions

Maps 55+ secure-coding anti-patterns to OWASP Top 10 2025 for Copilot, with detection regex and framework-specific fixes for Next.js, Angular, Express and Go, plus AI/LLM security guidance.

#security#owasp#code-review
CopilotVS Code
MIT
Copilot Agent
38.7kverified
specification.agent.md

Specification Mode

Turns a piece of functionality into a formal, AI-readable specification file, with coded requirements (REQ/SEC/CON), Given-When-Then acceptance criteria and explicit dependencies, saved under /spec/ with a fixed naming convention.

#documentation#requirements#architecture
CopilotVS Code
MIT
Copilot Agent
38.7kverified
task-researcher.agent.md

Task Researcher

Research-only specialist that is not allowed to touch source code. It investigates a task using the codebase and external docs, then writes its findings to a dated file under .copilot-tracking/research, narrowing multiple approaches down to one recommended solution.

#research#planning#documentation
CopilotVS Code
MIT
Copilot Agent
38.7kverified
tdd-green.agent.md

TDD Green Phase Agent

Second stage of the TDD workflow: writes the smallest amount of code that makes the current failing test pass, without touching the test itself.

#tdd#testing#workflow
CopilotVS Code
MIT
Copilot Agent
38.7kverified
tdd-red.agent.md

TDD Red Phase Agent

First stage of a three-agent TDD workflow: writes one focused failing test at a time from GitHub issue requirements, and verifies it fails for the right reason before any implementation exists.

#tdd#testing#workflow
CopilotVS Code
MIT
Copilot Agent
38.7kverified
tdd-refactor.agent.md

TDD Refactor Phase Agent

Third stage of the TDD workflow: cleans up duplication and design, and hardens security (input validation, secrets, OWASP) while keeping every test green.

#tdd#testing#workflow
CopilotVS Code
MIT
Copilot Agent
38.7kverified
tech-debt-remediation-plan.agent.md

Technical Debt Remediation Plan

Produces a markdown remediation plan for a piece of technical debt, scoring it on ease of fix, impact and risk of inaction, without making any code changes itself.

#tech-debt#planning#code-quality
CopilotVS Code
MIT
Copilot Agent
38.7kverified
terraform-iac-reviewer.agent.md

Terraform IaC Reviewer

Reviews and writes Terraform changes with a focus on state safety, least-privilege IAM, drift detection and a strict plan-before-apply discipline.

#terraform#iac#devops
CopilotVS Code
MIT
Copilot Agent
38.7kverified
Thinking-Beast-Mode.agent.md

Thinking Beast Mode

A long, autonomous "keep going until it's solved" system prompt that pushes an agent through deep sequential thinking, recursive web research and rigorous self-testing before it stops working on a task.

#reasoning#autonomous-agent#prompting
CopilotVS Code
MIT
Copilot Agent
38.7kverified
janitor.agent.md

Universal Janitor

Cleans up any codebase by deleting unused code, flattening unnecessary complexity and auditing dependencies, on the premise that removing code is the most effective refactor available.

#code-cleanup#tech-debt#refactoring
CopilotVS Code
MIT
MCP Server
official36.9kverified
playwright-mcp.mcp

Playwright MCP

Microsoft's official MCP server for browser automation, driving Playwright through structured accessibility snapshots instead of screenshots, so any MCP client can browse, click and fill forms without a vision model.

#browser-automation#testing#playwright
ClaudeClaude CodeCursor
Apache-2.0
MCP Server
official32.8kverified
github-mcp-server.mcp

GitHub MCP Server

GitHub's official MCP server, connecting AI agents directly to GitHub's platform to read repos, manage issues/PRs, analyze code and automate CI/CD workflows.

#github#git#issues
ClaudeClaude CodeCursor
MIT
AI Workflow
24.3kverified
activepieces.workflow

Activepieces

Open source alternative to Zapier: a no-code workflow automation platform with 280+ TypeScript integrations, where every piece is also exposed as an MCP server for Claude Desktop, Cursor or Windsurf.

#workflow-automation#no-code#visual-builder
ClaudeCursorWindsurf
MIT
Claude Skill
11.5kverified
fullstack-dev-skills.skill

Fullstack Dev Skills (Claude Skills)

Turns Claude Code into a full-stack pair programmer with 67 specialized language, framework, and DevOps skills that activate on their own based on what you're building, so a small bug fix never drags in an entire enterprise-scale skill stack.

#fullstack#claude-code#plugin
ClaudeClaude Code
MIT
MCP Server
official9.7kverified
aws-mcp-servers.mcp

AWS MCP Servers

AWS Labs' official collection of 80+ MCP servers, one per AWS service area (documentation, IaC, databases, serverless, cost, observability), each installable independently via uvx or Docker.

#aws#cloud#infrastructure
ClaudeClaude CodeCursor
Apache-2.0
Claude Skill
6.7kverified
brag.skill

/brag

Turns the project you just built into a short, shareable launch video with one command, reading your code directly instead of asking for a live URL.

#video#launch#marketing
Claude CodeCodexopencode
MIT
MCP Server
official4.2kverified
cloudflare-mcp-servers.mcp

Cloudflare MCP Servers

Cloudflare's own collection of remote, domain-specific MCP servers, covering Workers, DNS analytics, observability, Radar, browser rendering and more, each hosted at its own mcp.cloudflare.com subdomain.

#cloudflare#workers#dns
ClaudeClaude CodeCursor
Apache-2.0
MCP Server
official2.9kverified
supabase-mcp-server.mcp

Supabase MCP Server

Supabase's official, remote MCP server for managing your projects, tables, database branches, config and queries, connected through OAuth with no local install required.

#supabase#postgres#database
ClaudeClaude CodeCursor
Apache-2.0
Claude Skill
2.2kverified
deep-research-skill.skill

Deep Research Skill

Runs research as a two-phase, human-in-the-loop workflow instead of one free-form web search: it drafts a reviewable outline first, then dispatches parallel search agents per item, so you approve the research plan before any agent starts digging.

#research#deep-research#web-search
ClaudeClaude CodeCodex
MIT
MCP Server
official1.5kverified
qdrant-mcp-server.mcp

Qdrant MCP Server

Qdrant's official MCP server, turning the Qdrant vector database into a semantic memory layer with two tools: store information and find it again by meaning instead of exact keywords.

#qdrant#vector-database#semantic-search
ClaudeClaude CodeCursor
Apache-2.0
MCP Server
official1.5kverified
terraform-mcp-server.mcp

Terraform MCP Server

HashiCorp's official MCP server for Terraform, giving agents direct access to the public Terraform Registry (providers, modules, policies) and to HCP Terraform / Terraform Enterprise workspaces.

#terraform#infrastructure-as-code#hashicorp
ClaudeClaude CodeCursor
MPL-2.0
MCP Server
official629verified
neon-mcp-server.mcp

Neon MCP Server

Neon's official, remote MCP server for its serverless Postgres platform, letting an agent create and branch databases, test migrations on a temporary branch first, and tune slow queries, all through natural language.

#postgres#database#serverless
ClaudeClaude CodeCursor
MIT
MCP Server
official618verified
redis-mcp-server.mcp

Redis MCP Server

Redis's official MCP server, letting an agent run natural-language data operations across strings, hashes, lists, sets, sorted sets, streams, pub/sub and JSON, plus manage vector indexes for search.

#redis#database#caching
ClaudeClaude CodeCursor
MIT
Claude Skill
448verified
data-analytics-ab-test-analysis.skill

A/B Test Analysis

Checks an experiment for sample ratio mismatch and guardrail regressions before it lets you call a winner.

#data-analytics-skills#ab-testing#statistics
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-analysis-assumptions-log.skill

Analysis Assumptions Log

Keeps a running, timestamped log of every assumption behind an analysis, so a stakeholder or auditor can see exactly what was decided and why.

#data-analytics-skills#documentation#audit-trail
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-analysis-documentation.skill

Analysis Documentation

Writes up an analysis so someone else, or future you, can reproduce it: data sources, methodology, assumptions, and the steps to rerun it.

#data-analytics-skills#documentation#reproducibility
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-analysis-planning.skill

Analysis Planning

Breaks a business question into sequenced, time-estimated sub-questions before any data gets pulled.

#data-analytics-skills#planning#workflow
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-analysis-qa-checklist.skill

Analysis QA Checklist

Runs an automated and manual pass over an analysis before delivery, so a wrong number gets caught before a stakeholder does.

#data-analytics-skills#qa#quality-assurance
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-analysis-retrospective.skill

Analysis Retrospective

Runs a short retro after a project so the same mistake, or the same win, doesn't get rediscovered from scratch next time.

#data-analytics-skills#retrospective#process-improvement
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-business-metrics-calculator.skill

Business Metrics Calculator

Calculates MRR, churn, LTV to CAC, and the other standard SaaS or e-commerce metrics, then grades each one against industry benchmarks.

#data-analytics-skills#saas-metrics#business-metrics
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-cohort-analysis.skill

Cohort Analysis

Builds a retention matrix and heatmap for any user cohort, so you can see exactly when and why a group starts dropping off.

#data-analytics-skills#cohort-analysis#retention
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-context-packager.skill

Context Packager

Bundles the schema docs, prior findings, and constraints an agent actually needs into one token-budgeted context package.

#data-analytics-skills#prompt-engineering#workflow
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-dashboard-specification.skill

Dashboard Specification

Writes the brief a dashboard needs before a developer touches it: audience, metric hierarchy, layout, and what success looks like.

#data-analytics-skills#dashboards#requirements
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-data-catalog-entry.skill

Data Catalog Entry

Documents a new table or dataset with real lineage, ownership, and quality metrics, so analysts stop asking the same questions about what it means.

#data-analytics-skills#data-catalog#data-governance
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-data-narrative-builder.skill

Data Narrative Builder

Builds a presentation around one central message and a real story arc instead of a slide-by-slide data dump.

#data-analytics-skills#data-storytelling#presentations
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-data-quality-audit.skill

Data Quality Audit

Scores a dataset against your own business rules and freshness expectations, and names exactly which checks failed instead of a vague pass or fail.

#data-analytics-skills#data-quality#data-governance
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-executive-summary-generator.skill

Executive Summary Generator

Condenses a full analysis into a one or two page brief that leads with the decision an executive actually needs to make.

#data-analytics-skills#executive-summary#stakeholder-communication
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-funnel-analysis.skill

Funnel Analysis

Finds exactly which step of a multi-step funnel is losing the most users, ranked by revenue impact instead of gut feeling.

#data-analytics-skills#funnel-analysis#conversion
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-impact-quantification.skill

Impact Quantification

Turns a finding into a defensible low, base, and high impact estimate instead of a single made-up number.

#data-analytics-skills#business-impact#roi
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-insight-synthesis.skill

Insight Synthesis

Turns a pile of statistics into the 3 to 5 insights worth acting on, each scored by impact, confidence, and how actionable it actually is.

#data-analytics-skills#insights#data-storytelling
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-methodology-explainer.skill

Methodology Explainer

Writes the "how did you get that" section in advance, pitched to the right audience, with an honest limitation included every time.

#data-analytics-skills#methodology#transparency
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-metric-reconciliation.skill

Metric Reconciliation

Traces why the same KPI shows two different numbers in two dashboards, down to the exact step where the definitions diverge.

#data-analytics-skills#metrics#data-quality
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-peer-review-template.skill

Peer Review Template

Structures a peer review of someone's analysis into must-fix, should-fix, and optional feedback instead of a vague "looks good."

#data-analytics-skills#peer-review#quality-assurance
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-programmatic-eda.skill

Programmatic EDA

Profiles a new dataset end to end, running nulls, outliers, distributions, and correlation checks before you trust a single number from it.

#data-analytics-skills#eda#data-quality
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-query-validation.skill

SQL Query Validation

Reviews a SQL query for correctness, anti-patterns, and slow execution plans before it reaches a production dashboard.

#data-analytics-skills#sql#code-review
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-root-cause-investigation.skill

Root Cause Investigation

Drills into an unexpected metric swing dimension by dimension until it can name the actual driver, not just correlate with it.

#data-analytics-skills#root-cause-analysis#metrics
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-schema-mapper.skill

Schema Mapper

Maps every source column to its target field, documents the transformation logic, and calls out any column that has nowhere to go.

#data-analytics-skills#etl#schema
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-segmentation-analysis.skill

Segmentation Analysis

Runs k-means or rule-based segmentation on your user data and profiles each group with the traits that actually make it distinct.

#data-analytics-skills#segmentation#clustering
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-semantic-model-builder.skill

Semantic Model Builder

Turns a metric definition that only lives in someone's head into a validated YAML file your dbt Semantic Layer, or a similar framework, can actually read.

#data-analytics-skills#semantic-layer#dbt
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-skills.skill

Data Analytics Skills

Gives Claude Code or Codex 31 ready-to-run analyst workflows, from data quality checks to executive summaries, and never needs company setup before it's useful.

#data-analytics-skills#data-analytics#data-quality
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-sql-to-business-logic.skill

SQL to Business Logic Translator

Translates a SQL query's joins, filters, and aggregations into plain business language, and flags the assumptions worth double-checking.

#data-analytics-skills#sql#documentation
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-stakeholder-requirements-gathering.skill

Stakeholder Requirements Gathering

Runs a structured intake interview so a vague "can you look into X" becomes a signed-off scope before any data gets touched.

#data-analytics-skills#requirements-gathering#scoping
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-technical-to-business-translator.skill

Technical to Business Translator

Rewrites a technical finding in plain business language and scores the result's readability before you send it.

#data-analytics-skills#stakeholder-communication#plain-language
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-time-series-analysis.skill

Time Series Analysis

Decomposes a metric into trend, seasonality, and noise, flags real anomalies against your event log, and forecasts what happens next.

#data-analytics-skills#time-series#forecasting
ClaudeClaude CodeCodex
MIT
Claude Skill
448verified
data-analytics-visualization-builder.skill

Visualization Builder

Picks the right chart for what you're trying to say, then strips out every element that doesn't serve that one message.

#data-analytics-skills#data-visualization#charts
ClaudeClaude CodeCodex
MIT
MCP Server
official163verified
docker-hub-mcp.mcp

Docker Hub MCP Server

Docker's official MCP server for Docker Hub, letting an agent search images, inspect tags and manage your own repositories in natural language, with built-in support for Docker Hardened Images.

#docker#containers#docker-hub
ClaudeClaude CodeCursor
Apache-2.0
Cursor Rule
88verified
cursor-rules-owasp.mdc

Cursor AI Project Rules for Modern Development

A security-first Cursor rule bundle covering PHP/Drupal, JavaScript/React/Vue and Python, with a dedicated OWASP Top 10 rule for each of the four vulnerability categories per language, plus a tag-based installer.

#cursor-rules#owasp#security
Cursor
MIT
MCP Server
43verified
contextstream.mcp

ContextStream

Gives coding agents persistent memory across sessions and tools: semantic code search plus saved decisions, lessons, and plans, so you stop re-explaining project context every new chat.

#memory#code-search#context
ClaudeClaude CodeCursor
MIT
MCP Server
24verified
byteask-embedded-mcp.mcp

ByteAsk Embedded MCP

Gives coding agents cited answers from firmware and embedded reference docs, and returns "no match" instead of guessing a register value.

#mcp#embedded#firmware
Claude CodeCursorCodex
MIT
MCP Server
22verified
socialcrawl-mcp.mcp

SocialCrawl MCP

One MCP server that connects agents to 575 endpoints across 65 platforms: social media, e-commerce, app stores, travel, jobs, finance, and full web scraping, with upfront credit pricing and pre-flight request validation.

#social-media#web-scraping#data-api
ClaudeClaude CodeCursor
MIT
Claude Skill
verified
complete-website-builder.skill

Complete Website Builder

Builds a production-grade, agency-quality marketing website in one self-contained HTML file, with real researched photos, GSAP animations, glassmorphism, and a persona library picked for your business type.

#web#landing-page#gsap
ClaudeClaude Code
MIT
Claude Skill
verified
create-skill.skill

Create Skill

Scaffolds high quality Claude Code skills and slash commands with correct frontmatter, conventions and worked examples.

#meta#claude-code#devx
Claude Code
MIT
Claude Skill
verified
job-message.skill

Job Application Message

Writes short, punchy job application messages for portals and forms, grounded only in your real CV and never invented.

#career#writing#jobs
ClaudeClaude CodeChatGPT
MIT
MCP Server
officialverified
everything.mcp

Everything MCP Server

Official reference/test MCP server that exercises the full protocol (prompts, tools, resources, sampling), built for people writing MCP clients rather than end users.

#testing#reference-server#mcp-client-testing
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
fetch.mcp

Fetch MCP Server

Official reference MCP server for fetching web pages and converting HTML to markdown, with chunked reads so an agent can page through long content.

#web#fetch#official
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
filesystem.mcp

Filesystem MCP Server

The official reference MCP server for filesystem access, letting an agent read, write, edit, move and search files inside directories you explicitly allow through MCP Roots.

#filesystem#files#official
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
git.mcp

Git MCP Server

The official reference MCP server for Git, exposing status, diff, commit, branch, log and checkout as MCP tools an agent can call directly on your local repository.

#git#version-control#official
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
memory.mcp

Memory MCP Server

The official reference MCP server for persistent memory, storing a local knowledge graph of entities, relations and observations so an agent remembers facts across chats.

#memory#knowledge-graph#official
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
sequential-thinking.mcp

Sequential Thinking MCP Server

The official reference MCP server for structured, step-by-step reasoning, letting an agent break a problem into revisable, branching thoughts instead of a one-shot answer.

#reasoning#planning#official
ClaudeClaude CodeCursor
MIT
MCP Server
officialverified
time.mcp

Time MCP Server

Official reference MCP server for time and IANA timezone conversion, with automatic system-timezone detection.

#time#timezone#official
ClaudeClaude CodeCursor
MIT
Claude Skill
verified
tutorial-guide-writer.skill

Tutorial & Guide Writer

Writes and reviews top quality tutorials, explainers, comparisons and best-of roundups for any blog or docs site, using dynamic interview questions tailored to each content type.

#writing#tutorials#documentation
ClaudeClaude CodeCursor
MIT
Claude Skill
16.5k
seo-audit.skill

SEO Full Site Audit

Audits your whole site in parallel across technical, content, schema and AI-search signals, and turns the findings into one prioritized action plan.

#claude-seo#audit#technical-seo
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-backlinks.skill

Backlink Profile Analysis

Analyzes your backlink profile using Moz, Bing Webmaster and Common Crawl data.

#claude-seo#backlinks#off-page
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-cluster.skill

Semantic Keyword Clustering

Clusters your keywords by SERP-based semantic similarity, a skill contributed by the community through the AI Marketing Hub Pro Hub Challenge.

#claude-seo#keyword-clustering#semantic-seo
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-competitor-pages.skill

Competitor Comparison Page Generator

Generates competitor comparison landing pages from a target site's positioning.

#claude-seo#competitor-analysis#landing-pages
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-content-brief.skill

SEO Content Brief Generator

Writes a detailed content brief for a target topic, with keywords, an outline and an internal-linking plan ready to hand to a writer.

#claude-seo#content-brief#keyword-research
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-content.skill

SEO Content & E-E-A-T Analysis

Scores your content's E-E-A-T and overall quality against Google's own Search Quality Rater Guidelines.

#claude-seo#eeat#content-quality
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-dataforseo.skill

DataForSEO Live Data Extension

Pulls live SERP data, keyword research, backlinks and AI-visibility checks through the optional DataForSEO extension, spanning 23 commands across 9 API modules.

#claude-seo#dataforseo#requires-paid-api
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-drift.skill

SEO Drift Monitor

Tracks how your SEO drifts over time using local SQLite snapshots, with baseline, compare and history modes.

#claude-seo#monitoring#drift
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-ecommerce.skill

E-commerce SEO & Marketplace Intelligence

Audits e-commerce and marketplace SEO, including schema validation for your product and return policy data.

#claude-seo#ecommerce#product-schema
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-flow.skill

FLOW Evidence-Led SEO Framework

Guides SEO strategy through 41 evidence-led FLOW framework prompts, licensed separately from the rest of Claude SEO.

#claude-seo#flow#framework
ClaudeClaude Code
CC-BY-4.0
Claude Skill
16.5k
seo-geo.skill

GEO / AI Overviews Optimization

Scores passage citability and AI-search readiness for Google AI Overviews and AI Mode (GEO/AEO).

#claude-seo#geo#aeo
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-google.skill

Google SEO APIs Integration

Connects directly to Search Console, PageSpeed Insights, CrUX, the Indexing API and GA4, and turns the results into a ready-to-send PDF report.

#claude-seo#google-search-console#pagespeed
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-hreflang.skill

Hreflang / International SEO Audit

Audits and generates hreflang tags for multi-language and multi-region sites.

#claude-seo#hreflang#international-seo
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-image-gen.skill

AI Image Generation for SEO Assets

Generates OG previews, blog heroes and product photos for SEO assets via the optional Claude Banana (Gemini) extension.

#claude-seo#image-generation#requires-paid-api
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-images.skill

SEO Image Optimization

Analyzes your images for alt text, compression, lazy loading and format issues, with concrete fixes for each.

#claude-seo#images#performance
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-local.skill

Local SEO Analysis

Analyzes your local SEO across Google Business Profile signals, NAP citation consistency and review intelligence.

#claude-seo#local-seo#gbp
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-maps.skill

Maps Intelligence

Tracks geo-grid rankings, audits your Google Business Profile and maps competitors nearby, to see exactly where you stand in the map pack.

#claude-seo#maps#geo-grid
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-page.skill

SEO Page Analysis

Runs a deep, single page analysis of elements, content quality and schema markup for one URL at a time.

#claude-seo#on-page#content
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-plan.skill

Strategic SEO Plan Builder

Plans your SEO strategy around your actual business type: SaaS, local, e-commerce, publisher or agency.

#claude-seo#strategy#planning
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-programmatic.skill

Programmatic SEO Analysis

Analyzes and plans programmatic SEO page templates and scale strategy.

#claude-seo#programmatic-seo#scale
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-schema.skill

Schema.org Markup Audit

Detects, validates and generates Schema.org / JSON-LD markup, and flags deprecated schema types.

#claude-seo#schema-org#json-ld
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-sitemap.skill

XML Sitemap Analyzer & Generator

Analyzes existing XML sitemaps or generates new ones from industry templates.

#claude-seo#sitemap#xml
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-sxo.skill

Search Experience Optimization (SXO)

Audits Search Experience Optimization, from page-type detection to user stories and persona alignment.

#claude-seo#sxo#ux
ClaudeClaude Code
MIT
Claude Skill
16.5k
seo-technical.skill

SEO Technical Audit

Audits your technical SEO across 9 categories, from crawlability and indexation to Core Web Vitals and structured data.

#claude-seo#technical-seo#core-web-vitals
ClaudeClaude Code
MIT
Claude Skill
16.5k
claude-seo.skill

Claude SEO

Runs 25 SEO sub-skills and 18 specialist subagents in parallel, covering technical SEO, E-E-A-T, Schema.org and GEO/AEO, and turns the findings into one falsifiable action plan.

#claude-seo#seo#ai-search
ClaudeClaude Code
MIT
Claude Skill
official11.9k
security-audit.skill

Security Audit (Cloudflare)

Turns a coding agent into a structured security auditor: isolated hunter agents map coverage and find candidates, then a separate verifier agent tries to disprove each one before it's reported as confirmed.

#security#pentest#vulnerability-research
ClaudeClaude Code
MIT
Claude Skill
8.9k
ads-amazon.skill

Amazon Ads Audit

Audits your Amazon Ads account across Sponsored Products, Brands, Display and DSP, and flags what's actually hurting your ACOS before you touch a budget.

#claude-ads#amazon-ads#retail-media
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-apple.skill

Apple Ads Audit

Audits your Apple Search Ads account and reconciles AdAttributionKit data against your MMP, so you know which App Store campaigns are actually driving installs.

#claude-ads#apple-search-ads#app-store
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-attribution.skill

Attribution Audit

Reconciles conversion data across GA4, MMPs, AdAttributionKit and every ad platform, and refuses to add incompatible reporting windows together just to produce one clean number.

#claude-ads#attribution#measurement
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-audit.skill

Paid Advertising Audit

Runs a full paid-media audit across all 12 platforms in parallel, and labels the result "partial" instead of quietly hiding the gaps when a platform can't be checked.

#claude-ads#audit#ppc
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-budget.skill

Budget and Bidding

Plans your paid-media budget and bids using break-even math and marginal-return comparisons, not a fixed 70/20/10 rule of thumb.

#claude-ads#budget#bidding
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-competitor.skill

Competitor Ad Intelligence

Researches what competitors are actually running in official ad transparency libraries, and keeps every observation separate from guesses about their spend or strategy.

#claude-ads#competitor-research#ad-library
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-create.skill

Campaign Concepts and Copy

Writes paid-ad campaign concepts and copy from your validated brand profile, and never invents a testimonial, certification or price to make the pitch land.

#claude-ads#ad-copy#creative-brief
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-creative.skill

Creative Audit

Audits your ad creative for attention, clarity and fatigue using real delivery data, not just how old an asset is.

#claude-ads#creative-audit#ad-creative
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-dna.skill

Brand and Offer Profile

Extracts your brand voice, visual tokens and claims from an authorized website once, so every other Claude Ads skill can reuse the same profile.

#claude-ads#brand-profile#brand-voice
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-generate.skill

Generate Ad Images

Generates on-brand ad images from an approved creative brief, and records the exact prompt, provider and cost behind every image it produces.

#claude-ads#ad-images#image-generation
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-google.skill

Google Ads Audit

Audits your Google Ads account across Search, Shopping, Performance Max and Demand Gen, and won't suggest a negative keyword without a real search terms report behind it.

#claude-ads#google-ads#search-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-landing.skill

Landing-Page Audit

Audits the landing pages your ads send traffic to, checking message match, mobile speed and trust signals, not just the ad creative itself.

#claude-ads#landing-page#cro
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-launch.skill

Campaign Launch

Drafts a campaign launch and only applies it once every safety gate passes, defaulting to `--draft` and never supporting permanent deletion.

#claude-ads#campaign-launch#account-mutation
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-linkedin.skill

LinkedIn Ads Audit

Audits LinkedIn Ads for B2B accounts, from lead-gen forms to ABM, and won't issue a blanket bid or budget rule without checking conversion lag and account maturity first.

#claude-ads#linkedin-ads#b2b
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-math.skill

Paid Media Financial Model

Calculates CPA, ROAS, MER and LTV:CAC from your real numbers, and always shows the formula and the source behind every input.

#claude-ads#roas#cpa
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-meta.skill

Meta Ads Audit

Audits Meta Ads' Pixel, Conversions API and Advantage+ setup, and won't apply an industry benchmark without checking your objective and account maturity first.

#claude-ads#meta-ads#facebook-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-microsoft.skill

Microsoft Advertising Audit

Audits Microsoft Advertising, including Google Ads-imported campaigns and Copilot inventory, without issuing blanket bid or budget rules.

#claude-ads#microsoft-ads#bing-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-monitor.skill

Paid Media Monitoring

Watches your ad accounts for pacing, fatigue and tracking issues, and tells expected seasonality apart from a real anomaly, without ever touching the account.

#claude-ads#monitoring#pacing
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-optimize.skill

Paid Media Optimization

Diagnoses underperforming campaigns from causal evidence, not a single metric in isolation, and refuses to permanently delete anything, offering pause or archive instead.

#claude-ads#optimization#budget-reallocation
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-photoshoot.skill

Product Photography Variants

Generates rights-cleared product photo variants from one authorized source image, and requires a human review before any of them go live.

#claude-ads#product-photography#image-generation
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-pinterest.skill

Pinterest Ads Audit

Audits Pinterest Ads, including catalog and shopping readiness, and leaves optional or ineligible features unscored instead of penalizing your account for them.

#claude-ads#pinterest-ads#catalog-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-plan.skill

Paid Media Plan

Turns your business economics and audit evidence into a full-funnel media plan, staying advisory until you actually launch or optimize a campaign.

#claude-ads#media-plan#ppc-strategy
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-reddit.skill

Reddit Ads Audit

Audits Reddit Ads, from community targeting to catalog formats, and marks missing data explicitly instead of guessing.

#claude-ads#reddit-ads#community-targeting
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-report.skill

Render Paid Media Reports

Renders your audit into Markdown, HTML or PDF straight from the validated data bundle, never from loose prose, and never with a hidden partial status.

#claude-ads#reporting#client-report
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-research.skill

Paid Media Research Refresh

Keeps Claude Ads' platform and policy knowledge current, and demotes any claim to "unsupported" the moment its refresh date expires instead of quietly trusting stale data.

#claude-ads#research#evidence-refresh
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-server-side-tracking.skill

Server-Side Tracking Audit

Audits your server-side tracking setup, from sGTM to Conversions API, for where conversion data is leaking, without changing anything in production.

#claude-ads#server-side-tracking#sgtm
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-setup.skill

Paid Media Setup

Sets up the client, brand and guardrail profile every other Claude Ads skill reads from, and refuses to ever store your API keys or secrets in it.

#claude-ads#onboarding#client-setup
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-snapchat.skill

Snapchat Ads Audit

Audits Snapchat Ads, including AR Lens and catalog formats, and keeps every account change a draft until you approve it.

#claude-ads#snapchat-ads#ar-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-test.skill

Paid Media Experiment

Designs and reads out A/B tests for ad accounts, and refuses to call an underpowered result a winner just because it looks good early.

#claude-ads#ab-testing#experimentation
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-tiktok.skill

TikTok Ads Audit

Audits TikTok Ads, including Smart+ automation and TikTok Shop, benchmarked against your actual account maturity, not a generic industry number.

#claude-ads#tiktok-ads#smart-plus
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-validate.skill

Validate Claude Ads

Validates Claude Ads' own contracts, scores and releases, and never calls something production-ready just because the docs look polished.

#claude-ads#validation#qa
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-x.skill

X Ads Audit

Audits X Ads, from conversation targeting to brand safety, and marks missing inputs explicitly instead of guessing at them.

#claude-ads#x-ads#twitter-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
ads-youtube.skill

YouTube Ads Audit

Audits YouTube Ads across Shorts, in-stream and CTV inventory, kept as its own review even when Google Ads supplies the underlying data.

#claude-ads#youtube-ads#video-ads
ClaudeClaude CodeCodex
MIT
Claude Skill
8.9k
claude-ads.skill

Claude Ads

Turns your ad account data into evidence-backed audits, plans and creative briefs across all 12 major ad platforms, and only touches a live campaign once you've explicitly approved the change.

#claude-ads#marketing#advertising
ClaudeClaude CodeCodex
MIT
Claude Skill
4.2k
generative-media-skills.skill

Generative Media Skills

A Core/Library collection of 41 SKILL.md recipes (cinematography, branding, product ads, UGC video) that drive 100+ image/video/audio models through the MuAPI backend, for Claude Code, Cursor, Gemini CLI and OpenCode.

#image-generation#ai-video#generative-ai
Claude CodeCursorgemini-cli
MIT
Claude Skill
magic-hour-image-to-video.skill

Magic Hour Image to Video

Guides an agent through turning a photo into a short Magic Hour video, fixing the still frame first so identity, product and text stay intact before it spends credits on motion.

#image-to-video#ai-video#mcp
Claude CodeCodexmcp
MIT