Skip to main content
The skills directory is a catalog of ready-made skills you can install and use right away — built by Replit and by our partners. Install one, try it, then edit it to fit how your team actually works. For what a skill is and how Agent loads it, see Agent Skills. To make a skill available across your whole workspace, see Agent Customization.

Install a skill

You can add a skill from the directory in a few ways:
  • In chat — click the + button next to the chat input, select Use a skill, and choose one. The skill applies to that message only, with nothing installed in your project.
  • In a project — open the Skills pane in the Project Editor, select the Discover tab, find a skill, and click Install. Installed skills live in your project’s /.agents/skills directory and persist across chats.
  • From the command line — install a skill with the skills CLI:
    npx skills <skill> -a replit
    
Skills in the Replit skill picker are audited for safety. Skills installed from external sources are not. Because a skill is instructions Agent follows, always review an external skill before installing it — see Agent skills for what to check.

Replit skills

Replit ships with pre-defined skills available from the Use a skill picker in chat and from the new-project starting-point picker. These work in every project without installation. Descriptions appear inline when you open the picker.
CategorySkills
Sales & marketingAd Creative, AI SDR, SEO Auditor, Programmatic SEO, GEO, Content Machine, Storyboard
CareerAI Recruiter, Resume Maker, Interview Prep
Research & analysisCompetitive Analysis, Deep Research, GitHub Solution Finder, Supplier Research
Business & financeStock Analyzer, Excel Generator, Invoice Generator, Tax Reviewer
Documents & toolsWebsite Cloner, File Converter, Flashcard Generator, Legal Contract, Infographic Builder, Recreate Screenshot
CreativePhoto Editor, Podcast Generator, Podcast Marketing, Branding Generator, Video Editing
ProductivityAI Secretary, Product Manager, Design Thinker, Skill Finder, Skill Creator
PersonalTravel Assistant
Security & complianceSecrets, Sensitive Data, Input Validation, AI Security, Dependency Vetting, License Check
Quality & reliabilityAccessibility, Responsive UI, Observability, Resilience, Ship Review
Inside a workspace, the picker also discovers any additional skills installed in the project’s .local/secondary_skills/ directory.

Partner skills

Replit’s partners publish skills that teach Agent how to build with their products. Install one to give Agent the patterns and conventions for that service.
PartnerWhat it teaches Agent
StripePayments and billing integration patterns
PayPalPayments integration patterns
RevenueCatSubscription and in-app purchase patterns
MixpanelAnalytics and tracking implementation
BigQueryData warehouse query patterns
ResendTransactional email integration
Google WorkspaceGmail, Drive, Docs, and Calendar integration
AtlassianJira and Confluence issue and page workflows
Google MapsMaps, places, routes, and geocoding integration

Community skills

Beyond Replit and partner skills, the community publishes skills you can install. Browse them at skills.sh, and read the Agent Skills specification to write your own.

Next steps

Agent Skills

How skills are structured and how Agent loads them.

Agent Customization

Make skills available across your whole workspace.

Use a skill

Attach a skill to a message or install one in a project.

Agent skills

When and how to use skills effectively.