arfar-x

27 mods across 1 repository, 2 stars between them.

arfar-x/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for arfar-x/agent-skills, covering agent instructions, repo layout and conventions.

2 3d ago A 3,888 tokens

adr

03

arfar-x/agent-skills

Skill Claude CodeCodex

Turns a design decision (with its context, options, and consequences) into a complete Architecture Decision Record (ADR) and saves it under docs/ADRs/ -- never makes the decision itself, only records one already made or being made. Use when the user asks to write/draft an ADR, record a design/architecture decision, or…

2 3d ago A 82 tokens

jira-blockers

04

arfar-x/agent-skills

Skill Claude CodeCodex

Blocking status and reasons for one Jira issue (status flags, unresolved "blocked by" links, flagged comments). Use for "what's blocking PAY-123" or "is PAY-123 blocked".

2 3d ago A 44 tokens

jira-board

05

arfar-x/agent-skills

Skill Claude CodeCodex

What's happening on my board right now -- the active sprint if this is a Scrum project, or the column/status breakdown if it's Kanban. Auto-detects which one applies, so you don't need to know in advance. Use for "what's going on with my board", "what's the current sprint", "how's the board looking" when you're not…

2 3d ago A 84 tokens

jira-create-issue

06

arfar-x/agent-skills

Skill Claude CodeCodex

Creates a new Jira issue -- a parent work item (Story/Bug/Task/Epic) or a subtask under one. Use for "create a bug for X", "add a frontend subtask under PAY-100". This is a write operation gated behind explicit user confirmation.

2 3d ago A 62 tokens

jira-edit-issue

07

arfar-x/agent-skills

Skill Claude CodeCodex

Updates fields (summary, description, labels, assignee, priority, components) on an existing Jira issue or subtask. Use for "rename PAY-123", "reassign PAY-123 to John", "add the Backend label to PAY-101". This is a write operation gated behind explicit user confirmation. For moving an issue between statuses, use…

2 3d ago A 80 tokens

jira-issue-summary

08

arfar-x/agent-skills

Skill Claude CodeCodex

Full context for one Jira issue: fields, comments, worklogs, changelog, and links, as one document. Use for "summarize PAY-123" or "what's the status of PAY-123".

2 3d ago A 50 tokens

jira-issues

09

arfar-x/agent-skills

Skill Claude CodeCodex

Runs an arbitrary JQL search against Jira and returns structured issue results. Use for "find issues where...", "which of my tickets haven't been updated recently", or any query not covered by a more specific Jira skill.

2 3d ago A 47 tokens

jira-kanban-status

10

arfar-x/agent-skills

Skill Claude CodeCodex

Column breakdown and per-column issue counts for a kanban board. Use for "what's on the board", "how many tickets are in review", or any "current sprint" question that turns out to be about a kanban project (no sprints) instead.

2 3d ago A 59 tokens

jira-log

11

arfar-x/agent-skills

Skill Claude CodeCodex

Single entry point for worklog actions on a Jira issue -- logging new time, fixing an existing entry's duration/description/date, or deleting one. Routes to the right underlying action based on what's being asked. Use for "log 2h on PAY-123", "fix that worklog, wrong day", "delete that worklog I logged by mistake".…

2 3d ago C 85 tokens

jira-my-work

12

arfar-x/agent-skills

Skill Claude CodeCodex

Lists unresolved Jira issues assigned to the current user, ordered by priority and recency. Use for "what should I work on next", "what are my open tickets", "summarize my tickets".

2 3d ago A 45 tokens

jira-search-users

13

arfar-x/agent-skills

Skill Claude CodeCodex

Looks up Jira users by name/email fragment and returns their accountid. Use to resolve a person's name (e.g. "John") into the accountid JQL and createissue/editissue need for assignee filters/fields -- never guess or invent an accountid.

2 3d ago A 58 tokens

jira-sprint

14

arfar-x/agent-skills

Skill Claude CodeCodex

Active sprint, board, dates, and goal. Use for "what's the current sprint", "when does this sprint end", "what's the sprint goal".

2 3d ago A 37 tokens

jira-status

15

arfar-x/agent-skills

Skill Claude CodeCodex

Moves a Jira issue to a new status. Use for "move PAY-123 to Review" or "close PAY-123". This is a write operation gated behind explicit user confirmation.

2 3d ago A 40 tokens

jira-track

16

arfar-x/agent-skills

Skill Claude CodeCodex

Tracks what you're working on as the day goes, then turns it into Jira worklogs. Use when someone narrates their work rather than naming one ticket -- "I'm starting on X now", "two bugs came in, took me an hour", "after that I spent 3h on Y", "log my day", "what have I worked on today". Finds the matching issues…

2 3d ago A 99 tokens

jira-triage

17

arfar-x/agent-skills

Skill Claude CodeCodex

Groups unresolved Jira stories/bugs/tasks with their labeled subtasks to determine which ones need frontend work, backend work, or design/Figma readiness, and which ones haven't been broken into subtasks yet and need manual triage. Use for "which tasks have no subtasks yet", "which need frontend vs backend", "which…

2 3d ago A 76 tokens

jira-worklog-delete

18

arfar-x/agent-skills

Skill Claude CodeCodex

Permanently deletes a Jira worklog entry. Use for "delete that worklog", "remove the time I logged on PAY-123 by mistake". This is a destructive write operation gated behind explicit user confirmation.

2 3d ago A 48 tokens

jira-worklog-edit

19

arfar-x/agent-skills

Skill Claude CodeCodex

Updates an existing Jira worklog entry's duration, description, or date. Use for "fix that worklog", "I logged the wrong date, change it to Tuesday", "change the description on that time log". This is a write operation gated behind explicit user confirmation.

2 3d ago A 60 tokens

jira-worklog-report

20

arfar-x/agent-skills

Skill Claude CodeCodex

Aggregate the current user's logged Jira time over a date range, compared against each touched issue's original estimate. Use for "how many hours did I log this week", "how much more than estimated did I work", "what did I get stuck on recently".

2 3d ago A 57 tokens

jira-worklog

21

arfar-x/agent-skills

Skill Claude CodeCodex

Logs time against a Jira issue. Use for "log 2h on PAY-123" or "I spent 30 minutes on PAY-123 today". This is a write operation gated behind explicit user confirmation.

2 3d ago C 47 tokens

jira

22

arfar-x/agent-skills

Skill Claude CodeCodex

High-level Jira assistant. Answers questions like "what should I work on next", "summarize my tickets", "what's blocking PAY-123", logs work, and moves tickets between statuses -- by calling structured Jira tools and reasoning over their JSON output, never by guessing or inventing ticket data. Use whenever the user…

2 3d ago A 84 tokens

mood

23

arfar-x/agent-skills

Skill Claude CodeCodex

Changes the tone/style the agent uses for the rest of the conversation -- neutral, alpha, angry, sarcastic, flatterer, or too-kind. Invoke as "/mood " or in plain language ("be angrier", "roast me", "be an alpha about this", "tone it down", "go back to normal"). Affects delivery only, never substance: never skips a…

2 3d ago A 109 tokens

prd

24

arfar-x/agent-skills

Skill Claude CodeCodex

Turns a feature brief into a complete Product Requirement Document (PRD) and saves it under docs/PRDs/ -- never implements the request, only documents it. Also maintains CURRENTSTATE.md, a minimal navigation map of PRD implementation status. Use when the user asks to write/draft a PRD, spec out a feature, or turn a…

2 3d ago A 119 tokens