Browse all assets
Every curated, tested and open-source AI asset in one place. Search or filter by type and tool.
165 results
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 & 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.
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.
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.
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 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 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
/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.
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.
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.
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.
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.
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.
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.
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.
A/B Test Analysis
Checks an experiment for sample ratio mismatch and guardrail regressions before it lets you call a winner.
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.
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.
Analysis Planning
Breaks a business question into sequenced, time-estimated sub-questions before any data gets pulled.
Analysis QA Checklist
Runs an automated and manual pass over an analysis before delivery, so a wrong number gets caught before a stakeholder does.
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.
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.
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.
Context Packager
Bundles the schema docs, prior findings, and constraints an agent actually needs into one token-budgeted context package.
Dashboard Specification
Writes the brief a dashboard needs before a developer touches it: audience, metric hierarchy, layout, and what success looks like.
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 Narrative Builder
Builds a presentation around one central message and a real story arc instead of a slide-by-slide data dump.
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.
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.
Funnel Analysis
Finds exactly which step of a multi-step funnel is losing the most users, ranked by revenue impact instead of gut feeling.
Impact Quantification
Turns a finding into a defensible low, base, and high impact estimate instead of a single made-up number.
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.
Methodology Explainer
Writes the "how did you get that" section in advance, pitched to the right audience, with an honest limitation included every time.
Metric Reconciliation
Traces why the same KPI shows two different numbers in two dashboards, down to the exact step where the definitions diverge.
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."
Programmatic EDA
Profiles a new dataset end to end, running nulls, outliers, distributions, and correlation checks before you trust a single number from it.
SQL Query Validation
Reviews a SQL query for correctness, anti-patterns, and slow execution plans before it reaches a production dashboard.
Root Cause Investigation
Drills into an unexpected metric swing dimension by dimension until it can name the actual driver, not just correlate with it.
Schema Mapper
Maps every source column to its target field, documents the transformation logic, and calls out any column that has nowhere to go.
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.
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
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.
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.
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.
Technical to Business Translator
Rewrites a technical finding in plain business language and scores the result's readability before you send it.
Time Series Analysis
Decomposes a metric into trend, seasonality, and noise, flags real anomalies against your event log, and forecasts what happens next.
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.
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.
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.
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.
ByteAsk Embedded MCP
Gives coding agents cited answers from firmware and embedded reference docs, and returns "no match" instead of guessing a register value.
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.
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.
Create Skill
Scaffolds high quality Claude Code skills and slash commands with correct frontmatter, conventions and worked examples.
Job Application Message
Writes short, punchy job application messages for portals and forms, grounded only in your real CV and never invented.
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.
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.
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.
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.
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.
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.
Time MCP Server
Official reference MCP server for time and IANA timezone conversion, with automatic system-timezone detection.
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.
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.
Backlink Profile Analysis
Analyzes your backlink profile using Moz, Bing Webmaster and Common Crawl data.
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.
Competitor Comparison Page Generator
Generates competitor comparison landing pages from a target site's positioning.
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.
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.
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.
SEO Drift Monitor
Tracks how your SEO drifts over time using local SQLite snapshots, with baseline, compare and history modes.
E-commerce SEO & Marketplace Intelligence
Audits e-commerce and marketplace SEO, including schema validation for your product and return policy data.
FLOW Evidence-Led SEO Framework
Guides SEO strategy through 41 evidence-led FLOW framework prompts, licensed separately from the rest of Claude SEO.
GEO / AI Overviews Optimization
Scores passage citability and AI-search readiness for Google AI Overviews and AI Mode (GEO/AEO).
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.
Hreflang / International SEO Audit
Audits and generates hreflang tags for multi-language and multi-region sites.
AI Image Generation for SEO Assets
Generates OG previews, blog heroes and product photos for SEO assets via the optional Claude Banana (Gemini) extension.
SEO Image Optimization
Analyzes your images for alt text, compression, lazy loading and format issues, with concrete fixes for each.
Local SEO Analysis
Analyzes your local SEO across Google Business Profile signals, NAP citation consistency and review intelligence.
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.
SEO Page Analysis
Runs a deep, single page analysis of elements, content quality and schema markup for one URL at a time.
Strategic SEO Plan Builder
Plans your SEO strategy around your actual business type: SaaS, local, e-commerce, publisher or agency.
Programmatic SEO Analysis
Analyzes and plans programmatic SEO page templates and scale strategy.
Schema.org Markup Audit
Detects, validates and generates Schema.org / JSON-LD markup, and flags deprecated schema types.
XML Sitemap Analyzer & Generator
Analyzes existing XML sitemaps or generates new ones from industry templates.
Search Experience Optimization (SXO)
Audits Search Experience Optimization, from page-type detection to user stories and persona alignment.
SEO Technical Audit
Audits your technical SEO across 9 categories, from crawlability and indexation to Core Web Vitals and structured data.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Creative Audit
Audits your ad creative for attention, clarity and fatigue using real delivery data, not just how old an asset is.
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.
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.
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.
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.
Campaign Launch
Drafts a campaign launch and only applies it once every safety gate passes, defaulting to `--draft` and never supporting permanent deletion.
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.
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.
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.
Microsoft Advertising Audit
Audits Microsoft Advertising, including Google Ads-imported campaigns and Copilot inventory, without issuing blanket bid or budget rules.
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.
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.
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.
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.
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.
Reddit Ads Audit
Audits Reddit Ads, from community targeting to catalog formats, and marks missing data explicitly instead of guessing.
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.
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.
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.
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.
Snapchat Ads Audit
Audits Snapchat Ads, including AR Lens and catalog formats, and keeps every account change a draft until you approve it.
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.
TikTok Ads Audit
Audits TikTok Ads, including Smart+ automation and TikTok Shop, benchmarked against your actual account maturity, not a generic industry number.
Validate Claude Ads
Validates Claude Ads' own contracts, scores and releases, and never calls something production-ready just because the docs look polished.
X Ads Audit
Audits X Ads, from conversation targeting to brand safety, and marks missing inputs explicitly instead of guessing at them.
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
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.
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.
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.