jira-custom-fields

jira-custom-fields is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 119 tokens per session (3,245 once invoked), scanned A, a copy of jira-custom-fields, MIT.

A JIRA tool for finding and configuring custom fields, which are extra data fields added to issues. It also checks the fields needed for Agile work such as story points, epics, and sprints.

In plain words
What is it for?
Listing fields, checking project field availability, creating custom fields, configuring Agile fields, and investigating why fields are missing from screens or boards.
Why use it?
It helps diagnose missing fields and configuration problems that can prevent teams from creating or managing issues correctly. Some changes require JIRA administrator access.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Listing fields, checking project field availability, creating custom fields, configuring Agile fields, and investigating why fields are missing from screens or boards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/jira-custom-fields
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.

Any agent
npx skills add ulises-jeremias/agent-toolkit --skill jira-custom-fields
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

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 jira-custom-fields

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-custom-fields/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-custom-fields)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-custom-fields"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-custom-fields/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jira-custom-fields

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-custom-fields"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-custom-fields.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,245 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.1 $0.00119 $0.03245
Opus 5 $0.00060 $0.01622
Sonnet 5 $0.00024 $0.00649
Haiku 4.5 $0.00012 $0.00325

Measured 8d ago against content hash 9c8c4da3923e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jira-custom-fields 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 8d 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.

Origin

This is a copy

91% identical to jira-custom-fields — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/agent-toolkit-complete/.github/skills/jira-custom-fields/SKILL.md · 390 lines

How it starts

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

jira-fields: JIRA Custom Field Management

Manage custom fields and screen configurations in JIRA for Agile and other workflows.

Risk Levels

Operation Risk Notes
List fields - Read-only
Check project fields - Read-only
Configure agile (dry-run) - Preview only
Configure agile ! Can be reconfigured
Create field ! Requires admin; can be deleted

Risk Legend: - Safe, read-only | ! Caution, modifiable | !! Warning, destructive but recoverable | !!! Danger, irreversible

When to use this skill

Use when you need to:

  • List available custom fields in a JIRA instance
  • Check Agile field availability for a specific project
  • Create custom fields (requires admin permissions)
  • Configure projects for Agile workflows (Story Points, Epic Link, Sprint)
  • Diagnose field configuration issues when fields aren't visible

Use when troubleshooting:

  • "Field not found" or "field not available" errors
  • Agile board shows "Story Points field not configured"
  • Missing fields on issue create screen
  • Setting up Scrum in a company-managed project
  • Understanding why team-managed projects behave differently

Use when planning:

  • Migrating from team-managed to company-managed projects
  • Setting up a new Scrum/Kanban board
  • Discovering instance field configuration
  • Auditing or cleaning up custom fields

What this skill does

IMPORTANT: Always use the jira-as CLI. Never run Python scripts directly.

Field Discovery

  • List all custom fields in the JIRA instance
  • Find Agile-specific fields (Story Points, Epic Link, Sprint, Rank)
  • Check which fields are available for a specific project
  • Identify field IDs for use in other scripts

Field Management (Admin)

  • Create new custom fields
  • Configure field contexts for projects
  • Note: Screen configuration requires JIRA admin UI

Project Type Detection

  • Detect if a project is team-managed (next-gen) or company-managed (classic)
  • Provide guidance on field configuration approach based on project type

Read the full file on GitHub · 390 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. 8d ago First seen · 390 lines · 119 tokens per session scan A 9c8c4da3923e

Subscribe to this mod's changes

jira-custom-fields is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (17 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 3,245 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to jira-custom-fields, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

iblai-api-agent-support

Manage an ibl.ai agent's human-support tickets via the platform API — list and filter the tickets users raised with an agent (by agent, requester, status, session), read a ticket's conversation thread, reply as the support team, change ticket status, and close or delete tickets. Use when triaging or responding to…

iblai/api · 79 tokens

github-navigator

GitHub operations via gh CLI. CRITICAL: Use instead of WebFetch for any github.com URL or GitHub repo path like owner/repo. Use when the user asks to inspect repositories, files, issues, pull requests, releases, Actions runs, or repository structure. Use when the user says 'show README', 'list issues', 'check PR'…

arvindand/agent-skills · 107 tokens

breaking-down-work

Decomposes a goal, feature, epic, or deliverable into a structured task tree (tasks, subtasks, checklists) with dependencies in Astravue. Use when the user wants to break down, decompose, or plan out work, turn an epic or feature into tasks, "split this into tasks", scope a deliverable, or build a work breakdown…

AstravueOrg/astravue-mcp-server · 81 tokens

capturing-meeting-actions

Extracts action items from meeting notes, transcripts, or a brain dump and creates them as owned, dated tasks in Astravue. Use when the user pastes meeting notes or a transcript, asks to turn notes or standup discussion into tasks, capture action items, or "make tasks out of this".

AstravueOrg/astravue-mcp-server · 68 tokens

mapping-dependencies

Maps task dependencies in an Astravue project, finds the critical path and blocked work, and detects circular dependencies before any rescheduling. Use when the user asks about dependencies, blockers, what's blocking what, the critical path, or wants to understand or fix the sequencing of a project.

AstravueOrg/astravue-mcp-server · 61 tokens

triaging-overdue-work

Reviews overdue and at-risk tasks in Astravue, assesses why each is slipping, and proposes reschedule, reassign, deprioritize, or close actions before applying them. Use when the user asks what's overdue, behind schedule, slipping, or at risk, wants to catch up on a project, or clean up late work.

AstravueOrg/astravue-mcp-server · 73 tokens