What problem does it solve? Setting up a project to work with the Tech Agency multi-agent system requires many manual steps: copying shared rules, configuring the Kanban board backend, installing git hooks, scaffolding docs, and declaring the plugin for cloud sessions. This Skill automates that entire bootstrap, detecting what already exists and filling only the gaps. ## Core Features & Use Cases - Gap-filling audit: Detects existing git repos, CLAUDE.md, rules, hooks, CI workflows, and board configuration, then sets up only what is missing — safe for both new and existing projects. - Board backend selection: Chooses between a markdown board (board-context.md) and GitHub Issues based on remote detection, writes board_backend to .claude/settings.json, and creates status labels or board scaffolding accordingly. - Plugin payload resolution: Locates the installed plugin via CLAUDE_PLUGIN_ROOT and copies shared rules by glob, while leaving the 8 language coding standards in the plugin to be read on demand. - Use Case: You just installed the Tech Agency plugin into an existing Kotlin Multiplatform repo. Run this Skill to audit the repo, copy the shared rules, generate CLAUDE.md, configure the GitHub board backend with labels, and declare the plugin so cloud Claude Code sessions can use it. ## Quick Start Ask the agent to set up this repository with the Tech Agency configuration and detect whatever is already in place.