mk:jira-admin

mk:jira-admin is a skill for Claude Code from ngocsangyem/MeowKit. It costs 112 tokens per session (666 once invoked), scanned A, original, MIT.

A Jira administration tool for managing projects, users, groups, permission schemes, and automation settings. Administrative access is required, and destructive actions need explicit confirmation.

In plain words
What is it for?
Use it to create or manage Jira projects, users, groups, permissions, and automation rules.
Why use it?
It centralizes high-impact Jira administration while adding safeguards around actions that can remove access or data.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: agent in frontmatter.

Good fit Use it to create or manage Jira projects, users, groups, permissions, and automation rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/jira-admin
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 ngocsangyem/MeowKit --skill jira-admin
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

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 mk:jira-admin

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/jira-admin/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/jira-admin)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/jira-admin"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/jira-admin/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 mk:jira-admin

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/jira-admin"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/jira-admin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 666 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 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.1 $0.00112 $0.00666
Opus 5 $0.00056 $0.00333
Sonnet 5 $0.00022 $0.00133
Haiku 4.5 $0.00011 $0.00067

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

Security

Grade A, and why

mk:jira-admin 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.

.claude/skills/jira-admin/SKILL.md · 72 lines

What it actually says

mk:jira-admin

Forks to the jira-admin agent. Highest-blast-radius leaf in the family.

Triggers

  • "create JIRA project"
  • "list users"
  • "delete user USERNAME"
  • "list permission schemes"
  • "create group NAME"
  • "enable automation rule X on PROJ"

Examples

  • Project create: "create project KEY 'Project Name' as Software-Scrum"
  • Project delete (DESTRUCTIVE): "delete project STAGING" → agent enforces 2-step token confirmation: human types literal project key to confirm.
  • User deactivate: "deactivate user alice@..." (preferred over delete — preserves attribution)

Required Permissions

Admin role. Insufficient permission → exit code 3.

DESTRUCTIVE Operations

  • project delete — IRREVERSIBLE
  • user delete — IRREVERSIBLE (use deactivate instead when possible)
  • group delete with members — affects member access globally

The agent enforces 2-step token confirmation for these. The skill triggers them via natural language; the agent never auto-executes without explicit human-typed confirmation.

Limitations

  • 11 sub-domains, ~65 verbs total — see jira-as admin <sub-domain> --help for the authoritative flag list.

See also

  • Agent: ../../agents/jira-admin.md
  • Shared: ../jira/references/{install-and-auth,cli-idioms,safety-framework}.md
  • Domain refs:
    • references/voodoo-constants.md — magic numbers (event IDs, scheme IDs, common custom field IDs) and how to discover yours
  • Peer leaves: mk:jira-fields (field admin overlap; fields create requires admin), mk:jira-jsm (JSM-specific admin lives in jira-jsm). Most users invoke mk:jira-admin once per project setup, then never again.

Gotchas

  • (none yet)
Files

What ships with it

1 file 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. 8d ago First seen · 72 lines · 112 tokens per session scan A 7e4256c0add9

Subscribe to this mod's changes

mk:jira-admin is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 112 tokens to every session and 666 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

jira-administration

Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.

grandcamel/JIRA-Assistant-Skills · 51 tokens

jira-service-management

Complete ITSM/ITIL workflow support for JSM - service desks, requests, SLAs, customers, approvals, knowledge base. Use when managing service desk requests, tracking SLAs, or handling customer operations.

grandcamel/JIRA-Assistant-Skills · 47 tokens

jira-time-tracking

Time tracking, worklogs, and time reports. TRIGGERS: 'log time', 'time spent on', 'log hours', 'log work', 'worklog', 'time tracking', 'timesheet', 'how much time', 'time logged', 'time report', 'export timesheet', 'set estimate', 'remaining estimate', 'original estimate'. Use for time-related queries and operations…

grandcamel/JIRA-Assistant-Skills · 121 tokens

jira-custom-fields

Custom field discovery and configuration. TRIGGERS: 'field ID for', 'what's the field ID', 'what is the field ID', 'list custom fields', 'what fields are available', 'what custom fields', 'show custom fields', 'customfield', 'find field', 'agile fields', 'configure agile fields', 'story points field'. Use for JIRA…

grandcamel/JIRA-Assistant-Skills · 119 tokens

jira-issue-management

Core JIRA issue CRUD - create bugs/tasks/stories, get issue details, update fields, delete issues. TRIGGERS: 'show me [KEY]', 'get issue [KEY]', 'view issue', 'create a bug/task/story', 'update [KEY]', 'delete [KEY]', 'details of [KEY]', 'look up [KEY]', 'what's in [KEY]'. NOT FOR: epics (use jira-agile)…

grandcamel/JIRA-Assistant-Skills · 155 tokens

jira-issue-relationships

Issue linking, blockers, and dependency analysis. TRIGGERS: 'what's blocking', 'what is blocking', 'is blocked by', 'link issues', 'link to', 'blockers for', 'depends on', 'clone issue', 'clone with', 'blocking chain', 'dependency graph', 'show dependencies', 'get blockers', 'relates to', 'duplicates'. Use for issue…

grandcamel/JIRA-Assistant-Skills · 121 tokens