project-commands

Provides build, test, deployment, and data operation commands for the Unify migration project.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/linus-mcmanamey/multi-agent-user-story-development --skill project-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-commands
Source: https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/project-commands
Command: npx skills add https://github.com/linus-mcmanamey/multi-agent-user-story-development --skill project-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates all Make commands, development workflows, Azure operations, and database operations into a single, easy reference. It reduces time spent searching docs and commands, enabling faster builds and deployments.

Core Features & Use Cases

  • Comprehensive Command Reference: Quick lookup for build, test, pipeline, and Azure operations.
  • Standardized Workflows: Clear examples for common development tasks.
  • Use Case: When you need to recall the exact syntax for a pipeline execution or Azure operation, run a quick lookup to avoid mistakes.

Quick Start

Use the project-commands skill to locate the Make command for building the bronze layer in the Unify data migration project and run it.

Frequently Asked Questions about project-commands

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

FAQPage Schema
How do I automate builds and deployments for a data migration project?

Use Make commands to automate builds, testing, and deployment workflows. The project-commands Skill provides standardized Make targets for building bronze, silver, and gold data layers, running tests, and orchestrating Azure operations—eliminating manual steps and reducing deployment errors.

What Make commands are available for building and testing in a CI/CD pipeline?

The Skill consolidates Make targets for syntax validation, linting, auto-formatting, unit and integration testing, and pipeline orchestration. Look up the exact command syntax for your build stage—bronze, silver, or gold—to execute the correct pipeline step without mistakes.

How do I run Azure operations and database inspections from the command line?

The Skill references Make commands for Azure operations, SharePoint integration, and DuckDB database inspection. These commands let you query and manage data pipeline stages directly without switching tools or hunting through documentation.

Can I use Make commands for ETL code generation and Spark thrift server setup?

Yes. The Skill covers Make targets for Spark thrift server startup, DuckDB usage, ETL code generation, and UI automation within the data migration workflow. Each command handles a specific stage from environment setup through gold-layer output.

What's the quickest way to recall the exact syntax for a pipeline operation?

The project-commands Skill is a single-reference lookup for all build, test, pipeline, and Azure command syntax. When you need to run a specific operation—like building the bronze layer or triggering an Azure task—query the Skill instead of searching scattered documentation.

Do I need to set up environment variables or prerequisites before running Make commands?

The Skill covers environment setup with Azure and file-tracking tools as part of its scope. Check the relevant Make target documentation within the Skill to confirm what prerequisites—credentials, tool installations, or path configurations—are required before execution.