crew-init

Generate CLAUDE.md, rule files, and scoped permissions for software repositories.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hamzaPixl/pixl-ai --skill crew-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew-init
Source: https://github.com/hamzaPixl/pixl-ai/tree/main/packages/crew/skills/crew-init
Command: npx skills add https://github.com/hamzaPixl/pixl-ai --skill crew-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating CLAUDE.md, rule files, and permission settings for pixl-crew is time‑consuming and error‑prone, especially for new projects.

Core Features & Use Cases

  • Automatic asset generation: Creates CLAUDE.md, rule markdown files, and scoped permission JSON in one command.
  • Project detection: Infers project name from common configuration files or directory name.
  • Optional pixl CLI integration: Leverages existing pixl installation to initialize storage and crew templates.
  • Permission merging: Safely merges new permission entries with existing settings to avoid duplication.

Quick Start

Initialize crew assets in my current project directory.

Frequently Asked Questions about crew-init

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

FAQPage Schema
How do I automatically generate CLAUDE.md and agent permission files for a new project?

To automatically generate CLAUDE.md and agent permission files for a new project, you can initialize crew assets in your software repository. This process creates rule markdown files and scoped permission JSON in one command to configure Claude agents.

What is the best way to set up pixl-crew configuration files without manual errors?

The best way to set up pixl-crew configuration files without manual errors is to use an automated initialization tool. It safely merges new permission entries with existing settings to avoid duplication and infers the project name from directory or configuration files.

Can I use existing pixl CLI installations to initialize crew templates?

Yes, you can use existing pixl CLI installations to initialize crew templates. The initialization process optionally leverages the pixl CLI to set up storage and generate the required crew templates for your AI-enabled project.

How does project detection work when initializing Claude agent rule files?

Project detection for initializing Claude agent rule works by inferring the project name from common configuration files. If configuration files are unavailable, the tool automatically falls back to using the current directory name to bootstrap your assets.

Does initializing crew assets overwrite my existing scoped permission JSON?

No, initializing crew assets does not overwrite existing scoped permission JSON. The tool safely merges new permission entries with your existing settings to avoid duplication and preserve your current Claude agent configurations.