project-operations

Automate project setup and management in CCPM with specialized agents.

9|1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/duongdev/ccpm --skill project-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-operations
Source: https://github.com/duongdev/ccpm/tree/main/skills/project-operations
Command: npx skills add https://github.com/duongdev/ccpm --skill project-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill handles project setup, configuration, detection, and multi-project management using an agent-first approach to minimize token usage and friction.

Core Features & Use Cases

  • Agent-first operations: Specialized agents for detection, configuration, and context management.
  • Monorepo & subdirectories: Configure multi-project contexts and subproject detection patterns.
  • Templates & validation: Pre-built templates and configuration validation with actionable fixes.

Quick Start

Let's set up a new project: /ccpm:project:add my-app --template fullstack-with-jira

Frequently Asked Questions about project-operations

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

FAQPage Schema
How do I set up a new project with templates and validation?

Project setup automates initialization using pre-built templates and validates configuration against technical requirements. Use the `/ccpm:project:add` command with a template flag—for example, `--template fullstack-with-jira`—to scaffold a new project with templated architecture and validation rules applied automatically.

Can I manage multiple projects and subdirectories in a monorepo?

Monorepo and subdirectory management detects and configures multi-project contexts automatically. The Skill coordinates specialized agents to identify subproject patterns, load configurations per project, and switch active project context, minimizing manual coordination across subdirectories.

What happens when project configuration validation fails?

Configuration validation provides actionable error fixes rather than silent failures. When validation detects issues, the Skill returns specific corrections so you can resolve functional and technical requirement violations without trial-and-error debugging.

How does agent-based project orchestration reduce token usage?

Agent-first operations delegate detection, configuration, and context management to specialized agents that work in parallel. This reduces redundant processing and context switching, minimizing total token consumption across multi-project operations.

Can I retrieve project information across multiple active projects?

Project information retrieval works across multi-project environments by maintaining context detection and configuration loading for each active project. Query any project's metadata, structure, or configuration state without manual context switching.

Do I need existing configuration files to initialize a new project?

Templates eliminate the need for pre-existing configurations. The Skill provides templated architecture guides and generates validated configuration automatically during project creation, so you start with a complete, ready-to-use setup.