# Invokable AI Agent Skills

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

Browse 10 official AI agent skills across 2 Invokable repositories, with install commands and source links.

Official page: https://skillscout.sh/official/invokable/
Markdown page: https://skillscout.sh/official/invokable/invokable_skills_skillscout.md
Vendor website: https://invokable.net/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/invokable/invokable_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Invokable 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

### invokable/laravel-copilot-sdk

Includes 6 official skills: agentic-workflows, ai-sdk-development, infer-conventions, laravel-best-practices, laravel-copilot-sdk-development, testing-best-practices.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk -y
```

Source: https://github.com/invokable/laravel-copilot-sdk

### invokable/google-sheets-project

Includes 4 official skills: fluxui-development, laravel-best-practices, livewire-development, tailwindcss-development.

Install:

```bash
npx skills add invokable/google-sheets-project -y
```

Source: https://github.com/invokable/google-sheets-project

## Individual skills

### agentic-workflows

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@agentic-workflows -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/HEAD/.github/skills/agentic-workflows

### ai-sdk-development

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@ai-sdk-development -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/HEAD/.github/skills/ai-sdk-development

### infer-conventions

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@infer-conventions -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/HEAD/.github/skills/infer-conventions

### laravel-best-practices

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@laravel-best-practices -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/HEAD/.github/skills/laravel-best-practices

### laravel-copilot-sdk-development

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@laravel-copilot-sdk-development -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/main/resources/boost/skills/laravel-copilot-sdk-development

### testing-best-practices

Official Invokable skill from invokable/laravel-copilot-sdk.

Install:

```bash
npx skills add invokable/laravel-copilot-sdk@testing-best-practices -y
```

Package: invokable/laravel-copilot-sdk
Source: https://github.com/invokable/laravel-copilot-sdk/tree/HEAD/.github/skills/testing-best-practices

### fluxui-development

Official Invokable skill from invokable/google-sheets-project.

Install:

```bash
npx skills add invokable/google-sheets-project@fluxui-development -y
```

Package: invokable/google-sheets-project
Source: https://github.com/invokable/google-sheets-project/tree/main/.github/skills/fluxui-development

### laravel-best-practices

Official Invokable skill from invokable/google-sheets-project.

Install:

```bash
npx skills add invokable/google-sheets-project@laravel-best-practices -y
```

Package: invokable/google-sheets-project
Source: https://github.com/invokable/google-sheets-project/tree/HEAD/.github/skills/laravel-best-practices

### livewire-development

Official Invokable skill from invokable/google-sheets-project.

Install:

```bash
npx skills add invokable/google-sheets-project@livewire-development -y
```

Package: invokable/google-sheets-project
Source: https://github.com/invokable/google-sheets-project/tree/HEAD/.github/skills/livewire-development

### tailwindcss-development

Official Invokable skill from invokable/google-sheets-project.

Install:

```bash
npx skills add invokable/google-sheets-project@tailwindcss-development -y
```

Package: invokable/google-sheets-project
Source: https://github.com/invokable/google-sheets-project/tree/HEAD/.github/skills/tailwindcss-development

## invokable/laravel-copilot-sdk package overview

Includes 6 official skills: agentic-workflows, ai-sdk-development, infer-conventions, laravel-best-practices, laravel-copilot-sdk-development, testing-best-practices.

### Top skills in this package

- agentic-workflows: Official Invokable skill from invokable/laravel-copilot-sdk.
- ai-sdk-development: Official Invokable skill from invokable/laravel-copilot-sdk.
- infer-conventions: Official Invokable skill from invokable/laravel-copilot-sdk.
- laravel-best-practices: Official Invokable skill from invokable/laravel-copilot-sdk.
- laravel-copilot-sdk-development: Official Invokable skill from invokable/laravel-copilot-sdk.
- testing-best-practices: Official Invokable skill from invokable/laravel-copilot-sdk.

### Install

Install the full package:

```bash
npx skills add invokable/laravel-copilot-sdk -y
```

Install a specific skill:

```bash
npx skills add invokable/laravel-copilot-sdk@agentic-workflows -y
```

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

Source: https://github.com/invokable/laravel-copilot-sdk#readme
