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
27 changes: 27 additions & 0 deletions .claude/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Claude Code Setup

Claude Code skills for MicroShift are available in the
[edge-tooling](https://github.com/openshift-eng/edge-tooling) repository
and are distributed as plugins.

## Installing Plugins

First, add the marketplace:

```
/plugin marketplace add openshift-eng/edge-tooling
```

Then install the plugins you need:

```
/plugin install microshift-ci
/plugin install microshift-dev
/plugin install microshift-release
```

| Plugin | Description |
|---|---|
| `microshift-ci` | CI job analysis, failure triage, and bug creation |
| `microshift-dev` | Development workflows, test generation, and code analysis |
| `microshift-release` | Release version tracking and release note generation |
144 changes: 0 additions & 144 deletions .claude/agents/microshift-add-enhancement.md

This file was deleted.

Loading