dev-stack-install

Automate dev-stack setup in Python repos with pre-commit and CI workflows.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lucasflores/agent-skills --skill dev-stack-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-stack-install
Source: https://github.com/lucasflores/agent-skills/tree/main/.apm/skills/dev-stack-install
Command: npx skills add https://github.com/lucasflores/agent-skills --skill dev-stack-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill installs and fully configures dev-stack in Python repositories, enabling a ready-to-use, standards-compliant development pipeline.

Core Features & Use Cases

  • End-to-end setup of a nine-stage pre-commit pipeline and associated tooling
  • Greenfield and brownfield detection with automatic configuration and artifact generation
  • Creates and maintains a consistent developer workflow by installing hooks, CI workflows, and related artifacts

Quick Start

Run the tool to initialize dev-stack in your project directory and bootstrap the full pipeline.

Frequently Asked Questions about dev-stack-install

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

FAQPage Schema
How do I automate pre-commit pipeline and CI workflow setup in a Python repository?

Automating pre-commit pipeline and CI workflow setup in a Python repository involves detecting the repo state, installing necessary modules, and generating configuration artifacts for a clean initial commit and proper tooling integration.

Can I configure a development pipeline for an existing Python project?

Yes, configuring a development pipeline for an existing Python project is supported through brownfield detection, which automatically identifies the current repo state and installs the required tooling without disrupting existing code.

What is the best way to initialize a standardized CI-CD and pre-commit configuration for a new Python project?

The best way to initialize standardized CI-CD and pre-commit configurations is using greenfield initialization, which generates automatic manifests and bootstraps a nine-stage pipeline from a clean initial commit.

Does dev-stack setup require any external dependencies or prerequisites before installation?

No external dependencies are required for dev-stack setup, as the tool automatically detects repository prerequisites and installs the necessary modules during the initialization and artifact generation process.

Why does my Python repository need automated manifest generation and tooling integration?

Automated manifest generation and tooling integration are needed to maintain a consistent developer workflow, ensuring standards-compliant development pipelines and proper CI configurations are applied uniformly across the repository.

When should I not use automated repository setup tools for my Python pipeline?

You should avoid automated repository setup tools if your Python project requires a custom pipeline architecture outside a standard nine-stage pre-commit workflow, or if you need manual control over CI-CD configuration generation.