A curated collection of 44+ AI agent skills β structured knowledge files that teach coding agents (Windsurf/Cascade, Claude Code, Cursor, Codex, Gemini CLI) how to accomplish complex tasks. Spanning visual asset creation, platform operations, AI-agent auditing, writing, marketing, and content strategy.
Agent skills are structured SKILL.md files that give AI coding agents deep expertise in specific tools and workflows. Instead of relying on generic training data, skills provide:
- Step-by-step instructions tailored for AI agents
- Code templates and scaffolding commands
- Decision trees for choosing the right approach
- Common pitfalls and how to avoid them
- Combination patterns for multi-tool workflows
Open-source tools for programmatic video, animation, and presentation creation. No API keys needed β everything runs locally.
| Skill | Path | Best For |
|---|---|---|
| Remotion | skills/remotion/ |
React video creation, product demos, social clips |
| Motion Canvas | skills/motion-canvas/ |
TypeScript explainer videos, tutorials |
| Manim | skills/manim/ |
Python math/science animations |
| GSAP | skills/gsap/ |
Web animations, scroll effects |
| Slidev | skills/slidev/ |
Markdown/Vue animated presentations |
| D3.js | skills/d3-visualization/ |
Animated data visualizations |
| Lottie | skills/lottie-animation/ |
Logo/icon JSON animations |
| MoviePy | skills/moviepy/ |
Python video editing/compositing |
| Framer Motion | skills/framer-motion/ |
React UI animations, transitions |
| Remotion Templates | skills/remotion-templates/ |
Pre-built video effects for Remotion |
| Remotion Captions | skills/remotion-captions/ |
Animated subtitles for Remotion |
Skills for building, deploying, and operating AI-powered platforms.
| Skill | Path | Best For |
|---|---|---|
| Conversation Review | skills/conversation-review/ |
Auditing AI conversations (includes prompts, queries, sample reports) |
| Deployment Testing | skills/deployment-testing/ |
Verifying deployments across environments |
| Email Mastery | skills/email-mastery/ |
AI email processing, classification, response |
| UI/UX Audit | skills/ui-ux-audit/ |
Mobile & desktop UI/UX issue detection |
| GoDaddy API | skills/godaddy-api/ |
Domain management, DNS records via GoDaddy REST API |
| Sentry Instrumentation | skills/sentry-instrumentation/ |
Error tracking for Express/Next.js routes |
| MongoDB Schema Audit | skills/mongodb-schema-audit/ |
Index coverage, relationship validation, migrations |
| Admin Dashboard Verification | skills/admin-dashboard-verification/ |
Systematic admin feature verification |
| Bun Testing | skills/bun-testing/ |
Fast simulation tests with Bun runtime |
Skills for auditing a deployed AI-agent platform from its real logs β extracting production data, grading agent behavior, and turning findings into validated, actionable fixes. Battle-tested on a multi-channel (SMS/email/voice/chat) agent product.
| Skill | Path | Best For |
|---|---|---|
| Production Agent Audit | skills/production-agent-audit/ |
End-to-end log audit: census β multi-source extraction β fan-out analysis β adversarial verification β graded report |
| EC2 Instance Connect Data Pull | skills/ec2-instance-connect-data-pull/ |
Read-only prod shell with no stored SSH key (AWS Instance Connect), then pull Mongo/logs home via tar+base64 |
| Agent Quality Grading | skills/agent-quality-grading/ |
Grade conversations (task/speed/tools/message-quality), generated assets, and prompts/configs β with verbatim evidence |
| Finding β Fix Remediation | skills/finding-forensic-remediation/ |
Turn findings into a git-grounded backlog: root cause at path:line, when-introduced, status, exact fix |
| Temporal Finding Validation | skills/temporal-finding-validation/ |
Cross-check findings vs the commit timeline (UTC-normalized) β still-live vs already-fixed |
Skills for researching companies, vetting vendors, and surfacing legal and reputation risk using only free public sources.
| Skill | Path | Best For |
|---|---|---|
| Company Legal & Reputation Research | skills/company-legal-reputation-research/ |
Court records, liens, sanctions, BBB/Glassdoor, debarment checks β no API keys |
A comprehensive collection for producing high-quality written content. See skills/white-paper-writing/README.md for the full index.
| Category | Skills | Purpose |
|---|---|---|
| Writing & Prose Quality | Beautiful Prose, Humanizer, Write Concisely | Eliminate AI tics, enforce muscular prose, apply Elements of Style |
| Doc Co-Authoring & Research | Anthropic Doc Co-Authoring, Content Research Writer, Notebook, Skill Authoring | 3-stage co-authoring, research pipelines, knowledge capture |
| Marketing & Copywriting | 7 skills (Copywriting, Content Strategy, Copy Editing, Launch/Pricing Strategy, Psychology, AI Marketing Skills) | Full SaaS marketing stack |
| Planning & Brainstorming | Writing Skills, Writing Plans, Brainstorming | TDD-based writing, strategic documentation, structured ideation |
| Document Export | DOCX Export, Markdown to PDF | Final deliverable generation |
Reference skills in .windsurf/rules/ or instruct the agent directly:
Read the Remotion skill from skills/remotion/SKILL.md and create a product intro video
cat skills/remotion/SKILL.md # Load into contextReference in .cursorrules or load directly.
Point to the AGENTS.md manifest for automatic skill discovery:
Read AGENTS.md and help me create a [product video / animated presentation / data visualization]
Each skill follows a consistent structure:
skills/<skill-name>/
βββ SKILL.md # Main skill file (required)
βββ examples/ # Example projects (optional)
βββ templates/ # Scaffolding templates (optional)
βββ rules.md # Agent behavior rules (optional)
# Skill Name
## Overview
What this tool does and when to use it.
## Prerequisites
System requirements, installation commands.
## Quick Start
Minimal steps to get a working example.
## API Reference
Key functions, components, and patterns.
## Common Patterns
Frequently used code patterns and templates.
## Pitfalls
What agents commonly get wrong and how to fix it.
## Combining With Other Skills
How this skill works with other skills in this repo.- Create
skills/<skill-name>/SKILL.md - Follow the format above
- Add an entry to the table in this README
- Update
AGENTS.mdwith the new skill
Every skill must meet ALL of these:
- Actionable β Agent can produce working output from the skill alone
- Tested β Instructions verified to produce correct results
- Self-contained β No undocumented dependencies
- Maintained β Updated when the underlying tool changes
- Node.js 18+ (for JS/TS tools)
- Python 3.9+ (for Python tools)
- FFmpeg (
brew install ffmpeg) β required for video rendering - No API keys β visual asset skills run entirely locally
MIT
Maintained by Custom Agents