feat: add fuzzing skill

This commit is contained in:
Jet 2026-04-28 15:25:56 -07:00
parent 68be65ed93
commit aab27ee0d0
No known key found for this signature in database
2 changed files with 173 additions and 0 deletions

View file

@ -3,6 +3,7 @@
{
home.file.".agents/skills/check-pr".source = "${homeLib.greptileSkills}/check-pr";
home.file.".agents/skills/greploop".source = "${homeLib.greptileSkills}/greploop";
home.file.".agents/skills/fuzz/SKILL.md".text = builtins.readFile ./skills/fuzz.md;
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json";