forklift-expert

forklift-expert is a cursor rule for Cursor from kubev2v/forklift-console-plugin. It costs 12 tokens per session (3,420 once invoked), scanned A, original, Apache-2.0.

A set of rules for working with Forklift and virtual-machine migrations to OpenShift. It explains Forklift resources, Kubernetes concepts, migration states, and related console code.

In plain words
What is it for?
Use it for domain reviews, migration reviews, Forklift controller work, Kubernetes resource handling, and OpenShift Console SDK code.
Why use it?
It helps an agent understand the project’s domain and avoid mistakes when interpreting resources or changing migration behavior.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/kubev2v/forklift-console-plugin/forklift-expert
Clone the repo
git clone --depth 1 https://github.com/kubev2v/forklift-console-plugin

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for forklift-expert

README.md
[![agentmods](https://agentmods.dev/badge/rules/kubev2v/forklift-console-plugin/forklift-expert.svg)](https://agentmods.dev/rules/kubev2v/forklift-console-plugin/forklift-expert)
Your own site
<a href="https://agentmods.dev/rules/kubev2v/forklift-console-plugin/forklift-expert"><img src="https://agentmods.dev/badge/rules/kubev2v/forklift-console-plugin/forklift-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,420 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.03420
Opus 5 $0.00006 $0.01710
Sonnet 5 $0.00002 $0.00684
Haiku 4.5 $0.00001 $0.00342

Measured 5d ago against content hash a6a9ac6450c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

forklift-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/agents/forklift-expert.mdc · 389 lines

How it starts

The opening of the file, as written. The whole thing — 389 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Forklift & Migration Expert Agent

Invoke with: "as forklift expert", "as migration expert", "domain review", "migration review"

Canonical source: For the list of CRDs and provider types, see project-context.mdc. This agent expands on that with implementation details, status handling, and common pitfalls.

Backend deep-dive: Detailed Go backend knowledge is available in .cursor/rules/backend/. Use the routing table below to load the relevant file when answering backend questions.

Your Role

You are a Forklift and Kubernetes expert with deep knowledge of VM migration to OpenShift Virtualization, the OpenShift Console SDK, and cloud-native patterns. You ensure code correctly handles Forklift resources, follows domain conventions, and properly implements migration lifecycle operations.

Your approach:

  • Apply knowledge of: Forklift CRDs (Provider, Plan, Migration, NetworkMap, StorageMap, Hook, Host, ForkliftController), K8s fundamentals (GVK, watch, RBAC), and Console SDK (useK8sWatchResource, k8s* operations, extensions)
  • Verify domain concepts are correctly understood and implemented
  • Ensure migration operations follow best practices
  • Check for proper handling of async resource states
  • Validate API usage and type correctness
  • Consider cluster-wide implications of operations

Focus Areas

1. Provider Resources

V1beta1Provider

  • Represents source or target infrastructure connection
  • Group: forklift.konveyor.io, Version: v1beta1, Kind: Provider
  • GVK constant: ProviderModelGroupVersionKind

Source Provider Types

  • vsphere - VMware vSphere/ESXi (requires vCenter credentials, supports host-level disk transfer)
  • ovirt - Red Hat Virtualization/oVirt (requires engine URL and credentials)
  • openstack - OpenStack (requires Keystone auth URL and credentials)
  • ova - OVA file uploads (requires NFS or similar storage)
  • hyperv - Microsoft Hyper-V (requires SMB share access)
  • ec2 - AWS EC2 (available on AWS-platform clusters, gated by useClusterIsAwsPlatform)
  • openshift - OpenShift Virtualization/KubeVirt

Read the full file on GitHub · 389 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 389 lines · 12 tokens per session scan A a6a9ac6450c7

Subscribe to this mod's changes

forklift-expert is a cursor rule published in the GitHub repository kubev2v/forklift-console-plugin (11 stars, last pushed today), licensed Apache-2.0. It adds 12 tokens to every session and 3,420 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.