@arthai/agents 1.0.0 → 1.0.3

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 (89) hide show
  1. package/README.md +86 -105
  2. package/VERSION +1 -1
  3. package/bin/cli.js +11 -0
  4. package/compiler.sh +69 -10
  5. package/dist/plugins/canvas/.claude-plugin/plugin.json +4 -2
  6. package/dist/plugins/canvas/{skills/planning/SKILL.md → commands/planning.md} +0 -2
  7. package/dist/plugins/compass/.claude-plugin/plugin.json +4 -2
  8. package/dist/plugins/compass/{skills/planning/SKILL.md → commands/planning.md} +0 -2
  9. package/dist/plugins/counsel/.claude-plugin/plugin.json +4 -2
  10. package/dist/plugins/counsel/{skills/client-discovery/SKILL.md → commands/client-discovery.md} +0 -2
  11. package/dist/plugins/{prime/skills/consulting/SKILL.md → counsel/commands/consulting.md} +0 -2
  12. package/dist/plugins/{prime/skills/deliverable-builder/SKILL.md → counsel/commands/deliverable-builder.md} +0 -2
  13. package/dist/plugins/counsel/{skills/engagement-tracker/SKILL.md → commands/engagement-tracker.md} +0 -2
  14. package/dist/plugins/{prime/skills/market-research/SKILL.md → counsel/commands/market-research.md} +0 -2
  15. package/dist/plugins/{prime/skills/opportunity-map/SKILL.md → counsel/commands/opportunity-map.md} +0 -2
  16. package/dist/plugins/{prime/skills/pitch-generator/SKILL.md → counsel/commands/pitch-generator.md} +0 -2
  17. package/dist/plugins/counsel/{skills/roi-calculator/SKILL.md → commands/roi-calculator.md} +0 -2
  18. package/dist/plugins/counsel/{skills/share/SKILL.md → commands/share.md} +0 -2
  19. package/dist/plugins/{prime/skills/solution-architect/SKILL.md → counsel/commands/solution-architect.md} +0 -2
  20. package/dist/plugins/{prime/skills/templates/SKILL.md → counsel/commands/templates.md} +0 -2
  21. package/dist/plugins/{prime/skills/welcome/SKILL.md → counsel/commands/welcome.md} +0 -2
  22. package/dist/plugins/{prime/skills/wizard/SKILL.md → counsel/commands/wizard.md} +0 -2
  23. package/dist/plugins/cruise/.claude-plugin/plugin.json +4 -2
  24. package/dist/plugins/cruise/{skills/autopilot/SKILL.md → commands/autopilot.md} +0 -2
  25. package/dist/plugins/forge/.claude-plugin/plugin.json +4 -2
  26. package/dist/plugins/{prime/skills/implement/SKILL.md → forge/commands/implement.md} +0 -2
  27. package/dist/plugins/{prime/skills/planning/SKILL.md → forge/commands/planning.md} +0 -2
  28. package/dist/plugins/forge/{skills/pr/SKILL.md → commands/pr.md} +0 -1
  29. package/dist/plugins/{prime/skills/precheck/SKILL.md → forge/commands/precheck.md} +0 -2
  30. package/dist/plugins/forge/{skills/qa/SKILL.md → commands/qa.md} +0 -2
  31. package/dist/plugins/{prime/skills/review-pr/SKILL.md → forge/commands/review-pr.md} +0 -2
  32. package/dist/plugins/prime/.claude-plugin/plugin.json +4 -2
  33. package/dist/plugins/prime/{skills/arth/SKILL.md → commands/arth.md} +0 -2
  34. package/dist/plugins/prime/{skills/autopilot/SKILL.md → commands/autopilot.md} +0 -2
  35. package/dist/plugins/prime/{skills/calibrate/SKILL.md → commands/calibrate.md} +0 -2
  36. package/dist/plugins/prime/{skills/ci-fix/SKILL.md → commands/ci-fix.md} +0 -2
  37. package/dist/plugins/prime/{skills/client-discovery/SKILL.md → commands/client-discovery.md} +0 -2
  38. package/dist/plugins/{counsel/skills/consulting/SKILL.md → prime/commands/consulting.md} +0 -2
  39. package/dist/plugins/prime/{skills/custom-domain/SKILL.md → commands/custom-domain.md} +0 -2
  40. package/dist/plugins/{counsel/skills/deliverable-builder/SKILL.md → prime/commands/deliverable-builder.md} +0 -2
  41. package/dist/plugins/prime/{skills/discord-ops/SKILL.md → commands/discord-ops.md} +0 -1
  42. package/dist/plugins/prime/{skills/engagement-tracker/SKILL.md → commands/engagement-tracker.md} +0 -2
  43. package/dist/plugins/prime/{skills → commands}/explore.md +0 -1
  44. package/dist/plugins/prime/{skills/fix/SKILL.md → commands/fix.md} +0 -2
  45. package/dist/plugins/{forge/skills/implement/SKILL.md → prime/commands/implement.md} +0 -2
  46. package/dist/plugins/prime/{skills/incident/SKILL.md → commands/incident.md} +0 -2
  47. package/dist/plugins/prime/{skills/issue/SKILL.md → commands/issue.md} +0 -1
  48. package/dist/plugins/{counsel/skills/market-research/SKILL.md → prime/commands/market-research.md} +0 -2
  49. package/dist/plugins/{spark/skills/onboard/SKILL.md → prime/commands/onboard.md} +0 -2
  50. package/dist/plugins/{counsel/skills/opportunity-map/SKILL.md → prime/commands/opportunity-map.md} +0 -2
  51. package/dist/plugins/{counsel/skills/pitch-generator/SKILL.md → prime/commands/pitch-generator.md} +0 -2
  52. package/dist/plugins/{forge/skills/planning/SKILL.md → prime/commands/planning.md} +0 -2
  53. package/dist/plugins/prime/{skills/pr/SKILL.md → commands/pr.md} +0 -1
  54. package/dist/plugins/{forge/skills/precheck/SKILL.md → prime/commands/precheck.md} +0 -2
  55. package/dist/plugins/{prism/skills/qa-incident/SKILL.md → prime/commands/qa-incident.md} +0 -2
  56. package/dist/plugins/{prism/skills/qa-learn/SKILL.md → prime/commands/qa-learn.md} +0 -2
  57. package/dist/plugins/prime/{skills/qa/SKILL.md → commands/qa.md} +0 -2
  58. package/dist/plugins/{sentinel/skills/restart/SKILL.md → prime/commands/restart.md} +0 -2
  59. package/dist/plugins/{forge/skills/review-pr/SKILL.md → prime/commands/review-pr.md} +0 -2
  60. package/dist/plugins/prime/{skills/roi-calculator/SKILL.md → commands/roi-calculator.md} +0 -2
  61. package/dist/plugins/prime/{skills/scan/SKILL.md → commands/scan.md} +0 -2
  62. package/dist/plugins/prime/{skills/setup/SKILL.md → commands/setup.md} +0 -2
  63. package/dist/plugins/prime/{skills/share/SKILL.md → commands/share.md} +0 -2
  64. package/dist/plugins/{counsel/skills/solution-architect/SKILL.md → prime/commands/solution-architect.md} +0 -2
  65. package/dist/plugins/prime/{skills/sre/SKILL.md → commands/sre.md} +0 -2
  66. package/dist/plugins/prime/{skills/sync/SKILL.md → commands/sync.md} +0 -1
  67. package/dist/plugins/{counsel/skills/templates/SKILL.md → prime/commands/templates.md} +0 -2
  68. package/dist/plugins/{counsel/skills/welcome/SKILL.md → prime/commands/welcome.md} +0 -2
  69. package/dist/plugins/{counsel/skills/wizard/SKILL.md → prime/commands/wizard.md} +0 -2
  70. package/dist/plugins/prism/.claude-plugin/plugin.json +4 -2
  71. package/dist/plugins/{prime/skills/qa-incident/SKILL.md → prism/commands/qa-incident.md} +0 -2
  72. package/dist/plugins/{prime/skills/qa-learn/SKILL.md → prism/commands/qa-learn.md} +0 -2
  73. package/dist/plugins/prism/{skills/qa/SKILL.md → commands/qa.md} +0 -2
  74. package/dist/plugins/scalpel/.claude-plugin/plugin.json +4 -2
  75. package/dist/plugins/scalpel/{skills/ci-fix/SKILL.md → commands/ci-fix.md} +0 -2
  76. package/dist/plugins/scalpel/{skills/fix/SKILL.md → commands/fix.md} +0 -2
  77. package/dist/plugins/scalpel/{skills/issue/SKILL.md → commands/issue.md} +0 -1
  78. package/dist/plugins/sentinel/.claude-plugin/plugin.json +4 -2
  79. package/dist/plugins/sentinel/{skills/incident/SKILL.md → commands/incident.md} +0 -2
  80. package/dist/plugins/{prime/skills/restart/SKILL.md → sentinel/commands/restart.md} +0 -2
  81. package/dist/plugins/sentinel/{skills/sre/SKILL.md → commands/sre.md} +0 -2
  82. package/dist/plugins/shield/.claude-plugin/plugin.json +4 -2
  83. package/dist/plugins/spark/.claude-plugin/plugin.json +4 -2
  84. package/dist/plugins/spark/{skills/calibrate/SKILL.md → commands/calibrate.md} +0 -2
  85. package/dist/plugins/{prime/skills/onboard/SKILL.md → spark/commands/onboard.md} +0 -2
  86. package/dist/plugins/spark/{skills/scan/SKILL.md → commands/scan.md} +0 -2
  87. package/dist/plugins/spark/{skills/setup/SKILL.md → commands/setup.md} +0 -2
  88. package/package.json +1 -1
  89. package/skills/publish/SKILL.md +218 -0
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: arth
3
3
  description: "Manage Arth services (engine, dashboard, DB) and register projects. Usage: /arth [restart|add|status|fix]"
