agent-browser-automati…
Automate browser interactions for development testing using Puppeteer MCP
Generate optimized Zed task configuration with intelligent defaults
How it fires
How this command gets triggered: by you, by Claude, or both.
/zed-taskContext preview
What this command does when you run it.
Generate optimized Zed task configuration with intelligent defaults
allowed-tools: Read, Write, Bash(test:*), Bash(eza:*), Bash(fd:*) name: "Zed Task" description: "Generate optimized Zed task configuration with intelligent defaults" author: "wcygan" tags: ["tool"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
STEP 1: Initialize session state
STEP 2: Analyze existing Zed configuration
STEP 3: Generate intelligent task configuration
STEP 4: Optimize task configuration
STEP 5: Create or update tasks.json
STEP 6: Provide usage instructions
STEP 7: Save session state
{
"label": "Run tests",
"command": "deno test",
"cwd": "$ZED_WORKTREE_ROOT",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"env": {
"DENO_NO_PROMPT": "1"
}
}**Test Runner:**
{
"label": "Test current file",
"command": "deno test $ZED_FILE",
"cwd": "$ZED_WORKTREE_ROOT",
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "on_error"
}**Development Server:**
{
"label": "Start dev server",
"command": "deno task dev",
"cwd": "$ZED_WORKTREE_ROOT",
"use_new_terminal": true,
"allow_concurrent_runs": false,
"reveal": "always"
}**Formatter:**
{
"label": "Format file",
"command": "deno fmt $ZED_FILE",
"cwd": "$ZED_WORKTREE_ROOT",
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "never"
}A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies