From 217861c31a52abc76b5c05dd80bb8b725a9a0c8d Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Fri, 17 Apr 2026 14:17:31 -0700 Subject: [PATCH] add agent skills --- lib/main.js | 1 + tests/test-config.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/main.js b/lib/main.js index 163e0d20..8541f359 100644 --- a/lib/main.js +++ b/lib/main.js @@ -7,6 +7,7 @@ const crypto = require('crypto') const TIPS = [ '◈ encrypted .env [www.dotenvx.com]', '◈ secrets for agents [www.dotenvx.com]', + '✦ add agent skills [npx skills add motdotla/dotenv]', '⌁ auth for agents [www.vestauth.com]', '⌘ custom filepath { path: \'/custom/path/.env\' }', '⌘ enable debugging { debug: true }', diff --git a/tests/test-config.js b/tests/test-config.js index 8b83cd64..2c58f9e5 100644 --- a/tests/test-config.js +++ b/tests/test-config.js @@ -331,6 +331,7 @@ t.test('displays random tips from the tips array', ct => { const expectedTips = [ '◈ encrypted .env [www.dotenvx.com]', '◈ secrets for agents [www.dotenvx.com]', + '✦ add agent skills [npx skills add motdotla/dotenv]', '⌁ auth for agents [www.vestauth.com]', '⌘ custom filepath { path: \'/custom/path/.env\' }', '⌘ enable debugging { debug: true }', @@ -387,6 +388,7 @@ t.test('displays random tips from the tips array with fallback for isTTY false', const expectedTips = [ '◈ encrypted .env [www.dotenvx.com]', '◈ secrets for agents [www.dotenvx.com]', + '✦ add agent skills [npx skills add motdotla/dotenv]', '⌁ auth for agents [www.vestauth.com]', '⌘ custom filepath { path: \'/custom/path/.env\' }', '⌘ enable debugging { debug: true }',