Skip to content

feat: add support for .agents/skills directory for project skills#788

Merged
srtab merged 2 commits intomainfrom
feat/support-agents-skills-dir
Feb 4, 2026
Merged

feat: add support for .agents/skills directory for project skills#788
srtab merged 2 commits intomainfrom
feat/support-agents-skills-dir

Conversation

@daiv-agent
Copy link
Contributor

@daiv-agent daiv-agent bot commented Feb 4, 2026

This PR adds support for the .agents/skills directory as an additional location to host project-specific agent skills. It updates constants, documentation, and tests to recognize and load skills from this new directory alongside existing ones.

Key Changes:

  • Added .agents/skills path to the list of skill sources in constants.py.
  • Updated README and documentation to mention .agents/skills as a valid skills directory.
  • Modified skills middleware tests to verify discovery of skills from .agents/skills along with other skill directories.
  • Updated changelog to document the new .agents/skills support.

Closes: #787

⚠️ DAIV can make mistakes. Please review the changes and merge the MR if everything looks good.


💡 Instructions for the reviewer:

  • 💬 DAIV will address comments for you in the following ways:

    • Open a discussion on the merge request overview and mention @daiv-agent;
    • Leave comments on the files and mention @daiv-agent;
    • Leave comments on specific lines of the file and mention @daiv-agent.
  • 📝 Edit the original issue (Support .agents/skills dir alias #787) to get DAIV to recreate the MR from scratch.

@daiv-agent daiv-agent bot added the daiv Delegate issues to DAIV agent label Feb 4, 2026
@srtab
Copy link
Owner

srtab commented Feb 4, 2026

@daiv-agent fix the pipeline

@daiv-agent
Copy link
Contributor Author

daiv-agent bot commented Feb 4, 2026

Fixed the pipeline - formatting error in the test file has been corrected. All linting checks and tests now pass.

@srtab srtab merged commit 9706dde into main Feb 4, 2026
7 checks passed
@srtab srtab deleted the feat/support-agents-skills-dir branch February 4, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

daiv Delegate issues to DAIV agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support .agents/skills dir alias

1 participant