Sign In

@agentskit/skills

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentskit/skills - npm Package Compare versions

Comparing version
0.4.2
to
0.4.3
+8
-3
package.json
{
"name": "@agentskit/skills",
"version": "0.4.2",
"version": "0.4.3",
"description": "Ready-made skills (prompts + behavioral instructions) for AgentsKit agents.",

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"@agentskit/core": "0.4.2"
"@agentskit/core": "1.0.0"
},

@@ -40,7 +40,12 @@ "devDependencies": {

"typescript": "^6.0.2",
"vitest": "^4.1.2"
"vitest": "^4.1.4"
},
"agentskit": {
"stability": "stable",
"stabilityNote": "Pre-built skills — Skill contract v1."
},
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"lint": "tsc --noEmit",

@@ -47,0 +52,0 @@ "dev": "tsup --watch"

# @agentskit/skills
![stability: stable](https://img.shields.io/badge/stability-stable-brightgreen)
Pre-tuned agent personas that work out of the box — skills are what your agent IS, tools are what it CAN DO.

@@ -4,0 +6,0 @@