Conversation
Member
Author
|
@apalha @dtoshniwal I tested the skills with copilot and it is able to load them properly. I don't have Claude though, so can you please confirm that everything is working there too? |
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
2 times, most recently
from
August 11, 2026 07:23
388d609 to
483e047
Compare
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
6 times, most recently
from
August 25, 2026 14:37
a737cbf to
506bf59
Compare
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
2 times, most recently
from
September 2, 2026 07:27
bc4f23c to
ff32d46
Compare
Contributor
|
@dccabanas, the skills work in Claude. We can merge this. |
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
from
September 8, 2026 12:08
ff32d46 to
6fa1d8e
Compare
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
2 times, most recently
from
September 9, 2026 11:16
4c4c0bf to
7b33157
Compare
dccabanas
force-pushed
the
chore/add-ai-configurations
branch
from
September 11, 2026 09:08
7b33157 to
7239f3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr introduces skills to be used by coding agents. (The first commit is unrelated, it's just for some tools that I use.)
The important directory is
.ai. This should contain all the relevant skills to be used by coding agents. The point of this is to avoid having to maintain duplicate versions of the same skills for (Copilot, Claude, etc...).Therefore, we should write
.ai/skill/someskill.md. Then, we run the script.ai/sync.shwhich will populate all the found skills in a format the agents understand. (For example,.claude/skills/someskill/SKILL.md). Same thing for the instructions.I also included
.ai/check.sh, which checks if all the skills are up-to-date with.ai. We can add this as an action to prevent forgetting to update files.Finally, I also populated
.ai/skillswith some skills I think will be useful.