holycodex 0.16.3 → 0.16.4-dev.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +23 -5
  2. package/dist/agent.js +142 -0
  3. package/dist/assets/plugin/plugin.json +2 -2
  4. package/dist/assets/plugin/skills/code-review/SKILL.md +5 -12
  5. package/dist/assets/plugin/skills/code-review/agents/openai.yaml +1 -1
  6. package/dist/assets/plugin/skills/commit/SKILL.md +23 -7
  7. package/dist/assets/plugin/skills/commit/agents/openai.yaml +1 -1
  8. package/dist/assets/plugin/skills/compress/SKILL.md +4 -6
  9. package/dist/assets/plugin/skills/compress/agents/openai.yaml +1 -1
  10. package/dist/assets/plugin/skills/context7-cli/SKILL.md +4 -10
  11. package/dist/assets/plugin/skills/context7-cli/agents/openai.yaml +1 -1
  12. package/dist/assets/plugin/skills/debugging/SKILL.md +4 -18
  13. package/dist/assets/plugin/skills/debugging/agents/openai.yaml +1 -1
  14. package/dist/assets/plugin/skills/grill-me/SKILL.md +21 -0
  15. package/dist/assets/plugin/skills/grill-me/agents/openai.yaml +6 -0
  16. package/dist/assets/plugin/skills/handoff/SKILL.md +5 -6
  17. package/dist/assets/plugin/skills/handoff/agents/openai.yaml +2 -2
  18. package/dist/assets/plugin/skills/operations/SKILL.md +11 -0
  19. package/dist/assets/plugin/skills/operations/agents/openai.yaml +6 -0
  20. package/dist/assets/plugin/skills/plan/SKILL.md +6 -9
  21. package/dist/assets/plugin/skills/plan/agents/openai.yaml +1 -1
  22. package/dist/assets/plugin/skills/plan-review/SKILL.md +5 -7
  23. package/dist/assets/plugin/skills/plan-review/agents/openai.yaml +1 -1
  24. package/dist/assets/plugin/skills/programming/SKILL.md +4 -7
  25. package/dist/assets/plugin/skills/programming/agents/openai.yaml +1 -1
  26. package/dist/assets/plugin/skills/refactor/SKILL.md +4 -7
  27. package/dist/assets/plugin/skills/refactor/agents/openai.yaml +1 -1
  28. package/dist/assets/plugin/skills/rules/SKILL.md +4 -6
  29. package/dist/assets/plugin/skills/rules/agents/openai.yaml +1 -1
  30. package/dist/assets/plugin/skills/stop-slop/SKILL.md +5 -34
  31. package/dist/assets/plugin/skills/stop-slop/agents/openai.yaml +1 -1
  32. package/dist/assets/plugin/skills/testing-quality.md +10 -26
  33. package/dist/assets/plugin/skills/writing-for-agents/SKILL-MECHANICS.md +6 -16
  34. package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +29 -40
  35. package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +1 -1
  36. package/dist/index.js +103 -57
  37. package/package.json +8 -5
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Writing for agents"
3
3
  short_description: "Design compact, independently actionable agent instructions."
4
- default_prompt: "When Root prepares a delegation or agent-facing instruction, ensure this skill is loaded and applied in the current context, then write or review a compact contract with behavior, authority, evidence, escalation, and completion."
4
+ default_prompt: "Open the agent-instruction authoring workflow for this invocation."
5
5
  policy:
6
6
  allow_implicit_invocation: true