add-repo

Automates git repository registration into dev-loop workspaces via the dev-loop CLI.

5|2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/dyzsasd/dev-loop --skill add-repo-dyzsasd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-repo
Source: https://github.com/dyzsasd/dev-loop/tree/main/skills/add-repo
Command: npx skills add https://github.com/dyzsasd/dev-loop --skill add-repo-dyzsasd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the manual, error-prone process of registering new repositories into a dev-loop workspace by automating the detection, validation, and configuration steps required to make a repo a functional part of your autonomous dev team.

Core Features & Use Cases

  • Automated Onboarding: Automatically clones or registers repositories, detects build/typecheck commands, and identifies merge checks from CI configurations.
  • Policy Enforcement: Ensures all new repositories comply with the team's deployPolicy and workspace structure requirements before registration.
  • Use Case: When adding a new microservice to your project, use this skill to instantly wire it into the dev-loop hub, set up its deployment style, and map its entrypoints into your strategy documentation.

Quick Start

Ask the agent to add the repository located at the provided git URL to the current project and configure it as the primary service.

Frequently Asked Questions about add-repo

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

FAQPage Schema
How do I onboard a git repository into a dev-loop workspace?

To onboard a git repository into a dev-loop workspace, the skill automates repository detection, registration, and configuration validation against team policies using the dev-loop CLI. It ensures build, merge-check, and deployment configurations are properly mapped.

What does automated repository onboarding configure for new microservices?

Automated repository onboarding configures new microservices by detecting build and typecheck commands, identifying merge checks from CI configurations, setting up deployment styles, and mapping entrypoints into your strategy documentation within the dev-loop hub.

Do I need a specific workspace schema to register new repositories into dev-loop?

Yes, registering new repositories into dev-loop requires adherence to the 1.x workspace schema. The configuration process is deterministic and self-validating to ensure all repository setups comply with team policies.

Can I enforce team deployment policies when adding git repos to a dev-loop workspace?

Yes, you can enforce team deployment policies when adding git repos. The skill validates build, merge-check, and deployment configurations against your team's deployPolicy and workspace structure requirements before completing the registration.

What is the best way to automate git repo configuration for an autonomous dev team?

The best way to automate git repo configuration is using the dev-loop CLI to perform deterministic, self-validating configuration updates. This eliminates manual errors by automating detection, interview, registration, and mapping workflows for project-based development teams.