Improve init skill installation and pipeline cookbooks#43
Improve init skill installation and pipeline cookbooks#43Michailbul wants to merge 5 commits intovargHQ:mainfrom
Conversation
|
|
||
| when using the agent in this repo: | ||
|
|
||
| - ask for confirmation before any command that triggers paid api calls |
There was a problem hiding this comment.
that makes sense, but it will slow down production use -- do you think there's another way we can fix it?
There was a problem hiding this comment.
this is the sdk documentation, not a skill -- we will migrate it to the website
|
|
||
| ```bash | ||
| bunx vargai hello | ||
| bun run src/init.ts |
There was a problem hiding this comment.
remotion no longer exists in this repo! we removed it some time ago
| ), | ||
| }; | ||
|
|
||
| function resolveCodexHome(cwd: string): string { |
There was a problem hiding this comment.
we have a separate repo for skills, https://github.com/vargHQ/skills/
basically should work like this:
npx add-skill vargHQ/skills --skill media-generationThere was a problem hiding this comment.
oh, that makes sense
There was a problem hiding this comment.
probably we need to remove all skills in this repo, in favour of https://github.com/vargHQ/skills/
caffeinum
left a comment
There was a problem hiding this comment.
too many changes, please split into smaller PRs:
- documentation fixes
- code fixes
- codex support
Problem
weren’t packaged.
What this does