# Tangle ML AI Agent Skills

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

Browse 11 official AI agent skills across 3 Tangle ML repositories, with install commands and source links.

Official page: https://skillscout.sh/official/tangleml/
Markdown page: https://skillscout.sh/official/tangleml/tangleml_skills_skillscout.md
Vendor website: https://tangleml.com/

## Prompt for your agent

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

### tangleml/tangle-ui

Includes 2 official skills: componentyamlformat, tanglebestpractices.

Install:

```bash
npx skills add tangleml/tangle-ui -y
```

Source: https://github.com/TangleML/tangle-ui

### tangleml/tangle-cli

Includes 1 official skill: tangent.

Install:

```bash
npx skills add tangleml/tangle-cli -y
```

Source: https://github.com/TangleML/tangle-cli

### tangleml/tangent-shell

Includes 8 official skills: bundle-assembly, reproduce-research, revealjs, simple-html-pages, skill-authoring, tangle-cli.

Install:

```bash
npx skills add tangleml/tangent-shell -y
```

Source: https://github.com/TangleML/tangent-shell

## Individual skills

### componentyamlformat

Official Tangle ML skill from tangleml/tangle-ui.

Install:

```bash
npx skills add tangleml/tangle-ui@componentyamlformat -y
```

Package: tangleml/tangle-ui
Source: https://github.com/TangleML/tangle-ui/tree/master/public/agent-skills/componentyamlformat

### tanglebestpractices

Official Tangle ML skill from tangleml/tangle-ui.

Install:

```bash
npx skills add tangleml/tangle-ui@tanglebestpractices -y
```

Package: tangleml/tangle-ui
Source: https://github.com/TangleML/tangle-ui/tree/master/public/agent-skills/tanglebestpractices

### tangent

Official Tangle ML skill from tangleml/tangle-cli.

Install:

```bash
npx skills add tangleml/tangle-cli@tangent -y
```

Package: tangleml/tangle-cli
Source: https://github.com/TangleML/tangle-cli/tree/master/skills/tangent

### bundle-assembly

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@bundle-assembly -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/skill-builder/skills/bundle-assembly

### reproduce-research

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@reproduce-research -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/tangle-oss/skills/reproduce-research

### revealjs

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@revealjs -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/presentation-deck-agent/skills/revealjs

### simple-html-pages

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@simple-html-pages -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/simple-html-page-agent/skills/simple-html-pages

### skill-authoring

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@skill-authoring -y
```

Package: tangleml/tangent-shell
Source: https://github.com/tangleml/tangent-shell/tree/HEAD/examples/skill-builder/skills/skill-authoring

### tangle-cli

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@tangle-cli -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/tangle-oss/skills/tangle-cli

### tangle-help

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@tangle-help -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/tangle-oss/skills/tangle-help

### web-research

Official Tangle ML skill from tangleml/tangent-shell.

Install:

```bash
npx skills add tangleml/tangent-shell@web-research -y
```

Package: tangleml/tangent-shell
Source: https://github.com/TangleML/tangent-shell/tree/main/examples/research-assistant/skills/web-research

## tangleml/tangle-ui package overview

Includes 2 official skills: componentyamlformat, tanglebestpractices.

### Top skills in this package

- componentyamlformat: Official Tangle ML skill from tangleml/tangle-ui.
- tanglebestpractices: Official Tangle ML skill from tangleml/tangle-ui.

### Install

Install the full package:

```bash
npx skills add tangleml/tangle-ui -y
```

Install a specific skill:

```bash
npx skills add tangleml/tangle-ui@componentyamlformat -y
```

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

Source: https://github.com/tangleml/tangle-ui#readme
