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/skillsdirectory and persist across chats. -
From the command line — install a skill with the skills CLI:
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.| Category | Skills |
|---|---|
| Sales & marketing | Ad Creative, AI SDR, SEO Auditor, Programmatic SEO, GEO, Content Machine, Storyboard |
| Career | AI Recruiter, Resume Maker, Interview Prep |
| Research & analysis | Competitive Analysis, Deep Research, GitHub Solution Finder, Supplier Research |
| Business & finance | Stock Analyzer, Excel Generator, Invoice Generator, Tax Reviewer |
| Documents & tools | Website Cloner, File Converter, Flashcard Generator, Legal Contract, Infographic Builder, Recreate Screenshot |
| Creative | Photo Editor, Podcast Generator, Podcast Marketing, Branding Generator, Video Editing |
| Productivity | AI Secretary, Product Manager, Design Thinker, Skill Finder, Skill Creator |
| Personal | Travel Assistant |
| Security & compliance | Secrets, Sensitive Data, Input Validation, AI Security, Dependency Vetting, License Check |
| Quality & reliability | Accessibility, 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.| Partner | What it teaches Agent |
|---|---|
| Stripe | Payments and billing integration patterns |
| PayPal | Payments integration patterns |
| RevenueCat | Subscription and in-app purchase patterns |
| Mixpanel | Analytics and tracking implementation |
| BigQuery | Data warehouse query patterns |
| Resend | Transactional email integration |
| Google Workspace | Gmail, Drive, Docs, and Calendar integration |
| Atlassian | Jira and Confluence issue and page workflows |
| Google Maps | Maps, 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.