setup

Create CLAUDE.md and .claude/devline.local.md from project templates.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Conava/claude-devline --skill setup-conava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Conava/claude-devline/tree/main/skills/setup
Command: npx skills add https://github.com/Conava/claude-devline --skill setup-conava

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The Setup skill automates the initial project setup for CLAUDE Devline by generating a CLAUDE.md with the clarification protocol and a minimal devline.local.md from templates, reducing onboarding friction.

Core Features & Use Cases

  • Automatically creates CLAUDE.md in the project root with non-obvious context and workflow orchestration.
  • Generates a minimal .claude/devline.local.md with non-default settings using provided templates.
  • Uses assets/templates to guide interactive setup and ensure consistent structure across projects.

Quick Start

Run the setup action in your project to generate CLAUDE.md and a minimal devline.local.md using the built-in templates.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up a CLAUDE.md project initialization file?

To set up a CLAUDE.md project initialization file, run the setup action to automatically generate a root-level CLAUDE.md containing the clarification protocol and workflow orchestration from built-in templates.

What is a devline.local.md configuration and when do I need it?

A devline.local.md configuration stores non-default settings for Claude Devline integrations. You need it when initializing new projects to ensure consistent protocol structure and localized workflow behavior across your codebase.

How do I create a CLAUDE.md template for a new Devline integration?

You create a CLAUDE.md template by running the setup action, which applies the protocol template located in assets/claude-md-template.md to interactively guide creation of non-obvious context and workflow files at your project root.

Can I use the setup pipeline for existing Claude Devline projects?

The setup pipeline specifically applies to new Claude Devline integrations across projects. It automates initial project setup by writing CLAUDE.md at the project root and a minimal .claude/devline.local.md file using provided templates.

Do I need any dependencies to run the Devline project setup?

No external dependencies are required to run the Devline project setup. It relies solely on built-in template assets to generate the necessary CLAUDE.md and .claude/devline.local.md files for your project initialization.

What is the best way to automate CLAUDE.md and devline.local.md generation?

The best way to automate CLAUDE.md and devline.local.md generation is using a template-driven setup pipeline that writes both files simultaneously, reducing onboarding friction and ensuring consistent structure across new projects.