li-welcome

Inspects Lintel repository setup and selects a first workflow for new sessions.

Updated May 27, 2026
One-click install
npx skills add https://github.com/jokerman89/lintel --skill li-welcome-jokerman89
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: li-welcome
Source: https://github.com/jokerman89/lintel/tree/main/.github/skills/li-welcome
Command: npx skills add https://github.com/jokerman89/lintel --skill li-welcome-jokerman89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When joining a repository that uses Lintel, developers need a quick way to verify the installation is correct and decide which workflow to run first. This Skill inspects the Lintel setup and guides the user to an appropriate starting workflow instead of leaving them to guess. ## Core Features & Use Cases - Setup Inspection: Reads the Copilot adapter contract and checks the Lintel installation state in the current repository. - Workflow Selection: Executes the canonical welcome workflow to recommend a first workflow based on the user's request. - Use Case: A developer clones a repository with Lintel installed, opens it in GitHub Copilot, and runs the welcome skill to confirm the setup works and get directed to the planning workflow for their first task. ## Quick Start Ask the agent to inspect the Lintel setup in this repository and recommend which workflow to start with.

Frequently Asked Questions about li-welcome

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

FAQPage Schema
How do I get started with Lintel in a new repository?▼

Run the li-welcome skill after installing the repository kit with bin/li-copilot init. It inspects the setup and executes the canonical welcome workflow to recommend a first workflow such as li-plan.

What does the li-welcome skill do in GitHub Copilot?▼

It reads the Copilot adapter contract, then runs the canonical welcome workflow for your request. It resolves source resources relative to the canonical skill file and writes outputs to the working repository.

Does li-welcome work with clients other than GitHub Copilot?▼

The skill is designed around the Copilot adapter contract, but Lintel supports the same workflow when teammates use Claude Code or Codex through shared source content and their own adapters.

Why is the li-welcome skill not listed in my Copilot client?▼

The client may not have repository customizations enabled. Enable them in your Copilot client settings, or ask the agent directly to run the welcome workflow as described in the README.

What are the prerequisites for running li-welcome?▼

The target repository must have the Lintel kit installed via bin/li-copilot init and validated with bin/li-copilot check. You need Bash, Git, and Python 3.9 or later for installation.