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 skills/kubev2v/forklift-console-plugin/types-updatenpx skills add kubev2v/forklift-console-plugin --skill types-updategit 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/skills/kubev2v/forklift-console-plugin/types-update)<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>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.00091 | $0.05493 |
| Opus 5 | $0.00046 | $0.02746 |
| Sonnet 5 | $0.00018 | $0.01099 |
| Haiku 4.5 | $0.00009 | $0.00549 |
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.
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 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
ghCLI authenticated with access tokubev2v/forklift-console-types- User's fork of
kubev2v/forklift-console-typescloned locally (or clonable) ~/.jira-credsconfigured (see~/.cursor/rules/jira-api.mdc)curl,jq,npm,node >= 20installed- Java runtime (required by
openapi-generator-cliin the types repo) - Types package depends on
@openshift/api-types(installed vianpm ciin the types repo). After every generation update, runnpm 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):
- Always use
required_permissions: ["all"]on every Shell call whoseworking_directoryis the types repo. - 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. - Batch operations — combine multiple related edits into a single Shell call when possible to minimise approval prompts.
- 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
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.
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.
- 4d ago First seen · 567 lines · 91 tokens per session scan A 67426fe3b2ae
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.
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.
bootstrap-prd
Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.
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.…
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…
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.
github
Use this skill when Enoch needs to coordinate work with GitHub: branches, pull requests, issues, reviews, comments, checks, and merges.