context-init

Creates project workspaces with cloned GitLab repositories, CLAUDE.md, and Confluence/Jira integration.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill context-init-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-init
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/context-init/skills/context-init
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill context-init-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Non-developers like product owners and managers struggle to set up a working project environment with repositories, documentation links, and AI context files. This Skill guides them through workspace creation without requiring SSH keys, Git expertise, or manual configuration. ## Core Features & Use Cases - Guided Workspace Setup: Checks prerequisites (Git, glab CLI, Atlassian MCP), creates a project folder, and clones GitLab repositories using browser-based authentication. - CLAUDE.md Generation: Produces a project configuration file capturing repository inventory, project description, stakeholders, and integration references. - Confluence & Jira Integration: Connects to Atlassian via MCP to link Confluence spaces, key pages, Jira projects, and epics into the project context. - Use Case: A product owner starting a new initiative runs the skill, answers a few questions, and receives a ready-to-use workspace with cloned repos and a CLAUDE.md that lets Claude Code answer questions using their Confluence docs and Jira tickets. ## Quick Start Ask Claude to set up a project context workspace for your new initiative, providing a project name or folder path to begin. ## Quick Start Run the context-init skill and provide a project name to create a fully configured workspace.

Frequently Asked Questions about context-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Claude Code workspace for a new project?

Run the context-init skill with a project name or folder path. It checks prerequisites, creates the workspace directory, clones your GitLab repositories, and generates a CLAUDE.md file with project context for Claude Code.

How to clone GitLab repositories without SSH keys?

Use the glab CLI, which handles GitLab authentication through browser-based OAuth login via glab auth login. The skill uses glab repo clone instead of git clone so non-technical users never need to configure SSH keys or credentials manually.

Can I connect Confluence and Jira to my Claude Code project?

Yes, if the Atlassian MCP server is configured. The skill lists your accessible Confluence spaces and Jira projects, lets you select the relevant ones, and records space keys, page IDs, and project keys in CLAUDE.md.

What happens if the Atlassian MCP is not configured?

The skill degrades gracefully by skipping the Confluence and Jira integration phases. It still completes workspace setup, repository cloning, and CLAUDE.md generation, and offers to show the MCP setup guide if you want those features.

What is the .context-init.json file used for?

It is a marker file storing workspace configuration including project name, absolute path, Atlassian cloud ID, cloned repositories, and Confluence/Jira references. On reruns, the skill detects it and offers to update, replace, or view the existing configuration.