4
- user-invocable: true
5
- arguments: "<command>"
6
4
  ---
7
5
 
8
6
  # Arth Operations Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: autopilot
3
3
  description: "Autonomous work loop — picks up issues, implements, QAs, PRs. Stops for merge approval."
4
- user-invocable: true
5
- arguments: "<issue_number> <--dry-run>"
6
4
  ---
7
5
 
8
6
  # Autopilot Skill — Autonomous Junior Engineer
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: calibrate
3
3
  description: "Deep-learn a project and configure the full toolkit — scans code patterns, recommends MCP servers/agents/skills/workflows, installs everything. The single entry point for project adaptation. Usage: /calibrate <full|rescan|recommend|status>"
4
- user-invocable: true
5
- arguments: "<full|rescan|recommend|status>"
6
4
  ---
7
5
 
8
6
  # /calibrate — Project Learning & Toolkit Adaptation
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: ci-fix
3
3
  description: "Auto-remediate CI, staging, and production failures. 3-attempt retry with investigation. Discord alert on exhaustion. Usage: /ci-fix [ci|staging|prod] [branch]"
4
- user-invocable: true
5
- arguments: "<mode> <branch>"
6
4
  ---
7
5
 
8
6
  # /ci-fix — Unified Auto-Remediation
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: client-discovery
3
3
  description: "Client discovery and AI readiness assessment. Usage: /client-discovery <client-name> [-- <brief>]"
