One-click install
npx skills add https://github.com/crewrig/crewrig --skill init-team-crewrig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-team
Source: https://github.com/crewrig/crewrig/tree/main/artifacts/core/skills/init-team
Command: npx skills add https://github.com/crewrig/crewrig --skill init-team-crewrig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps adopters create a new per-team configuration file without guessing the required structure, sections, or safeguards. It guides the user through collecting the right team details and prevents accidental overwrites of existing files.

Core Features & Use Cases

  • Guided interview: Collects a team’s mission, technology stack, and development practices through conversational prompts.
  • Conformant file generation: Produces a Markdown file that matches the expected config/teams/<TEAM>.md format.
  • Overwrite protection: Detects filename collisions and requires an explicit decision before any replacement.
  • Optional enrichment: Supports additional sections such as rituals, collaboration norms, documentation, issue tracking, and key contacts.

Quick Start

Use the init-team skill to help me create a new team profile for Atlas and generate the correct config/teams/ATLAS.md file.

Frequently Asked Questions about init-team

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

FAQPage Schema
How do I create a team configuration file for onboarding a new development team?

You create a team configuration file through a guided interview that captures the mission, technology stack, and development practices, then writes a conformant Markdown profile to the config/teams directory.

What is the required structure for a per-team context profile?

A per-team context profile is a Markdown file that captures core team details like mission and stack, with optional enrichment sections for rituals, collaboration norms, documentation, issue tracking, and key contacts.

How can I prevent accidental overwrites when adding new team context files?

To prevent accidental overwrites when adding team context files, the generation process detects filename collisions and requires an explicit user decision before replacing any existing configuration.

Can I include operational sections like issue tracking and collaboration norms in my team profile?

Yes, you can include operational sections like issue tracking and collaboration norms in your team profile through optional enrichment during the guided interview process.

What's the best way to capture development practices and technology stack details for a new team?

The best way to capture development practices and technology stack details is a conversational guided interview that prompts for specific team information and generates a structured Markdown file.