> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills directory

> Browse skills built by Replit and our partners, and learn how to install them in a project or your workspace.

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](/references/agent/skills). To make a skill available across your whole workspace, see [Agent Customization](/references/agent/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](https://github.com/vercel-labs/skills):

  ```bash theme={null}
  npx skills <skill> -a replit
  ```

<Warning>
  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](/learn/agent-skills) for what to check.
</Warning>

## 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                                          |

<Note>
  Inside a workspace, the picker also discovers any additional skills installed in the project's `.local/secondary_skills/` directory.
</Note>

## 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](https://skills.sh), and read the [Agent Skills specification](https://agentskills.io/specification) to write your own.

## Next steps

<CardGroup cols={2}>
  <Card title="Agent Skills" icon="puzzle-piece" href="/references/agent/skills">
    How skills are structured and how Agent loads them.
  </Card>

  <Card title="Agent Customization" icon="sliders" href="/references/agent/agent-customization">
    Make skills available across your whole workspace.
  </Card>

  <Card title="Use a skill" icon="wand-magic-sparkles" href="/build/use-agent-skills">
    Attach a skill to a message or install one in a project.
  </Card>

  <Card title="Agent skills" icon="users" href="/learn/agent-skills">
    When and how to use skills effectively.
  </Card>
</CardGroup>
