What problem does it solve?
Eliminates the friction and security risk of manually configuring Atlassian credentials by guiding users to create an API token, save it securely, and validate access to Jira and Confluence.
Core Features & Use Cases
- Secure credential storage: Instructs how to save ATLASSIAN_EMAIL and ATLASSIAN_TOKEN to ~/.fe-skills/.env with restricted file permissions.
- Token generation guidance: Walks through creating an Atlassian API token and the expected account scopes.
- Optional CLI setup: Shows how to install and configure the jira-cli for ad-hoc terminal use and provides verification commands for both Jira and Confluence.
- Troubleshooting: Lists common failure modes (401s, incorrect instance URL, permission issues) and recovery steps.
Quick Start
Run the atlassian-setup skill to create an API token, save ATLASSIAN_EMAIL and ATLASSIAN_TOKEN into ~/.fe-skills/.env with secure permissions, and verify Jira and Confluence connectivity.