init-expertise

Create expertise role markdown files under config/expertise via guided interview.

20|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/crewrig/crewrig --skill init-expertise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-expertise
Source: https://github.com/crewrig/crewrig/tree/main/artifacts/core/skills/init-expertise
Command: npx skills add https://github.com/crewrig/crewrig --skill init-expertise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps add a new domain expertise profile when the existing catalog does not yet cover a needed role, while preventing accidental overwrites of existing files.

Core Features & Use Cases

  • Guided role creation: Interviews the user to capture a role name, summary, responsibilities or stack, and key practices.
  • Conformant file generation: Produces a correctly structured config/expertise/<ROLE>.md file in the repository’s established format.
  • Collision protection: Checks for existing files first and requires an explicit decision before any overwrite.
  • Use case: A team wants to add expertise guidance for a new Data Engineer role and needs a safe, consistent markdown file created from an interview.

Quick Start

Use the init-expertise skill to help me create a new expertise file for the role Data Engineer.

Frequently Asked Questions about init-expertise

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

FAQPage Schema
How do I create a new role profile markdown file for my repository configuration?

To create a new role profile, this Skill conducts a guided interview to capture the role name, summary, responsibilities, and key practices, then generates a conformant markdown file under the config/expertise directory.

What is the safest way to add a missing expertise file without overwriting existing role profiles?

Adding a missing expertise file safely requires collision protection, which checks for existing files first and requires explicit interactive confirmation before any overwrite occurs during the role generation process.

Can I generate a structured expertise markdown document through an interactive interview process?

Yes, you can generate a structured expertise markdown document through a guided interview that captures role details and outputs a correctly formatted English markdown file for your repository.

What information do I need to provide to generate a domain expertise profile for a new role?

Generating a domain expertise profile requires you to provide a role name, a summary, specific responsibilities or stack guidance, and concrete key practices during the interactive interview.

Does creating a new expertise role file require any external dependencies or components?

No, creating a new expertise role file requires no external dependencies or components, as the Skill operates independently to produce the markdown document through its internal guided interview logic.

When should I use a guided interview to generate role configuration files instead of writing them manually?

You should use a guided interview to generate role configuration files when you need consistent formatting and file safety protection that manual creation cannot easily guarantee for your expertise profiles.