Claude Code

Account Types:

Type / to get an autocomplete list of commands

Config

# VERCEL
$ npx skills add vercel-labs/agent-skills

# RUBY
$ gem install ruby-lsp
$ claude plugin install ruby-lsp@claude-plugins-official

# PLAYWRIGHT
$ claude mcp add playwright npx @playwright/mcp@latest -s user

# FIGMA
$ claude plugin install figma@claude-plugins-official

$ claude

# SUPERPOWERS
/plugin install superpowers@claude-plugins-official

# SUBAGENTS
> /plugin marketplace add VoltAgent/awesome-claude-code-subagents
> /plugin install voltagent-core-dev
> /plugin install voltagent-lang
> /plugin install voltagent-infra
> /plugin install voltagent-qa-sec
> /plugin install voltagent-data-ai
> /plugin install voltagent-dev-exp
> /plugin install voltagent-biz

# EXPO
> /plugin marketplace add expo/skills
> /plugin install expo-app-design
> /plugin install upgrading-expo
> /plugin install expo-deployment

# CALLSTACK
> /plugin marketplace add callstackincubator/agent-skills
> /plugin install react-native-best-practices@callstack-agent-skills

Add the following to ~/.claude.json:

{
  "mcpServers": {
    "maestro": {
      "command": "maestro",
      "args": [
        "mcp"
      ]
    },
    "playwright": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@playwright/mcp@latest"
      ],
      "env": {}
    }
  }
}

Add the following to ~/.claude/settings.json:

{
  "env": {
    "ENABLE_LSP_TOOL": "1"
  }
}

Reference

MCP

Verify in a given Claude session with /mcp

Extensions