4
- user-invocable: true
5
- arguments: "<client-name> [-- brief]"
6
4
  ---
7
5
 
8
6
  # Client Discovery & AI Readiness Assessment
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: consulting
3
3
  description: "Run a full AI consulting engagement. Usage: /consulting <client-name> [--phase discovery|assess|propose|design|deliver|track] [-- <brief>]"
4
- user-invocable: true
5
- arguments: "<client-name> [--phase] [-- brief]"
6
4
  ---
7
5
 
8
6
  # AI Consulting Engagement Orchestrator
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: custom-domain
3
3
  description: "Set up, diagnose, or fix custom domain configuration (DNS + app platform + auth + CORS). Commands: setup, check, fix"
4
- user-invocable: true
5
- arguments: "command"
6
4
  ---
7
5
 
8
6
  # Custom Domain Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: deliverable-builder
3
3
  description: "Build client-ready consulting deliverables. Usage: /deliverable-builder <client-name> [--type final-report|status-update|board-deck|implementation-guide|training-plan|change-management|data-strategy]"
4
- user-invocable: true
5
- arguments: "<client-name> [--type]"
6
4
  ---
7
5
 
8
6
  # Deliverable Builder Skill
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: discord-ops
3
3
  description: Reference for Discord ChatOps commands — what can be invoked from Discord and how the system works.
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # /discord-ops — Discord ChatOps Reference
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: engagement-tracker
3
3
  description: "Track consulting engagement progress and milestones. Usage: /engagement-tracker <client-name> [--action status|update|milestone]"
