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.
npx agentmods add rules/kubev2v/forklift-console-plugin/forklift-expertgit clone --depth 1 https://github.com/kubev2v/forklift-console-pluginWrote 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.
[](https://agentmods.dev/rules/kubev2v/forklift-console-plugin/forklift-expert)<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>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.
| Model | Per session | Once 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 |
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.
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 byuseClusterIsAwsPlatform)openshift- OpenShift Virtualization/KubeVirt
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.
- 5d ago First seen · 389 lines · 12 tokens per session scan A a6a9ac6450c7
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.
Other cursor rules, from other repositories
aws-ecs
Definitive guidelines for building, deploying, and operating applications on AWS ECS, emphasizing immutable containers, secure secrets management, and robust operational patterns.
cursorrules
Robot control server. Do not move the physical robot without checking health first.
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.