# Fulcrum AI Agent Skills

Fulcrum publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 3 Fulcrum repositories, with install commands and source links.

Official page: https://skillscout.sh/official/fulcrumapp/
Markdown page: https://skillscout.sh/official/fulcrumapp/fulcrumapp_skills_skillscout.md
Vendor website: https://www.fulcrumapp.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/fulcrumapp/fulcrumapp_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Fulcrum skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### fulcrumapp/fulcrum-schema

Includes 2 official skills: sync-openapi, form-record-version-bump.

Install:

```bash
npx skills add fulcrumapp/fulcrum-schema -y
```

Source: https://github.com/fulcrumapp/fulcrum-schema

### fulcrumapp/api

Includes 1 official skill: sync-form-schema.

Install:

```bash
npx skills add fulcrumapp/api -y
```

Source: https://github.com/fulcrumapp/api

### fulcrumapp/geolite

Includes 1 official skill: update-geolite-db.

Install:

```bash
npx skills add fulcrumapp/geolite -y
```

Source: https://github.com/fulcrumapp/geolite

## Individual skills

### sync-openapi

Official Fulcrum skill from fulcrumapp/fulcrum-schema.

Install:

```bash
npx skills add fulcrumapp/fulcrum-schema@sync-openapi -y
```

Package: fulcrumapp/fulcrum-schema
Source: https://github.com/fulcrumapp/fulcrum-schema/tree/main/.github/skills/sync-openapi

### form-record-version-bump

Official Fulcrum skill from fulcrumapp/fulcrum-schema.

Install:

```bash
npx skills add fulcrumapp/fulcrum-schema@form-record-version-bump -y
```

Package: fulcrumapp/fulcrum-schema
Source: https://github.com/fulcrumapp/fulcrum-schema/tree/main/.github/skills/form-record-version-bump

### sync-form-schema

Official Fulcrum skill from fulcrumapp/api.

Install:

```bash
npx skills add fulcrumapp/api@sync-form-schema -y
```

Package: fulcrumapp/api
Source: https://github.com/fulcrumapp/api/tree/v2/.github/skills/sync-form-schema

### update-geolite-db

Official Fulcrum skill from fulcrumapp/geolite.

Install:

```bash
npx skills add fulcrumapp/geolite@update-geolite-db -y
```

Package: fulcrumapp/geolite
Source: https://github.com/fulcrumapp/geolite/tree/master/.github/skills/update-geolite-db

## fulcrumapp/fulcrum-schema package overview

Includes 2 official skills: sync-openapi, form-record-version-bump.

### Top skills in this package

- sync-openapi: Official Fulcrum skill from fulcrumapp/fulcrum-schema.
- form-record-version-bump: Official Fulcrum skill from fulcrumapp/fulcrum-schema.

### Install

Install the full package:

```bash
npx skills add fulcrumapp/fulcrum-schema -y
```

Install a specific skill:

```bash
npx skills add fulcrumapp/fulcrum-schema@sync-openapi -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/fulcrumapp/fulcrum-schema#readme
