types-update

types-update is a skill for Claude Code, Codex, Cursor from kubev2v/forklift-console-plugin. It costs 91 tokens per session (5,493 once invoked), scanned A, original, Apache-2.0.

A workflow for updating the shared @forklift-ui/types package, which contains reusable type definitions for the project and its upstream systems.

In plain words
What is it for?
Use it to generate and publish a types update, resolve Kubernetes-related conflicts, create the required Jira and GitHub changes, and update the project that uses the package.
Why use it?
It coordinates version discovery, generated types, conflict handling, publishing, consumer updates, and CI checks across multiple repositories.

Skill for Claude CodeCodexCursor

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 skills/kubev2v/forklift-console-plugin/types-update
Any agent
npx skills add kubev2v/forklift-console-plugin --skill types-update
Clone the repo
git clone --depth 1 https://github.com/kubev2v/forklift-console-plugin

Made for: Claude Code, Codex, 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 types-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/kubev2v/forklift-console-plugin/types-update.svg)](https://agentmods.dev/skills/kubev2v/forklift-console-plugin/types-update)
Your own site
<a href="https://agentmods.dev/skills/kubev2v/forklift-console-plugin/types-update"><img src="https://agentmods.dev/badge/skills/kubev2v/forklift-console-plugin/types-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00091 $0.05493
Opus 5 $0.00046 $0.02746
Sonnet 5 $0.00018 $0.01099
Haiku 4.5 $0.00009 $0.00549

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

Security

Grade A, and why

types-update scanned grade A with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check-upstream.sh, scripts/poll-npm.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl`, `jq`, `npm`, `node >= 20` installed
.cursor/skills/types-update/SKILL.md · 567 lines

How it starts

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

Types Update Skill

Updates @forklift-ui/types from upstream sources (Forklift, Kubernetes, KubeVirt, CDI), publishes a new version, and bumps the consumer project.

For conflict resolution rules, Jira payload template, CRD verification, and edge cases see reference.md.

Prerequisites

  • gh CLI authenticated with access to kubev2v/forklift-console-types
  • User's fork of kubev2v/forklift-console-types cloned locally (or clonable)
  • ~/.jira-creds configured (see ~/.cursor/rules/jira-api.mdc)
  • curl, jq, npm, node >= 20 installed
  • Java runtime (required by openapi-generator-cli in the types repo)
  • Types package depends on @openshift/api-types (installed via npm ci in the types repo). After every generation update, run npm run align:k8s-base (see Phase 3e / MTV-6057).

Permissions — Cross-Project File Access

The types repo (forklift-console-types) lives outside the current workspace. The Cursor sandbox blocks writes to paths outside the workspace, which causes repeated permission prompts.

Rules for all phases that touch the types repo (Phases 2.5, 3, 4):

  1. Always use required_permissions: ["all"] on every Shell call whose working_directory is the types repo.
  2. Use Shell for file edits in the types repo — do NOT use the Write or StrReplace tools for files outside the workspace. Instead write files via shell (e.g. cat <<'CONTENT' > path/to/file.ts ... CONTENT). This avoids per-file permission prompts.
  3. Batch operations — combine multiple related edits into a single Shell call when possible to minimise approval prompts.
  4. Phases that only run in the consumer project (this workspace) do not need special permissions.

Workflow

Copy this checklist and track progress:

Types Update Progress:
- [ ] Phase 1: Setup and discovery
- [ ] Phase 2: Create Jira ticket
- [ ] Phase 2.5: Update inventory types from Go source
- [ ] Phase 3: Update generated types in forked repo
- [ ] Phase 3e: Run `npm run align:k8s-base` (mandatory after generation)
- [ ] GATE 1: User approves conflict resolution (if any)
- [ ] Phase 4: Version bump, tracking update, and PR
- [ ] GATE 2: User confirms types PR is merged
- [ ] Phase 5: Create GitHub release and wait for npm publish
- [ ] Phase 6: Update consumer project (forklift-console-plugin)
- [ ] Phase 7: Monitor CI on consumer PR

Read the full file on GitHub · 567 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 567 lines · 91 tokens per session scan A 67426fe3b2ae

Subscribe to this mod's changes

types-update is a skill published in the GitHub repository kubev2v/forklift-console-plugin (11 stars, last pushed 5d ago), licensed Apache-2.0. It adds 91 tokens to every session and 5,493 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

glab-issue

Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management.…

vince-winkintel/gitlab-cli-skills · 89 tokens

sales-ops

Set up and run Airtable-based sales operations and CRM workflows — pipeline management, account and renewal management, deal desk, RFP / tender pipelines, partner CRMs, sales forecasting, vertical CRMs (real estate, mortgage, brokerage, capital markets, public works, nonprofit), and AI-native lean stacks…

Airtable/skills · 164 tokens

jira

Search and manage Jira issues using JQL queries, create/update tickets, and manage workflows. Use when asked to find Jira tickets, check the backlog, manage sprints, track bugs, or work with Atlassian project management.

odyssey4me/agent-skills · 48 tokens

github

Use this skill when Enoch needs to coordinate work with GitHub: branches, pull requests, issues, reviews, comments, checks, and merges.

our-ark/enoch · 0 tokens