You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Install AgentSystem essentials skills into any project — works with Claude Code, the Claude Agent SDK, or any tool that reads SKILL.md files.",
"type": "module",
"bin": {
"agentsystem-essentials": "cli/index.js"
},
"files": [
"cli",
"plugins",
".claude-plugin"
],
"engines": {
"node": ">=18"
},
"scripts": {
"release": "npm publish --access public",
"release:patch": "npm version patch && npm publish --access public && git push --follow-tags",
"release:minor": "npm version minor && npm publish --access public && git push --follow-tags",
"release:major": "npm version major && npm publish --access public && git push --follow-tags"