4
- user-invocable: true
5
- arguments: "<client-name> [--action status|update|milestone]"
6
4
  ---
7
5
 
8
6
  # Engagement Tracker Skill
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: explore
3
3
  description: Fast codebase exploration using Haiku. Use for finding files, searching code, understanding structure.
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # Explore Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: fix
3
3
  description: "Formal bug fix pipeline — root cause analysis, scope lock, behavior contract, differential testing, regression proof. Usage: /fix <description|#issue> <--severity critical|high|medium> <--hotfix>"
4
- user-invocable: true
5
- arguments: "<description|#issue> <--severity critical|high|medium> <--hotfix>"
6
4
  ---
7
5
 
8
6
  # /fix — Formal Bug Fix Pipeline
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: implement
3
3
  description: "Spin up an implementation team from a plan. Usage: /implement <feature-name> [--frontend-only] [--backend-only] [--no-redteam] [--redteam-once] [--redteam-strict]"
4
- user-invocable: true
5
- arguments: "<feature-name> <--frontend-only> <--backend-only> <--no-redteam> <--redteam-once> <--redteam-strict>"
6
4
  ---
7
5
 
8
6
  # Implementation Team Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: incident
3
3
  description: "Incident triage orchestrator — classifies severity, diagnoses in parallel, routes to /sre, /ci-fix, or /fix based on evidence. Usage: /incident <description>"
4
- user-invocable: true
5
- arguments: "<description>"
6
4
  ---
7
5
 
8
6
  # /incident — Incident Triage Orchestrator
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: issue
3
3
  description: "Create, close, list, and remind on GitHub issues. Usage: /issue <title>, /issue close #N, /issue list, /issue remind"
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # GitHub Issue Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: market-research
3
3
  description: "Research industry AI adoption, competitors, and trends. Usage: /market-research <client-name> [--focus industry|competitors|trends]"
4
- user-invocable: true
5
- arguments: "<client-name> [--focus industry|competitors|trends]"
6
4
  ---
7
5
 
8
6
  # Market Research Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: onboard
3
3
  description: "Session onboarding — project briefing, work prioritization, and guided setup. Usage: /onboard"
4
- user-invocable: true
5
- arguments: ""
6
4
  ---
7
5
 
8
6
  # Onboard Skill — Session Start Intelligence
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: opportunity-map
3
3
  description: "Map AI opportunities by ROI and effort, recommend target orgs. Usage: /opportunity-map <client-name>"
