brownfield

Scans home directories for Git repositories and manages default repo settings.

5.4k|535|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Q00/ouroboros --skill brownfield-q00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brownfield
Source: https://github.com/Q00/ouroboros/tree/main/skills/brownfield
Command: npx skills add https://github.com/Q00/ouroboros --skill brownfield-q00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan and manage brownfield repository defaults for interviews.

Core Features & Use Cases

  • Scan your home directory for Git repositories and register them for interview context.
  • Manage which repos are used as defaults to provide consistent context across interviews.
  • Supports subcommands to scan, view defaults, and set defaults via a simple index.

Quick Start

Run ooo brownfield to scan your home directory for Git repositories and configure default interview context.

Frequently Asked Questions about brownfield

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

FAQPage Schema
How do I scan my home directory for Git repositories to use as interview context?

Use the 'scan' subcommand to automatically locate Git repositories in your home directory and register them as interview context. This discovers local codebases so they can be set as defaults for consistent automated interview sessions.

How do I set default repositories for automated interview workflows?

Setting default repositories involves using the 'set' subcommand with a simple index to specify which scanned Git repository to apply. This ensures consistent repository context across multiple automated interview or workflow sessions.

Can I view currently configured default repositories before an interview?

Yes, you can view currently configured default repositories by running the 'defaults' subcommand. This displays the active Git repositories registered to provide consistent context for your automated interviews.

Does this Skill require manual Git configuration to manage interview context?

No manual Git configuration is required. The Skill uses MCP tooling to drive deterministic steps that automate scanning home directories and manipulating default repos, removing the need for manual repository setup during interview preparation.

Why do my automated interviews lack consistent repository context across sessions?

Automated interviews lack consistent repository context when default repos are not explicitly set. Scanning your home directory and using the 'set' subcommand to configure default repos ensures the same Git repository context is applied every session.