← Back to catalog component · agent-skills

Agent Skills

Agent Skills bundle for browser-authenticated Atlassian Jira, Confluence, and Bitbucket automation in SSO-locked organizations.

ID
agent-skills
Kind
component
Owner
aholbreich
Lifecycle
production
Tier
2
System
developer-tools
Domain
agent-automation
Platform
local-dev

Open repository ↗

Tech stack

Languages
javascript
Frameworks
agent-skills
Data
browser-session-cookies
Runtime
chrome-devtools
Tooling
nodepiclaude-codecodex

Documentation

Agent Skills

Agent Skills provides a browser-authenticated write surface for Atlassian environments where API tokens are blocked or impractical. The skills reuse an authenticated Chrome session through DevTools and focus on dry-run-first Jira and Confluence changes.

Responsibilities

  • expose reusable Jira, Confluence, and Bitbucket skills to agent harnesses
  • route operations through a browser-authenticated SSO session
  • make write operations explicit and dry-run friendly
  • support Pi, Claude Code, Codex, OpenClaw, and generic .agents setups

Architecture

flowchart LR
    Agent[Agent harness] --> Skill[Atlassian skill]
    Skill --> Chrome[Authenticated Chrome session]
    Chrome --> Atlassian[Jira / Confluence / Bitbucket]
    Skill --> DryRun[Dry-run output]
    Skill --> Write[Confirmed write]

Source

This entry was generated from the public, non-fork GitHub repository metadata and README content available under aholbreich.

Operations

Dependencies

No dependencies declared.

Quality

No validation issues.