4
- user-invocable: true
5
- arguments: "<client-name>"
6
4
  ---
7
5
 
8
6
  # AI Opportunity Mapping
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: pitch-generator
3
3
  description: "Generate consulting proposals and pitch documents. Usage: /pitch-generator <client-name> [--format proposal|exec-summary|deck-outline]"
4
- user-invocable: true
5
- arguments: "<client-name> [--format proposal|exec-summary|deck-outline]"
6
4
  ---
7
5
 
8
6
  # Consulting Pitch & Proposal Generator
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: planning
3
3
  description: "Spin up an adversarial planning team for a feature. Usage: /planning <feature-name> [--design] [--gtm] [--fast] [--lite] [-- <brief>]"
4
- user-invocable: true
5
- arguments: "<feature-name> <--design> <--gtm> <--fast> <--lite> <-- brief>"
6
4
  ---
7
5
 
8
6
  # Planning Team Skill
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: pr
3
3
  description: Run QA, create a GitHub PR, and manage post-merge workflow. Never push directly to main.
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # /pr — Ship Code Safely
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: precheck
3
3
  description: "Run local tests before pushing. Catches CI failures locally in 30s instead of 4min round-trip. Usage: /precheck"
4
- user-invocable: true
5
- arguments: ""
6
4
  ---
7
5
 
8
6
  # /precheck — Local CI Before Push
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa-incident
3
3
  description: "Manually create a QA incident from a known issue. Usage: /qa-incident <description>"
4
- user-invocable: true
5
- arguments: "<description>"
6
4
  ---
7
5
 
8
6
  # Create QA Incident
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa-learn
3
3
  description: "Review QA knowledge base stats, prune stale entries, show learning metrics. Usage: /qa-learn [prune]"
4
- user-invocable: true
5
- arguments: "<command>"
6
4
  ---
7
5
 
8
6
  # QA Learning Review
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa
3
3
  description: "Run QA checks. Usage: /qa (commit), /qa full (comprehensive), /qa staging (deployed), /qa prod (read-only)."
4
- user-invocable: true
5
- arguments: "<mode>"
6
4
  ---
7
5
 
8
6
  # Universal QA Framework
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: restart
3
3
  description: "Kill and restart local dev servers. Reads service config from CLAUDE.md. Usage: /restart [service]"
4
- user-invocable: true
5
- arguments: "<service>"
6
4
  ---
7
5
 
8
6
  # Restart Servers Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: review-pr
3
3
  description: "Differentiated PR review — bug fix vs feature. Scope compliance, regression tests, behavior contract, knowledge base lookup. Uses built-in code review + project-specific checks. Usage: /review-pr <#N|branch> <--type bug|feature>"
4
- user-invocable: true
5
- arguments: "<#N|branch> <--type bug|feature>"
6
4
  ---
7
5
 
8
6
  # /review-pr — Differentiated PR Review
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: roi-calculator
3
3
  description: "Calculate ROI for AI initiatives with sensitivity analysis. Usage: /roi-calculator <client-name> [--initiative <name>]"
4
- user-invocable: true
5
- arguments: "<client-name> [--initiative <name>]"
6
4
  ---
7
5
 
8
6
  # AI Initiative ROI Calculator
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: scan
3
3
  description: "Scan codebase and auto-populate CLAUDE.md with project context (services, ports, test commands, infrastructure). Usage: /scan [section]"
4
- user-invocable: true
5
- arguments: "<section>"
6
4
  ---
7
5
 
8
6
  # Codebase Scanner
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: setup
3
3
  description: "Bootstrap any project from empty repo to deployed app. Modular — run full or target a module. Usage: /setup <module>"
4
- user-invocable: true
5
- arguments: "<module>"
6
4
  ---
7
5
 
8
6
  # /setup — Project Bootstrap
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: share
3
3
  description: "Format plans and strategies for sharing. Adds attribution, cleans sensitive info, outputs shareable format. Usage: /share <plan-name> <--format md|slack|twitter>"
