Skip to content

Commit 70e78ed

Browse files
committed
ai: add playwright skill, drop stale skills
- Remove claude-automation-recommender and supabase-postgres-best-practices - Add includeGitInstructions, spinnerTipsEnabled to settings - Set ENABLE_CLAUDEAI_MCP_SERVERS=false, normalize agent teams flag
1 parent 4cf6cda commit 70e78ed

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

settings/basics.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
"enableAllProjectMcpServers": true,
77
"model": "opus",
88
"includeCoAuthoredBy": false,
9+
"includeGitInstructions": false,
910
"skipDangerousModePermissionPrompt": true,
11+
"spinnerTipsEnabled": true,
1012
"env": {
11-
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
13+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "true",
14+
"ENABLE_CLAUDEAI_MCP_SERVERS": "false",
1215
// Activate MCP tool search when tool definitions exceed 5% of context (default: 10%)
1316
"ENABLE_TOOL_SEARCH": "auto:5"
1417
},

skills/claude-automation-recommender

Lines changed: 0 additions & 1 deletion
This file was deleted.

skills/playwright-skill

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/playwright-skill

skills/supabase-postgres-best-practices

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)