https://github.com/k1lgor/virtual-company
This repository contains a collection of **Agent Skills**โstandardized, specialized sets of instructions and workflows designed to enhance AI agents (like Claude Code, Codex, Kimi CLI, and Gemini CLI, etc.) with domain-specific expertise.
https://github.com/k1lgor/virtual-company
agent ai-agents claude claude-code claude-code-plugin claude-code-plugin-marketplace code coding-assistant skills virtual-company workflows
Last synced: about 23 hours ago
JSON representation
This repository contains a collection of **Agent Skills**โstandardized, specialized sets of instructions and workflows designed to enhance AI agents (like Claude Code, Codex, Kimi CLI, and Gemini CLI, etc.) with domain-specific expertise.
- Host: GitHub
- URL: https://github.com/k1lgor/virtual-company
- Owner: k1lgor
- License: mit
- Created: 2026-02-03T13:44:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T18:30:49.000Z (3 months ago)
- Last Synced: 2026-04-02T05:36:35.512Z (3 months ago)
- Topics: agent, ai-agents, claude, claude-code, claude-code-plugin, claude-code-plugin-marketplace, code, coding-assistant, skills, virtual-company, workflows
- Language: Shell
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ข Virtual Company: Professional Claude Code Plugin
The **Virtual Company** is a state-of-the-art, high-fidelity AI development engine for [Claude Code](https://code.claude.com). It transforms your terminal into a professional engineering team with 27 domain experts, 6 strategic roles, and automated lifecycle hooks.
---
## ๐๏ธ 3-Tier Multi-Agent Architecture
The Virtual Company operates on three integrated layers:
1. **๐งโ๐ป Domain Experts (Skills)**: 27 specialized technical commands (`/expert-name`) for direct problem-solving across frontend, backend, infra, and data science.
2. **๐ค Strategic Roles (Agents)**: 6 native subagents (`Agent(name, "task")`) for complex multi-phase delegation (Planner, Architect, Tech-Lead).
3. **๐ช Lifecycle Logic (Hooks)**: Automated quality enforcement, auto-linting on save, and professional session initialization.
---
## ๐ Installation & Usage
### ๐ฆ Install from Marketplace
The easiest way to install the Virtual Company is via the official Marketplace:
1. **Add Marketplace** (uses GitHub `owner/repo` shorthand):
```bash
/plugin marketplace add k1lgor/virtual-company
```
2. **Install Plugin** (use the plugin name `virtual-company`, not the GitHub path):
```bash
/plugin install virtual-company
```
> **Note:** Step 1 registers the marketplace using the GitHub shorthand `k1lgor/virtual-company`. Step 2 installs the plugin by its name (`virtual-company`) as defined inside the marketplace. Running `/plugin install k1lgor/virtual-company` will fail because `k1lgor/virtual-company` is the repository path, not the plugin name.
### ๐ ๏ธ Manual Installation (Developers)
Clone the repository and install directly from the local path:
```bash
/plugin install --path /path/to/virtual-company
```
---
## ๐ฅ Meet Your Virtual Team
### Strategic Roles (Native Agents)
Invoke these roles for isolated, high-effort architectural or planning tasks:
| Role | Expertise | Primary Focus |
| :-------------------- | :------------- | :------------------------------------------------------- |
| **planner** | Strategy | Milestones, task decomposition, and quality gates. |
| **architect** | Design | System architecture, ADRs, and schema definitions. |
| **tech-lead** | Implementation | Coordination, code standards, and technical delivery. |
| **code-reviewer** | Audit | Peer review, maintainability, and naming standards. |
| **security-reviewer** | Protection | Vulnerability scanning and risk mitigation. |
| **qa-engineer** | Verification | Automated testing, E2E validation, and bug reproduction. |
### Domain Experts (Direct Commands)
Invoke these skills using individual slash commands:
| Category | experts |
| :----------------- | :----------------------------------------------------------------------------------------------------------------------------- |
| **Orchestration** | `tech-lead`, `product-manager`, `workflow-orchestrator`, `skill-generator` |
| **Logic** | `backend-architect`, `api-designer`, `data-engineer`, `ml-engineer` |
| **Frontend** | `frontend-architect`, `ux-designer`, `mobile-architect` |
| **Quality** | `bug-hunter`, `test-genius`, `security-reviewer`, `e2e-test-specialist` |
| **Infrastructure** | `infra-architect`, `docker-expert`, `k8s-orchestrator`, `ci-config-helper`, `observability-specialist`, `performance-profiler` |
| **Analysis** | `search-vector-architect`, `legacy-archaeologist`, `data-analyst` |
| **Maintenance** | `migration-upgrader`, `code-polisher`, `doc-writer` |
---
## ๐ช Automated Workflows
The Virtual Company plugin is context-aware and acts autonomously:
- **Welcome Greeting**: Auto-initializes your professional profile at session start.
- **Auto-Refinement**: Triggers a linting/formatting pass after every file edit.
- **Expert Discovery**: All 27 commands are automatically mapped and namespaced for discovery.
---
## ๐ Project Structure
```text
virtual-company/
โโโ agents/ # 6 Native Role Agents
โโโ commands/ # Slash Commands (skills listing, etc.)
โโโ hooks/ # Automated Lifecycle Hooks
โโโ scripts/ # 8 Verification & Quality Scripts
โโโ skills/ # 27 Specialized Domain Expert Skills
โโโ .claude-plugin/ # Plugin & Marketplace Manifests
```
---
## Star History
[](https://www.star-history.com/#k1lgor/virtual-company&type=date&legend=top-left)
## License
MIT ยฉ Plamen Ivanov