Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude/skills/gpui-component-dev/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: gpui-component-dev
description: Contributing to the gpui-component library: creating new UI components, writing component stories, writing component documentation, and writing GitHub PR descriptions. Use when adding a new component to crates/ui, writing a story in crates/story/src/stories, creating docs in the docs/ folder, or writing a PR description for this project.
---

## Navigation

| Topic | File | When to load |
|-------|------|--------------|
| Creating a new component | [new-component.md](references/new-component.md) | Adding new components to `crates/ui/src` |
| Writing stories | [story.md](references/story.md) | Creating examples in `crates/story/src/stories` |
| Writing documentation | [documentation.md](references/documentation.md) | Writing docs in `docs/docs/components/` |
| Writing PR descriptions | [pr-description.md](references/pr-description.md) | GitHub PR descriptions and breaking changes format |
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
name: generate-component-documentation
description: Generate documentation for new components. Use when writing docs, documenting components, or creating component documentation.
---

## Instructions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: new-component
description: Create new GPUI components. Use when building components, writing UI elements, or creating new component implementations.
---
# Creating New Components

**Contents:** [Instructions](#instructions) · [Component Types](#component-types) · [Implementation Steps](#implementation-steps) · [Common Patterns](#common-patterns)

## Instructions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
name: github-pull-request-description
description: Write a description to description GitHub Pull Request.
---

## Description

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
name: generate-component-story
description: Create story examples for components. Use when writing stories, creating examples, or demonstrating component usage.
---

## Instructions

Expand Down
161 changes: 0 additions & 161 deletions .claude/skills/gpui-context/SKILL.md

This file was deleted.

Loading
Loading