Skip to content

Improve init skill installation and pipeline cookbooks#43

Open
Michailbul wants to merge 5 commits intovargHQ:mainfrom
Michailbul:pr/init-skills
Open

Improve init skill installation and pipeline cookbooks#43
Michailbul wants to merge 5 commits intovargHQ:mainfrom
Michailbul:pr/init-skills

Conversation

@Michailbul
Copy link
Copy Markdown
Contributor

Problem

  • init didn’t install skill folders for Claude/Codex and pipeline cookbooks
    weren’t packaged.
  • Skill docs referenced a nonexistent setup script.

What this does

  • Update init to install bundled skills for Claude Code + Codex.
  • Package pipeline cookbooks under skills/vargai-pipeline-cookbooks/.
  • Fix skill setup command docs; ignore cache/output in git.


when using the agent in this repo:

- ask for confirmation before any command that triggers paid api calls
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that makes sense, but it will slow down production use -- do you think there's another way we can fix it?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the sdk documentation, not a skill -- we will migrate it to the website


```bash
bunx vargai hello
bun run src/init.ts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remotion no longer exists in this repo! we removed it some time ago

),
};

function resolveCodexHome(cwd: string): string {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have a separate repo for skills, https://github.com/vargHQ/skills/

basically should work like this:

npx add-skill vargHQ/skills --skill media-generation

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, that makes sense

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably we need to remove all skills in this repo, in favour of https://github.com/vargHQ/skills/

Copy link
Copy Markdown
Contributor

@caffeinum caffeinum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many changes, please split into smaller PRs:

  • documentation fixes
  • code fixes
  • codex support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants