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
6 changes: 0 additions & 6 deletions .changeset/dull-facts-lose.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-phones-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-bugs-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-crabs-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loose-pandas-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-ways-fall.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-bags-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-regions-switch.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
- [oc templates status](commands/oc-templates-status.md)

- [oc templates clear-cache](commands/oc-templates-clear-cache.md)
- **skills**

- [oc skills install](commands/oc-skills-install.md)

- [oc skills update](commands/oc-skills-update.md)

- [oc skills status](commands/oc-skills-status.md)

- [oc skills clear-cache](commands/oc-skills-clear-cache.md)

- [oc serve](commands/oc-serve.md)

Expand Down
21 changes: 21 additions & 0 deletions docs/commands/oc-skills-clear-cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# oc skills clear-cache
>[!NOTE|label:Description]
> #### Clear the skills cache (skills will be re-downloaded on next install).
```term
$ xano oc skills clear-cache [options]
```

### oc skills clear-cache --help
```term
$ xano oc skills clear-cache --help
Clear the skills cache (skills will be re-downloaded on next install).
Usage: xano oc skills clear-cache [options]
Options:
└─ -h, --help display help for command
Run 'xano <command> --help' for detailed usage.
https://github.com/calycode/xano-tools | https://links.calycode.com/discord
```
26 changes: 26 additions & 0 deletions docs/commands/oc-skills-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# oc skills install
>[!NOTE|label:Description]
> #### Install or reinstall Xano skills for AI agents.
```term
$ xano oc skills install [options]
```
### Options

#### -f, --force
**Description:** Force overwrite existing skills

### oc skills install --help
```term
$ xano oc skills install --help
Install or reinstall Xano skills for AI agents.
Usage: xano oc skills install [options]
Options:
├─ -f, --force Force overwrite existing skills
└─ -h, --help display help for command
Run 'xano <command> --help' for detailed usage.
https://github.com/calycode/xano-tools | https://links.calycode.com/discord
```
21 changes: 21 additions & 0 deletions docs/commands/oc-skills-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# oc skills status
>[!NOTE|label:Description]
> #### Show the status of installed skills.
```term
$ xano oc skills status [options]
```

### oc skills status --help
```term
$ xano oc skills status --help
Show the status of installed skills.
Usage: xano oc skills status [options]
Options:
└─ -h, --help display help for command
Run 'xano <command> --help' for detailed usage.
https://github.com/calycode/xano-tools | https://links.calycode.com/discord
```
21 changes: 21 additions & 0 deletions docs/commands/oc-skills-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# oc skills update
>[!NOTE|label:Description]
> #### Update skills by fetching the latest versions from GitHub.
```term
$ xano oc skills update [options]
```

### oc skills update --help
```term
$ xano oc skills update --help
Update skills by fetching the latest versions from GitHub.
Usage: xano oc skills update [options]
Options:
└─ -h, --help display help for command
Run 'xano <command> --help' for detailed usage.
https://github.com/calycode/xano-tools | https://links.calycode.com/discord
```
28 changes: 28 additions & 0 deletions docs/commands/oc-skills.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# oc skills
>[!NOTE|label:Description]
> #### Manage Xano skills for AI agents (database optimization, security, best practices).

```term
$ xano oc skills [options]
```

### oc skills --help
```term
$ xano oc skills --help
Manage Xano skills for AI agents (database optimization, security, best practices).

Usage: xano oc skills [options] [command]

Options:
└─ -h, --help display help for command

Commands:
├─ install Install or reinstall Xano skills for AI agents.
├─ update Update skills by fetching the latest versions from GitHub.
├─ status Show the status of installed skills.
├─ clear-cache Clear the skills cache (skills will be re-downloaded on n...
└─ help display help for command

Run 'xano <command> --help' for detailed usage.
https://github.com/calycode/xano-tools | https://links.calycode.com/discord
```
1 change: 1 addition & 0 deletions docs/commands/oc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Options:
Commands:
├─ init Initialize OpenCode native host integration and configura...
├─ templates Manage OpenCode configuration templates (agents, commands...
├─ skills Manage Xano skills for AI agents (database optimization, ...
├─ serve Serve the OpenCode AI server locally.
└─ help display help for command
Expand Down
Loading