4
- user-invocable: true
5
- arguments: "<plan-name> <--format md|slack|twitter>"
6
4
  ---
7
5
 
8
6
  # Share Skill — Shareable Artifact Generator
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: solution-architect
3
3
  description: "Design AI solutions for consulting engagements. Usage: /solution-architect <client-name> [--initiative <name>]"
4
- user-invocable: true
5
- arguments: "<client-name> [--initiative <name>]"
6
4
  ---
7
5
 
8
6
  # Solution Architect Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: sre
3
3
  description: "Run SRE operations. Usage: /sre [command]. Commands: status, health, logs, deploy-check, ci, sleep, wake, debug, rebuild, dialog"
4
- user-invocable: true
5
- arguments: "<command> <options>"
6
4
  ---
7
5
 
8
6
  # SRE Skill
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: sync
3
3
  description: "Sync claude-agents tooling. Usage: /sync (pull latest), /sync status, /sync push <path> (contribute back)"
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # /sync — Claude Agents Sync
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: templates
3
3
  description: "Generate structured deliverables from templates. Usage: /templates <type> <topic>"
4
- user-invocable: true
5
- arguments: "<type> <topic>"
6
4
  ---
7
5
 
8
6
  Provides structured templates for common non-engineering deliverables. Each template
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: welcome
3
3
  description: "Role-aware welcome for non-engineers. Presents intent-based menu instead of blank terminal. Usage: /welcome"
4
- user-invocable: true
5
- arguments: ""
6
4
  ---
7
5
 
8
6
  # Welcome Skill — Role-Based Intent Router
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: wizard
3
3
  description: "Guided step-by-step workflows for non-engineers. Role-based flows that walk you through common tasks. Usage: /wizard <role> <step>"
4
- user-invocable: true
5
- arguments: "<role> <step>"
6
4
  ---
7
5
 
8
6
  Guided workflows that walk non-engineers through multi-step processes. Each workflow is designed
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "prism",
3
3
  "description": "Deep QA — multi-agent testing, baseline tracking, incident analysis",
4
- "version": "1.0.0",
5
- "author": "Arth AI"
4
+ "version": "1.0.3",
5
+ "author": {
6
+ "name": "Arth AI"
7
+ }
6
8
  }
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa-incident
3
3
  description: "Manually create a QA incident from a known issue. Usage: /qa-incident <description>"
4
- user-invocable: true
5
- arguments: "<description>"
6
4
  ---
7
5
 
8
6
  # Create QA Incident
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa-learn
3
3
  description: "Review QA knowledge base stats, prune stale entries, show learning metrics. Usage: /qa-learn [prune]"
4
- user-invocable: true
5
- arguments: "<command>"
6
4
  ---
7
5
 
8
6
  # QA Learning Review
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: qa
3
3
  description: "Run QA checks. Usage: /qa (commit), /qa full (comprehensive), /qa staging (deployed), /qa prod (read-only)."
4
- user-invocable: true
5
- arguments: "<mode>"
6
4
  ---
7
5
 
8
6
  # Universal QA Framework
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "scalpel",
3
3
  "description": "Surgical bug fixing — targeted fixes, CI repair, issue triage",
4
- "version": "1.0.0",
5
- "author": "Arth AI"
4
+ "version": "1.0.3",
5
+ "author": {
6
+ "name": "Arth AI"
7
+ }
6
8
  }
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: ci-fix
3
3
  description: "Auto-remediate CI, staging, and production failures. 3-attempt retry with investigation. Discord alert on exhaustion. Usage: /ci-fix [ci|staging|prod] [branch]"
4
- user-invocable: true
5
- arguments: "<mode> <branch>"
6
4
  ---
7
5
 
