chore: update skill files

This commit is contained in:
Pavel Feldman
2026-02-06 10:27:20 -08:00
parent 3ed6f7558a
commit 4fafcccadd
4 changed files with 118 additions and 93 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ async function main() {
// 3. Move generated skills into the existing skills folder
console.log('\n=== Updating skills folder ===\n');
const generatedSkillsDir = path.join(rootDir, '.claude', 'skills', 'playwright');
const generatedSkillsDir = path.join(rootDir, '.claude', 'skills', 'playwright-cli');
const targetSkillsDir = path.join(skillsDir, 'playwright-cli');
try {