New Skills Added: Browser Automation, Marketing, and React Native Animations
We’re excited to announce the addition of 9 new skills to the Claude Code Skills Directory, bringing powerful new capabilities for browser automation, marketing workflows, and React Native animation development.
Agent Browser by Vercel
Vercel Labs has released Agent Browser, a headless browser automation CLI designed specifically for AI agents. This tool provides:
- Fast Rust implementation with Node.js fallback for maximum performance
- Accessibility tree snapshots optimized for AI consumption with element references (@e1, @e2)
- Semantic locators to find elements by role, text, label, or placeholder
- Session isolation for running parallel browser operations
- Comprehensive interactions including navigation, clicking, typing, form controls, and screenshot capture
Install it globally with npm install -g agent-browser and let Claude Code control web browsers for testing, scraping, and automation tasks.
Marketing Skills Collection
Corey Haines has contributed a comprehensive Marketing Skills collection with 23 individual skills organized into 5 main categories:
Marketing CRO
Conversion rate optimization skills for landing pages, signup flows, onboarding, forms, popups, and paywall upgrades using proven frameworks.
Marketing Copywriting
Copywriting and copy editing skills for creating compelling marketing content, email sequences, and social media posts with psychology-based techniques.
Marketing SEO
SEO audit capabilities, programmatic SEO strategies, competitor analysis, and schema markup implementation for better search visibility.
Marketing Growth
Growth engineering skills including free tool strategy, referral programs, A/B testing setup, analytics tracking, and launch strategy.
Marketing Strategy
High-level marketing strategy covering idea generation, marketing psychology, pricing strategy, and paid advertising campaigns.
React Native Animation Skills
For React Native developers focused on smooth animations, we’ve added three specialized skills from a comprehensive animation performance guide:
RN Animation Performance
19 reference guides covering React Native Reanimated, Worklets, and Gesture Handler optimization. Learn about shared values, preventing re-renders, memoization patterns, and achieving consistent 60fps animations.
RN Animation React Compiler
Ensure your animations work properly with React Compiler by using the correct get() and set() methods for shared values instead of direct property access.
RN Animation Worklets
Master cross-thread communication with guidelines for scheduleOnRN, scheduleOnUI, worklets, and gesture handlers to keep your UI responsive.
Get Started
All these skills are now available in the directory. Browse them by category or search for specific capabilities. Each skill can be installed in Claude Code using the standard plugin installation methods.
Have a skill you’d like to see added? Open an issue or submit a pull request to contribute to the growing ecosystem.
Featured Skills
Agent Browser
Headless browser automation CLI for AI agents with fast Rust implementation, accessibility tree snapshots, semantic locators, and session isolation for parallel operations.
Marketing CRO
Conversion rate optimization skills for landing pages, signup flows, onboarding, forms, popups, and paywall upgrades with proven frameworks.
Marketing Copywriting
Copywriting and copy editing skills for marketing content, email sequences, and social media posts with psychology-based techniques.
Marketing SEO
SEO audit, programmatic SEO, competitor analysis, and schema markup skills for search engine optimization and discovery.
Marketing Growth
Growth engineering skills including free tool strategy, referral programs, A/B testing setup, analytics tracking, and launch strategy.
Marketing Strategy
Marketing strategy skills covering idea generation, marketing psychology, pricing strategy, and paid advertising campaigns.
RN Animation Performance
React Native Reanimated, Worklets, and Gesture Handler performance optimization with 19 reference guides covering shared values, re-renders, memoization, and 60fps animation patterns.
RN Animation React Compiler
Guidelines for React Native animations with React Compiler compatibility, ensuring shared values work properly using get() and set() methods.
RN Animation Worklets
Guidelines for scheduling functions between JavaScript and UI threads using React Native Worklets, covering scheduleOnRN, scheduleOnUI, and gesture handlers.