-
Notifications
You must be signed in to change notification settings - Fork 4k
Skills in subdirectory .agents/skills/ not discovered when git root is a parent directory #9486
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:skillsAgent skills, skill authoring, and skill execution.Agent skills, skill authoring, and skill execution.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-specThe issue is ready for a product and technical spec.The issue is ready for a product and technical spec.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Milestone
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:skillsAgent skills, skill authoring, and skill execution.Agent skills, skill authoring, and skill execution.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-specThe issue is ready for a product and technical spec.The issue is ready for a product and technical spec.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Project skills stored in a
.agents/skills/directory that sits in a subdirectory of the git repo are not discovered by Warp. Skills placed at the repo root work correctly. This contradicts the documented behavior: "For Git repositories, Warp includes all skills from your current directory up through the repository root."Problem
When the working directory is a subfolder of the git repo and
.agents/skills/is located there (not at the repo root), Warp does not surface those skills in the slash command autocomplete or via natural language invocation. Moving.agents/skills/to the repo root makes them discoverable again.Reproduction steps or desired workflow
repo-root/sub-project/./my-skillin the slash command menu — skill does not appear..agents/skills/my-skill/torepo-root/.agents/skills/my-skill/.Expected behavior
Skills in
.agents/skills/at the current working directory (or any ancestor up to the repo root) are discovered and available via slash commands, as documented.Actual behavior
Only skills at the repository root
.agents/skills/are discovered. Skills in a.agents/skills/folder inside a subdirectory of the repo are silently ignored, even when the agent session is started from that subdirectory.Artifacts
None attached.
Warp version
0.2026.04.27.15.32.02
Operating system
macOS
Possible source references
/Users/.../Wakam/— skills placed here ARE discovered/Users/.../Wakam/Pricing/.agents/skills/— 5 skills (spec-gate,implement,implementation-gate,test-implementation,execute-api-call), all with valid YAML frontmatter, NOT discovered when working inPricing/