repo-architect

Scaffold and validate agentic project structures for GitHub Copilot and OpenCode CLI workflows.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/taewook486/real-estate-mcp --skill repo-architect-taewook486
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-architect
Source: https://github.com/taewook486/real-estate-mcp/tree/main/.claude/skills.nouse/repo-architect
Command: npx skills add https://github.com/taewook486/real-estate-mcp --skill repo-architect-taewook486

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and validation of standardized project structures for agentic development, ensuring consistency across different workflows like VS Code GitHub Copilot and OpenCode CLI.

Core Features & Use Cases

  • Scaffolding: Automatically generates necessary directories and foundational files (.github/, .opencode/, AGENTS.md, etc.) based on project type.
  • Validation: Checks for the existence and correct naming of essential files and directories, reporting any issues.
  • Migration: Supports migrating configurations from other agentic tools to the standardized structure.
  • Use Case: When starting a new AI project, use this Skill to quickly set up a well-organized repository structure that adheres to best practices for agent development.

Quick Start

Run the repo-architect skill to bootstrap a new agentic project structure.

Frequently Asked Questions about repo-architect

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

FAQPage Schema
How do I scaffold an agentic project structure for GitHub Copilot and OpenCode CLI?

To scaffold an agentic project structure, this Skill automatically generates necessary directories and foundational files like `.github/`, `.opencode/`, and `AGENTS.md` based on your project type. It ensures correct directory hierarchies and foundational files for agentic workflows.

What is the best way to validate an existing project structure for agentic development?

Validating an agentic project structure involves checking for the existence and correct naming of essential files and directories. This Skill reports any missing or incorrectly named configurations, ensuring your repository adheres to the defined 3-layer architecture.

Can I migrate configurations from other agentic tools to a standardized project structure?

Yes, you can migrate configurations from other agentic tools to the standardized structure. This Skill supports migrating existing project setups into its defined 3-layer architecture, ensuring consistency across different workflows like VS Code GitHub Copilot and OpenCode CLI.

Does this project scaffolding approach work with both VS Code GitHub Copilot and OpenCode CLI workflows?

Yes, this scaffolding approach works with both VS Code GitHub Copilot and OpenCode CLI workflows. It manages directory hierarchies, foundational files, agents, skills, and prompts to maintain consistency across these specific agentic development environments.

When do I need to bootstrap a new AI project structure?

You need to bootstrap a new AI project structure when starting an agentic development project and want a well-organized repository. This process quickly sets up the necessary directories, agents, skills, and prompts according to best practices.

What are the limitations of using an automated scaffolding tool for project structure generation?

The main limitation is that automated scaffolding enforces a specific defined 3-layer architecture. If your project requires a highly customized directory hierarchy or foundational files outside this standardized structure, you will need to manually adjust the generated configurations.