Prima Delivery
Internal AI development toolkit with 108 specialized agents and 140 skills for accelerated software development.
Overview
Prima Delivery provides a comprehensive collection of AI-powered development tools organized into focused, single-purpose components:
| Component | Count | Description |
|---|
| Agents | 108 | Specialized AI assistants for specific domains |
| Skills | 140 | Modular knowledge packages with progressive disclosure |
| Plugins | 72 | Workflow bundles combining agents, skills, and commands |
Installation
OpenPackage (Recommended)
Install using OpenPackage for multi-platform support (Copilot, OpenCode, Claude Code, Cursor, Windsurf, and more):
# Install OpenPackage CLI
npm install -g opkg
# Install full toolkit (all 72 plugins)
opkg install gh@esimplicityinc/prima-delivery
# Install specific plugins
opkg install gh@esimplicityinc/prima-delivery --plugins debugging-toolkit
opkg install gh@esimplicityinc/prima-delivery --plugins python-development backend-development
# Install specific agents only
opkg install gh@esimplicityinc/prima-delivery --agents docs-architect code-reviewer
# Install to global scope (user-wide)
opkg install gh@esimplicityinc/prima-delivery -g
Supported Platforms:
- Copilot (GitHub Copilot)
- OpenCode
- Claude Code
- Cursor
- Windsurf
- Codex
- Factory
- Kilo Code
- Roo
- Qwen Code
- And more...
Copilot (Manual)
Add Prima Delivery agents to your GitHub Copilot setup:
# Copy Copilot instructions to your project
cp .github/copilot-instructions.md /path/to/your/project/.github/
# Or copy individual agent files
cp -r .github/agents/ /path/to/your/project/.github/agents/
OpenCode (Manual)
Copy the .opencode/ directory to your project root:
cp -r .opencode/ /path/to/your/project/
Or install globally:
cp -r .opencode/ ~/.config/opencode/
Structure:
.opencode/
├── agents/ # 108 agent markdown files
├── skills/ # 140 skill directories
├── commands/ # Custom slash commands
└── plugins/ # TypeScript plugins
Claude Code (Manual)
Add the marketplace to your Claude Code installation:
/plugin marketplace add [internal-path]/prima-delivery
Install specific plugins:
/plugin install python-development
/plugin install backend-development
/plugin install security-scanning
Agent Categories
Development & Architecture
backend-architect - API design, microservices, database schemas
frontend-developer - React, responsive layouts, state management
database-architect - Schema design, technology selection, optimization
Programming Languages
python-pro, typescript-pro, golang-pro, rust-pro
java-pro, csharp-pro, ruby-pro, php-pro
c-pro, cpp-pro, elixir-pro, haskell-pro
Infrastructure & DevOps
cloud-architect - AWS/Azure/GCP infrastructure
kubernetes-architect - Container orchestration, GitOps
terraform-specialist - Infrastructure as Code
deployment-engineer - CI/CD pipelines
Quality & Security
code-reviewer - Code review with security focus
security-auditor - Vulnerability assessment, OWASP
test-automator - Unit, integration, e2e testing
performance-engineer - Profiling, optimization
Data & AI
ai-engineer - LLM applications, RAG systems
ml-engineer - ML pipelines, model serving
data-scientist - Analysis, modeling, BigQuery
data-engineer - ETL, data warehouses
Documentation
docs-architect - Technical documentation
api-documenter - OpenAPI/Swagger specs
tutorial-engineer - Step-by-step guides
View complete agent reference
Skills
Skills provide specialized knowledge that agents can load on-demand:
Language Skills
async-python-patterns - AsyncIO, concurrency
typescript-advanced-types - Generics, type inference
rust-ownership-patterns - Memory safety, borrowing
Infrastructure Skills
kubernetes-manifest-patterns - K8s configurations
terraform-module-library - IaC templates
istio-traffic-management - Service mesh
AI/ML Skills
rag-implementation - Retrieval-augmented generation
prompt-engineering-patterns - LLM optimization
langchain-architecture - LLM application frameworks
View complete skills reference
Plugin Catalog
Essential Plugins
# Development
/plugin install python-development # Python with 5 skills
/plugin install javascript-typescript # JS/TS with 4 skills
/plugin install backend-development # APIs with 3 skills
# Infrastructure
/plugin install kubernetes-operations # K8s with 4 skills
/plugin install cloud-infrastructure # Cloud with 4 skills