Skip to content

Add IBM Bob agent support#335

Merged
quuu merged 2 commits intovercel-labs:mainfrom
caseyg:add-ibm-bob-agent
Mar 31, 2026
Merged

Add IBM Bob agent support#335
quuu merged 2 commits intovercel-labs:mainfrom
caseyg:add-ibm-bob-agent

Conversation

@caseyg
Copy link
Copy Markdown
Contributor

@caseyg caseyg commented Feb 10, 2026

Adds support for IBM Bob.

Changes

  • Add bob to AgentType union in src/types.ts
  • Add IBM Bob agent configuration in src/agents.ts
    • Display name: IBM Bob
    • Project path: .bob/skills/
    • Global path: ~/.bob/skills/
    • Detection path: ~/.bob
  • Update README.md with IBM Bob in supported agents table
  • Update package.json keywords with bob

Testing

  • ✅ All 292 tests passing
  • ✅ Agent validation passed
  • ✅ Code formatted with Prettier
  • ✅ Installation of example skills into IBM Bob tested manually with node src/cli.ts add vercel-labs/agent-skills --agent bob --skill web-design-guidelines

Closes #334

- Add 'bob' to AgentType union in types.ts
- Add IBM Bob agent configuration in agents.ts
  - Project path: .bob/skills/
  - Global path: ~/.bob/skills/
  - Detection path: ~/.bob
- Update README.md with IBM Bob in supported agents table
- Update package.json keywords with 'bob'

Closes vercel-labs#334
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 10, 2026

Someone is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

runkids added a commit to runkids/skillshare that referenced this pull request Feb 11, 2026
- Add IBM Bob agent (global: ~/.bob/skills, project: .bob/skills)
- Change Goose project_path from .goose/skills to .agents/skills
  to align with universal agent directory convention
- Update supported target count from 43+ to 44+ across docs

Refs: vercel-labs/skills#335, vercel-labs/skills#333
@quuu
Copy link
Copy Markdown
Collaborator

quuu commented Feb 18, 2026

is there any documentation mentioning bob's support for agentskills?

@quuu quuu mentioned this pull request Feb 18, 2026
@caseyg
Copy link
Copy Markdown
Contributor Author

caseyg commented Mar 3, 2026

Thank @quuu, Bob documentation is not public yet but it follows Roo patterns closely: https://docs.roocode.com/features/skills

@caseyg
Copy link
Copy Markdown
Contributor Author

caseyg commented Mar 20, 2026

@quuu Bob Skills docs are live, here! https://bob.ibm.com/docs/ide/features/skills

Anything else I can help with to get this merged? Thank you!

@chrisarcand
Copy link
Copy Markdown

@quuu Bump; happy to help with anything as well. We'd like to use this tool at IBM (and it sounds like other segments of the company as well) but can't advocate for a tool that doesn't support (as light of a term as that is, given the simple addition here) Bob. Thanks!

@quuu
Copy link
Copy Markdown
Collaborator

quuu commented Mar 31, 2026

Thanks for the reminders! this will be out in skills@1.4.7!

@quuu quuu merged commit 05106ed into vercel-labs:main Mar 31, 2026
2 checks passed
@caseyg caseyg deleted the add-ibm-bob-agent branch March 31, 2026 22:21
caseyg pushed a commit to caseyg/skills that referenced this pull request Mar 31, 2026
…gents

Adds 'bob' as a new agent type with skillsDir '.bob/skills', matching
the upstream PR vercel-labs#335 merge. Includes tests verifying that installing
with the bob agent flag places skills in .bob/skills (symlink and copy
modes) and that the canonical copy remains in .agents/skills.

https://claude.ai/code/session_01SJrqN54Bss35VnCnkPFuMw
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.

[Agent]: IBM Bob

3 participants