Skip to content

chore: add ai configurations - #406

Draft
dccabanas wants to merge 2 commits into
devfrom
chore/add-ai-configurations
Draft

dccabanas wants to merge 2 commits into
devfrom
chore/add-ai-configurations

Conversation

@dccabanas

Copy link
Copy Markdown
Member

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.sh which 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/skills with some skills I think will be useful.

@dccabanas
dccabanas requested review from apalha and dtoshniwal August 4, 2026 13:42
@dccabanas dccabanas self-assigned this Aug 4, 2026
@dccabanas dccabanas changed the title Chore/add ai configurations chore: add ai configurations Aug 4, 2026
@dccabanas

dccabanas commented Aug 4, 2026

Copy link
Copy Markdown
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
dccabanas force-pushed the chore/add-ai-configurations branch 2 times, most recently from 388d609 to 483e047 Compare August 11, 2026 07:23
@dccabanas
dccabanas force-pushed the chore/add-ai-configurations branch 6 times, most recently from a737cbf to 506bf59 Compare August 25, 2026 14:37
@dccabanas
dccabanas force-pushed the chore/add-ai-configurations branch 2 times, most recently from bc4f23c to ff32d46 Compare September 2, 2026 07:27
@apalha

apalha commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

@dccabanas, the skills work in Claude. We can merge this.

@dccabanas
dccabanas force-pushed the chore/add-ai-configurations branch from ff32d46 to 6fa1d8e Compare September 8, 2026 12:08
@apalha

apalha commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This is the updated skill Claude advises for: Mantis.jl/.claude/skills/docmodules/

SKILL.md

@dccabanas
dccabanas force-pushed the chore/add-ai-configurations branch 2 times, most recently from 4c4c0bf to 7b33157 Compare September 9, 2026 11:16
@dccabanas
dccabanas force-pushed the chore/add-ai-configurations branch from 7b33157 to 7239f3e Compare September 11, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants