Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .codex/hooks.json

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ __pycache__/
.augment/
.claude/
.codex/
!/.codex/hooks.json
.codebuddy/
.commandcode/
.continue/
Expand Down
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,28 @@

This is the official skills repo — it lets your coding agent set up and manage the gateway through plain English.

## Setup
## Installation

Install the skills:
### Quick Install

Using `npx skills`:

Local (current project):

```bash
npx skills add truefoundry/skills --skill '*' --yes
```

Global (all projects):

```bash
npx skills add truefoundry/skills --skill '*' --yes --global
```

To link skills to a specific agent, for example Claude Code:

```bash
npx skills add truefoundry/skills
npx skills add truefoundry/skills --agent claude-code --skill '*' --yes --global
Comment thread
rachana-tf marked this conversation as resolved.
```

Then open Claude Code, Codex, or Cursor and say:
Expand Down
24 changes: 24 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# TrueFoundry Skills Install

## Installation

### Quick Install

Using `npx skills`:

Local (current project):

```bash
npx skills add truefoundry/skills --skill '*' --yes
```

Global (all projects):

```bash
npx skills add truefoundry/skills --skill '*' --yes --global
```

To link skills to a specific agent, for example Claude Code:

```bash
npx skills add truefoundry/skills --agent claude-code --skill '*' --yes --global
```

Paste this into Claude Code, Codex, Cursor, or any coding agent that can read a URL:

> Read https://raw.githubusercontent.com/truefoundry/skills/main/install.md and follow the instructions to register with TrueFoundry.
Expand Down
Loading
Loading