agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Connect Jira and Confluence for project tracking and knowledge search. Use when the user says 'connect Jira', 'hook up Confluence', 'my tickets/board'. Not for a personal task app like Todoist/Things/Trello; use `todoist-setup`/`things-setup`/`trello-setup`.
$ npx -y skills add davekilleen/Dex --skill atlassian-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/atlassian-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Connect Jira and Confluence for project tracking and knowledge search. Use when the user says 'connect Jira', 'hook up Confluence', 'my tickets/board'. Not for a personal task app like Todoist/Things/Trello; use `todoist-setup`/`things-setup`/`trello-setup`.
name: atlassian-setup
description: "Connect Jira and Confluence for project tracking and knowledge search. Use when the user says 'connect Jira', 'hook up Confluence', 'my tickets/board'. Not for a personal task app like Todoist/Things/Trello; use `todoist-setup`/`things-setup`/`trello-setup`."
manifest:
id: atlassian
auth: oauth2
category: project_management
services:
- jira
- confluenceConnect your Jira and Confluence to Dex so your daily plans, project health checks, meeting prep, and weekly reviews get richer context from your Atlassian workspace.
Once connected, Dex can:
---
1. Check `System/integrations/config.yaml` for `atlassian.enabled: true` 2. If enabled, read `System/.atlassian-oauth-token.json` and test the token:
3. If the token is missing, expired, or invalid, continue to Step 2
Say:
**Let's connect Jira and Confluence to Dex.** This uses Atlassian's OAuth flow to securely connect your Atlassian Cloud workspace. No API tokens to manage -- it uses the standard Atlassian authorization flow. **What you'll need:** - An Atlassian Cloud account (e.g., yourcompany.atlassian.net) - Permission to authorize third-party apps (check with your admin if unsure) - About 3 minutes **What gets connected:** - **Jira:** Your assigned issues, sprint status, project health - **Confluence:** Search for docs relevant to meetings and projects (read-only) **Ready to go?**
Wait for confirmation.
Check the user's MCP configuration. If an Atlassian MCP server is not listed:
1. Explain what we're adding:
I need to add the Atlassian connector to your Dex configuration. This uses the official Atlassian Remote MCP server which handles OAuth authentication and provides secure access to your Jira and Confluence data.
2. Add to the user's `.mcp.json`:
{
"atlassian": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://mcp.atlassian.com/v1/sse"]
}
}3. Tell the user the MCP server needs to restart for changes to take effect.
Guide the user through the OAuth flow:
1. The Atlassian MCP server will open a browser window for authorization 2. User logs in to Atlassian and grants access 3. The MCP server stores the token locally
After auth completes, verify:
**If authentication succeeds:**
Connected! I can see your Atlassian workspace: [workspace-name]
**If it fails:**
Hmm, that didn't work. A few things to check: 1. **Are you logged in to Atlassian Cloud?** (Not Server/Data Center -- Cloud only) 2. **Does your account have permission to authorize apps?** Check with your admin 3. **Try the auth flow again** -- sometimes it takes two tries Want to retry?
Retry up to 2 times, then offer to skip and come back later.
If the user has access to multiple Atlassian sites:
You have access to multiple Atlassian sites: 1. acme-corp.atlassian.net 2. acme-sandbox.atlassian.net Which site should Dex connect to?
Save the selected `cloud_id` for API calls.
**Which Jira project should Dex sync with?** This is the project where your tasks and issues live. I'll use it for: - Sprint status in your daily plan - Task sync (if you enable it) - Project health checks **Enter a project key** (e.g., ACME, PROD, ENG) or say "show me what's available"
If they say "show me what's available":
**Want to connect Confluence too?** (Optional) If connected, Dex will search Confluence docs when prepping for meetings -- finding relevant pages shared with attendees or related to your projects. **Enter a space key** (e.g., TEAM, DOCS, KB) or say "skip" or "show me what's available"
If they say "show me what's available":
**How should Dex handle Jira task sync?** When you create tasks in Dex or complete issues in Jira, Dex can keep them in sync. Choose your trust level: 1. **Auto-sync** -- Dex automatically syncs issues and tasks (recommended for personal projects) 2. **Ask each time** -- Dex shows you what changed and asks before syncing 3. **Read-only** -- Dex reads Jira data but never writes back (safest) Which do you prefer? [1/2/3]
Write to `System/integrations/config.yaml` -- update the atlassian section:
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring…
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design…
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills,…