setup [dev] — EDR operation community, EDR operation, ide skills, Linux setup, Git submodule management, Claude Code skill, Automated repository setup, Linux development workflow

v1.0.0

About this Skill

Perfect for Linux Development Agents needing automated repository setup and testing. setup [dev] is a lightweight, open-source EDR operation for Linux that automates the setup of the Pedro repository.

Features

Switches to the right branch and performs a git pull --rebase
Ensures git submodules are checked out using git submodule update --init --recursive
Verifies the presence of vendor/abseil-cpp
Supports automated setup for the Pedro repository
Runs on Linux environments
Integrates with AI coding assistants like Claude Code and Cursor

# Core Topics

wowsignal-io wowsignal-io
[19]
[7]
Updated: 3/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
8/11
Quality Score
23
Canonical Locale
en
Detected Body Locale
en

Perfect for Linux Development Agents needing automated repository setup and testing. setup [dev] is a lightweight, open-source EDR operation for Linux that automates the setup of the Pedro repository.

Core Value

Empowers agents to automate the setup of the Pedro repository, ensuring a smooth build and test process using git commands like `git pull --rebase` and `git submodule update --init --recursive`, making it ideal for AI coding assistants like Claude Code and Cursor.

Ideal Agent Persona

Perfect for Linux Development Agents needing automated repository setup and testing.

Capabilities Granted for setup [dev]

Automating first-time repository setup for Linux developers
Switching to the correct branch and pulling updates using `git pull --rebase`
Ensuring git submodules are checked out and verified using `git submodule update --init --recursive`

! Prerequisites & Limits

  • Requires git installation and repository access
  • Limited to Linux development environment
  • Dependent on specific branch (`dev` or `master`) and repository structure

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is setup [dev]?

Perfect for Linux Development Agents needing automated repository setup and testing. setup [dev] is a lightweight, open-source EDR operation for Linux that automates the setup of the Pedro repository.

How do I install setup [dev]?

Run the command: npx killer-skills add wowsignal-io/pedro. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for setup [dev]?

Key use cases include: Automating first-time repository setup for Linux developers, Switching to the correct branch and pulling updates using `git pull --rebase`, Ensuring git submodules are checked out and verified using `git submodule update --init --recursive`.

Which IDEs are compatible with setup [dev]?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for setup [dev]?

Requires git installation and repository access. Limited to Linux development environment. Dependent on specific branch (`dev` or `master`) and repository structure.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add wowsignal-io/pedro. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use setup [dev] immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

setup [dev]

Streamline your EDR setup with setup [dev], a lightweight open-source solution for Linux. Learn how to automate your workflow with this AI agent skill.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

First-Time Repo Setup

Set up the Pedro repository from a fresh clone so it builds and passes all tests.

Steps

  1. Switch to the right branch and do a pull

    If the user passed dev as argument, the switch to the dev branch before doing anything. Otherwise switch to master. In both cases, run a git pull --rebase.

  2. Ensure git submodules are checked out

    Run git submodule update --init --recursive from the project root. Verify by checking that vendor/abseil-cpp and vendor/libbpf are non-empty.

  3. Run full setup

    Run ./scripts/setup.sh -a to install all build, test, and dev dependencies. This takes a while — capture output to a temp file. It's normal for this step to take up to 30+ minutes. Check the output for errors. If setup reports a needed reboot (grub/kernel config changes), inform the user and stop.

  4. Run quick tests

    Invoke /quicktest (no arguments) to run unit tests and verify the build works. If tests fail, investigate and report — don't proceed to presubmit until unit tests pass.

  5. Run presubmit

    Invoke /presubmit to run the full presubmit suite (includes e2e tests, formatting, linting). If failures occur, investigate and report to the user.

  6. Report results

    Summarize what was done and the final state:

    • Submodule status
    • Setup completion
    • Test results (unit + presubmit)
    • Any issues that need user attention (e.g. reboot required, flaky tests)

Related Skills

Looking for an alternative to setup [dev] or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer