@neyugn/agent-kits 0.5.1 → 0.5.4

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 (75) hide show
  1. package/common/skills/filter-agent/SKILL.md +33 -45
  2. package/common/skills/filter-skill/SKILL.md +51 -73
  3. package/common/skills/scan-techstack/SKILL.md +30 -36
  4. package/kits/coder/agents/ai-engineer.md +27 -39
  5. package/kits/coder/agents/backend-specialist.md +31 -45
  6. package/kits/coder/agents/cloud-architect.md +31 -45
  7. package/kits/coder/agents/code-reviewer.md +45 -67
  8. package/kits/coder/agents/data-engineer.md +22 -32
  9. package/kits/coder/agents/database-specialist.md +30 -44
  10. package/kits/coder/agents/debugger.md +28 -42
  11. package/kits/coder/agents/devops-engineer.md +35 -53
  12. package/kits/coder/agents/documentation-writer.md +48 -68
  13. package/kits/coder/agents/frontend-specialist.md +30 -46
  14. package/kits/coder/agents/i18n-specialist.md +37 -51
  15. package/kits/coder/agents/integration-specialist.md +38 -54
  16. package/kits/coder/agents/mobile-developer.md +37 -53
  17. package/kits/coder/agents/multi-tenant-architect.md +25 -37
  18. package/kits/coder/agents/orchestrator.md +20 -32
  19. package/kits/coder/agents/performance-analyst.md +43 -65
  20. package/kits/coder/agents/project-planner.md +25 -39
  21. package/kits/coder/agents/queue-specialist.md +26 -38
  22. package/kits/coder/agents/realtime-specialist.md +44 -64
  23. package/kits/coder/agents/security-auditor.md +44 -64
  24. package/kits/coder/agents/test-engineer.md +30 -44
  25. package/kits/coder/agents/ux-researcher.md +26 -38
  26. package/kits/coder/rules/AGENTS.md +3 -1
  27. package/kits/coder/rules/CLAUDE.md +3 -1
  28. package/kits/coder/rules/CURSOR.md +8 -1
  29. package/kits/coder/rules/GEMINI.md +6 -1
  30. package/kits/coder/rules/OPENCODE.md +3 -1
  31. package/kits/coder/rules/sections/classifier.md +11 -7
  32. package/kits/coder/rules/sections/code.md +5 -4
  33. package/kits/coder/rules/sections/routing.md +10 -2
  34. package/kits/coder/rules/sections/universal.md +2 -0
  35. package/kits/coder/skills/accessibility-patterns/SKILL.md +67 -81
  36. package/kits/coder/skills/ai-rag-patterns/SKILL.md +27 -23
  37. package/kits/coder/skills/api-patterns/SKILL.md +40 -43
  38. package/kits/coder/skills/auth-patterns/SKILL.md +47 -51
  39. package/kits/coder/skills/aws-patterns/SKILL.md +52 -57
  40. package/kits/coder/skills/brainstorming/SKILL.md +26 -23
  41. package/kits/coder/skills/clean-code/SKILL.md +74 -90
  42. package/kits/coder/skills/database-design/SKILL.md +32 -31
  43. package/kits/coder/skills/docker-patterns/SKILL.md +46 -49
  44. package/kits/coder/skills/documentation-templates/SKILL.md +21 -13
  45. package/kits/coder/skills/e2e-testing/SKILL.md +52 -58
  46. package/kits/coder/skills/flutter-patterns/SKILL.md +44 -46
  47. package/kits/coder/skills/frontend-design/SKILL.md +28 -24
  48. package/kits/coder/skills/github-actions/SKILL.md +43 -45
  49. package/kits/coder/skills/gitlab-ci-patterns/SKILL.md +35 -33
  50. package/kits/coder/skills/graphql-patterns/SKILL.md +35 -33
  51. package/kits/coder/skills/i18n-localization/SKILL.md +37 -35
  52. package/kits/coder/skills/kubernetes-patterns/SKILL.md +35 -33
  53. package/kits/coder/skills/mermaid-diagrams/SKILL.md +54 -60
  54. package/kits/coder/skills/mobile-design/SKILL.md +51 -61
  55. package/kits/coder/skills/monitoring-observability/SKILL.md +32 -30
  56. package/kits/coder/skills/multi-tenancy/SKILL.md +16 -8
  57. package/kits/coder/skills/nodejs-best-practices/SKILL.md +19 -14
  58. package/kits/coder/skills/performance-profiling/SKILL.md +31 -29
  59. package/kits/coder/skills/plan-writing/SKILL.md +52 -59
  60. package/kits/coder/skills/postgres-patterns/SKILL.md +39 -39
  61. package/kits/coder/skills/prompt-engineering/SKILL.md +40 -42
  62. package/kits/coder/skills/queue-patterns/SKILL.md +22 -16
  63. package/kits/coder/skills/react-native-patterns/SKILL.md +35 -33
  64. package/kits/coder/skills/react-patterns/SKILL.md +46 -52
  65. package/kits/coder/skills/realtime-patterns/SKILL.md +44 -46
  66. package/kits/coder/skills/redis-patterns/SKILL.md +35 -33
  67. package/kits/coder/skills/security-fundamentals/SKILL.md +45 -46
  68. package/kits/coder/skills/seo-patterns/SKILL.md +56 -62
  69. package/kits/coder/skills/systematic-debugging/SKILL.md +38 -39
  70. package/kits/coder/skills/tailwind-patterns/SKILL.md +21 -13
  71. package/kits/coder/skills/terraform-patterns/SKILL.md +53 -57
  72. package/kits/coder/skills/testing-patterns/SKILL.md +42 -47
  73. package/kits/coder/skills/typescript-patterns/SKILL.md +54 -68
  74. package/kits/coder/skills/ui-ux-pro-max/SKILL.md +362 -364
  75. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neyugn/agent-kits",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "description": "Universal AI Agent Toolkit - Skills, Agents, and Workflows for any AI coding assistant",
5
5
  "type": "module",
6
6
  "bin": {