Skip to content

Conversation

@gverma-openai
Copy link
Contributor

@gverma-openai gverma-openai commented Feb 3, 2026

With skills in both personal folders:
image

We load from both places:
image

// `$HOME/.agents/skills` (user-installed skills).
if let Some(home_dir) = home_dir {
roots.push(SkillRoot {
path: home_dir.join(AGENTS_DIR_NAME).join(SKILLS_DIR_NAME),
Copy link
Collaborator

Choose a reason for hiding this comment

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

I slightly prefer using config_folder/../AGENTS_DIR_NAME/SKILLS_DIR_NAME over adding a home_dir dependency, but I don’t feel strongly about it.

@gverma-openai gverma-openai merged commit e24058b into main Feb 3, 2026
51 of 53 checks passed
@gverma-openai gverma-openai deleted the gverma/skills/personal-agents-skills branch February 3, 2026 00:49
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants