Frontend Design

Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling

Keith Lazuka
Updated 1/11/2026
v1.0.0
Repository
frontend-design

Files

Toggle any file to view its contents.

Loading files...

Installation

Project Level (Recommended)

1

Create the .claude directory at your project root

mkdir -p .claude
2

Create settings.json

touch .claude/settings.json
3

Add to .claude/settings.json

{
  "marketplaces": [
    "https://github.com/anthropics/anthropic-skills.git"
  ],
  "plugins": [
    "frontend-design@anthropic-skills"
  ]
}

Global Level

1

Open Claude

2

Add or update marketplace

/plugin marketplace add anthropics/anthropic-skills
Or if already added:
/plugin marketplace update anthropic-skills
3

Install plugin

/plugin install frontend-design@anthropic-skills