🎯

playwright-testing

🎯Skill

from fcakyon/claude-codex-settings

VibeIndex|
What it does

Generates and runs end-to-end (E2E) web application tests using Playwright, automating browser-based testing workflows and test case creation.

πŸ“¦

Part of

fcakyon/claude-codex-settings(23 items)

playwright-testing

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add fcakyon/claude-codex-settings
Install PluginInstall plugin from marketplace
/plugin install azure-tools@claude-settings # Azure MCP & Skills (40+ services)
Install PluginInstall plugin from marketplace
/plugin install ccproxy-tools@claude-settings # Use any LLM via ccproxy/LiteLLM
Install PluginInstall plugin from marketplace
/plugin install claude-tools@claude-settings # Sync CLAUDE.md + allowlist
Install PluginInstall plugin from marketplace
/plugin install gcloud-tools@claude-settings # GCloud MCP & Skills

+ 13 more commands

πŸ“– Extracted from docs: fcakyon/claude-codex-settings
15Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

Claude Codex Settings Logo

[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hesreallyhim/awesome-claude-code)

[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](#available-plugins)

[![Context7 MCP](https://img.shields.io/badge/Context7%20MCP-Indexed-blue)](https://context7.com/fcakyon/claude-codex-settings)

[![llms.txt](https://img.shields.io/badge/llms.txt-βœ“-brightgreen)](https://context7.com/fcakyon/claude-codex-settings/llms.txt)

My daily battle-tested Claude [Code](https://github.com/anthropics/claude-code)/[Desktop](https://claude.ai/download) and [OpenAI Codex](https://developers.openai.com/codex) setup with skills, commands, hooks, subagents and MCP servers.

[Installation](#installation) β€’ [Plugins](#plugins) β€’ [Configuration](#configuration) β€’ [Statusline](#statusline) β€’ [References](#references)

Installation

> Prerequisites: Before installing, ensure you have Claude Code and required tools installed. See [INSTALL.md](INSTALL.md) for complete prerequisites.

Install agents, commands, hooks, skills, and MCP servers via [Claude Code Plugins](https://docs.claude.com/en/docs/claude-code/plugins) system:

```bash

# Add marketplace

/plugin marketplace add fcakyon/claude-codex-settings

# Install plugins (pick what you need)

/plugin install azure-tools@claude-settings # Azure MCP & Skills (40+ services)

/plugin install ccproxy-tools@claude-settings # Use any LLM via ccproxy/LiteLLM

/plugin install claude-tools@claude-settings # Sync CLAUDE.md + allowlist

/plugin install gcloud-tools@claude-settings # GCloud MCP & Skills

/plugin install general-dev@claude-settings # Code simplifier + utilities

/plugin install github-dev@claude-settings # Git workflow + GitHub MCP

/plugin install linear-tools@claude-settings # Linear MCP & Skills

/plugin install mongodb-tools@claude-settings # MongoDB MCP & Skills (read-only)

/plugin install notification-tools@claude-settings # OS notifications

/plugin install paper-search-tools@claude-settings # Paper Search MCP & Skills

/plugin install playwright-tools@claude-settings # Playwright MCP + E2E skill

/plugin install plugin-dev@claude-settings # Plugin development toolkit

/plugin install slack-tools@claude-settings # Slack MCP & Skills

/plugin install statusline-tools@claude-settings # Session + 5H usage statusline

/plugin install supabase-tools@claude-settings # Supabase MCP & Skills

/plugin install tavily-tools@claude-settings # Tavily MCP & Skills

/plugin install ultralytics-dev@claude-settings # Auto-formatting hooks

```

After installing MCP plugins, run /plugin-name:setup for configuration (e.g., /slack-tools:setup).

Then create symlink for cross-tool compatibility:

```bash

ln -s CLAUDE.md AGENTS.md

```

Restart Claude Code to activate.

Plugins

azure-tools - Azure MCP & Skills

40+ Azure services with Azure CLI authentication. Run /azure-tools:setup after install.

Skills:

  • [azure-usage](./plugins/azure-tools/skills/azure-usage/SKILL.md) - Best practices for Azure
  • [setup](./plugins/azure-tools/skills/setup/SKILL.md) - Troubleshooting guide

Commands:

  • [/azure-tools:setup](./plugins/azure-tools/commands/setup.md) - Configure Azure MCP

MCP: [.mcp.json](./plugins/azure-tools/.mcp.json) | [microsoft/mcp/Azure.Mcp.Server](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server)

ccproxy-tools - Use Claude Code with any LLM

Configure Claude Code to use ccproxy/LiteLLM with Claude Pro/Max subscription, GitHub Copilot, or other providers. Run /ccproxy-tools:setup after install.

Commands:

  • [/ccproxy-tools:setup](./plugins/ccproxy-tools/commands/setup.md) - Configure ccproxy/LiteLLM

Skills:

  • [setup](./plugins/ccproxy-tools/skills/setup/SKILL.md) - Troubleshooting guide

claude-tools - Sync CLAUDE.md + allowlist + context refresh

Commands for syncing CLAUDE.md and permissions allowlist from repository, plus context refresh for long conversations.

Commands:

  • [/load-claude-md](./plugins/claude-tools/commands/load-claude-md.md) - Refresh context with CLAUDE.md instructions
  • [/load-frontend-skill](./plugins/claude-tools/commands/load-frontend-skill.md) - Load frontend design skill from Anthropic
  • [/sync-claude-md](./plugins/claude-tools/commands/sync-claude-md.md) - Sync CLAUDE.md from GitHub
  • [/sync-allowlist](./plugins/claude-tools/commands/sync-allowlist.md) - Sync permissions allowlist

gcloud-tools - GCloud MCP & Skills

Logs, metrics, and traces. Run /gcloud-tools:setup after install.

Skills:

  • [gcloud-usage](./plugins/gcloud-tools/skills/gcloud-usage/SKILL.md) - Best practices for GCloud Logs/Metrics/Traces
  • [setup](./plugins/gcloud-tools/skills/setup/SKILL.md) - Troubleshooting guide

Commands:

  • [/gcloud-tools:setup](./plugins/gcloud-tools/commands/setup.md) - Configure GCloud MCP

MCP: [.mcp.json](./plugins/gcloud-tools/.mcp.json) | [google-cloud/observability-mcp](https://github.com/googleapis/gcloud-mcp)

general-dev - Code simplifier + utilities

Code quality agent and utility hooks.

Agent:

  • [code-simplifier](./plugins/general-dev/agents/code-simplifier.md) - Ensures code follows conventions

Hooks:

  • [enforce_rg_over_grep.py](./plugins/general-dev/hooks/scripts/enforce_rg_over_grep.py) - Suggest ripgrep

github-dev - Git workflow agents + commands

Git and GitHub automation. Run /github-dev:setup after install.

Agents:

  • [commit-creator](./plugins/github-dev/agents/commit-creator.md) - Intelligent commit workflow
  • [pr-creator](./plugins/github-dev/agents/pr-creator.md) - Pull request creation
  • [pr-reviewer](./plugins/github-dev/agents/pr-reviewer.md) - Code review agent

Commands:

  • [/commit-staged](./plugins/github-dev/commands/commit-staged.md) - Commit staged changes
  • [/create-pr](./plugins/github-dev/commands/create-pr.md) - Create pull request
  • [/review-pr](./plugins/github-dev/commands/review-pr.md) - Review pull request
  • [/clean-gone-branches](./plugins/github-dev/commands/clean-gone-branches.md) - Clean deleted branches

linear-tools - Linear MCP & Skills

Issue tracking with OAuth. Run /linear-tools:setup after install.

Skills:

  • [linear-usage](./plugins/linear-tools/skills/linear-usage/SKILL.md) - Best practices for Linear
  • [setup](./plugins/linear-tools/skills/setup/SKILL.md) - Troubleshooting guide

Commands:

  • [/linear-tools:setup](./plugins/linear-tools/commands/setup.md) - Configure Linear MCP

MCP: [.mcp.json](./plugins/linear-tools/.mcp.json) | [Linear MCP Docs](https://linear.app/docs/mcp)

mongodb-tools - MongoDB MCP & Skills

Database exploration (read-only). Run /mongodb-tools:setup after install.

Skills:

  • [mongodb-usage](./plugins/mongodb-tools/skills/mongodb-usage/SKILL.md) - Best practices for MongoDB
  • [setup](./plugins/mongodb-tools/skills/setup/SKILL.md) - Troubleshooting guide

Commands:

  • [/mongodb-tools:setup](./plugins/mongodb-tools/commands/setup.md) - Configure MongoDB MCP

MCP: [.mcp.json](./plugins/mongodb-tools/.mcp.json) | [mongodb-js/mongodb-mcp-server](https://github.com/mongodb-js/mongodb-mcp-server)

notification-tools - OS notifications

Desktop