8
6
  # /ci-fix — Unified Auto-Remediation
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: fix
3
3
  description: "Formal bug fix pipeline — root cause analysis, scope lock, behavior contract, differential testing, regression proof. Usage: /fix <description|#issue> <--severity critical|high|medium> <--hotfix>"
4
- user-invocable: true
5
- arguments: "<description|#issue> <--severity critical|high|medium> <--hotfix>"
6
4
  ---
7
5
 
8
6
  # /fix — Formal Bug Fix Pipeline
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: issue
3
3
  description: "Create, close, list, and remind on GitHub issues. Usage: /issue <title>, /issue close #N, /issue list, /issue remind"
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # GitHub Issue Skill
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "sentinel",
3
3
  "description": "Operations and reliability — SRE, incidents, deploy monitoring",
4
- "version": "1.0.0",
5
- "author": "Arth AI"
4
+ "version": "1.0.3",
5
+ "author": {
6
+ "name": "Arth AI"
7
+ }
6
8
  }
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: incident
3
3
  description: "Incident triage orchestrator — classifies severity, diagnoses in parallel, routes to /sre, /ci-fix, or /fix based on evidence. Usage: /incident <description>"
4
- user-invocable: true
5
- arguments: "<description>"
6
4
  ---
7
5
 
8
6
  # /incident — Incident Triage Orchestrator
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: restart
3
3
  description: "Kill and restart local dev servers. Reads service config from CLAUDE.md. Usage: /restart [service]"
4
- user-invocable: true
5
- arguments: "<service>"
6
4
  ---
7
5
 
8
6
  # Restart Servers Skill
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: sre
3
3
  description: "Run SRE operations. Usage: /sre [command]. Commands: status, health, logs, deploy-check, ci, sleep, wake, debug, rebuild, dialog"
4
- user-invocable: true
5
- arguments: "<command> <options>"
6
4
  ---
7
5
 
8
6
  # SRE Skill
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "shield",
3
3
  "description": "Safety guardrails — bash guards, edit protection, session bootstrap",
4
- "version": "1.0.0",
5
- "author": "Arth AI"
4
+ "version": "1.0.3",
5
+ "author": {
6
+ "name": "Arth AI"
7
+ }
6
8
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "spark",
3
3
  "description": "Project setup and onboarding — calibrate, scan, bootstrap",
4
- "version": "1.0.0",
5
- "author": "Arth AI"
4
+ "version": "1.0.3",
5
+ "author": {
6
+ "name": "Arth AI"
7
+ }
6
8
  }
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: calibrate
3
3
  description: "Deep-learn a project and configure the full toolkit — scans code patterns, recommends MCP servers/agents/skills/workflows, installs everything. The single entry point for project adaptation. Usage: /calibrate <full|rescan|recommend|status>"
4
- user-invocable: true
5
- arguments: "<full|rescan|recommend|status>"
6
4
  ---
7
5
 
8
6
  # /calibrate — Project Learning & Toolkit Adaptation
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: onboard
3
3
  description: "Session onboarding — project briefing, work prioritization, and guided setup. Usage: /onboard"
4
- user-invocable: true
5
- arguments: ""
6
4
  ---
7
5
 
8
6
  # Onboard Skill — Session Start Intelligence
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: scan
3
3
  description: "Scan codebase and auto-populate CLAUDE.md with project context (services, ports, test commands, infrastructure). Usage: /scan [section]"
4
- user-invocable: true
5
- arguments: "<section>"
6
4
  ---
7
5
 
8
6
  # Codebase Scanner
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: setup
3
3
  description: "Bootstrap any project from empty repo to deployed app. Modular — run full or target a module. Usage: /setup <module>"
4
- user-invocable: true
5
- arguments: "<module>"
6
4
  ---
7
5
 
8
6
  # /setup — Project Bootstrap
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arthai/agents",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "AI-powered development toolkit for Claude Code — agents, skills, and hooks",
5
5
  "bin": {
6
6
  "arthai": "bin/cli.js"