About Coding agents integration #3338
Closed
Melissari1997
started this conversation in
Ideas
Replies: 4 comments 2 replies
|
Ok, I think we have the same idea looking at #3336 😄 |
0 replies
|
@Melissari1997 Do you think it would be good to have 1 repo...like, |
0 replies
|
I think I’d put everything in a single |
1 reply
|
@Melissari1997 Hey this has been merged and I've added documentation to CONTRIBUTING.md and AI_POLICY.md to point people towards the skills directory |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@brendancol
Right now we have support for various coding agents. Each one implements the syntax required for use with the chosen coding agent, since each one has a slightly different way of writing commands.
I wonder if it might be useful to have a separate repository containing all the skills, rules, and commands organized by coding agent.
That way, we could ensure that each developer can install only the ones they need (for example, by running “
uv add xarray-spatial-skills --cursor”).What do you think? This is probably something for after the 1.0.0 release.
All reactions