Agent Plugins Marketplace
All plugins

loragent

v2.0.0

108-agent virtual software firm for Lorapok Labs — includes orchestration, image generation, GIF creation, deployment, development, business, and design agents. Hub-and-Spoke topology with MCP lazy-loading and crash recovery.

Claude Code16 Skills20 MCP serversstdioStreamable HTTP

By MaiziedLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
36 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install loragent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Maijied/Loragent

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

loragent/
├── .claude-plugin/plugin.json
├── skills/loragent-admin-reliability/SKILL.md
├── skills/loragent-amo-mcp/SKILL.md
├── skills/loragent-amo-publish/SKILL.md
├── skills/loragent-deploy/SKILL.md
├── skills/loragent-gif-create/SKILL.md
├── skills/loragent-governance-guard/SKILL.md
├── skills/loragent-image-generate/SKILL.md
├── skills/loragent-marketplace-crosslink/SKILL.md
├── skills/loragent-mission-control/SKILL.md
├── skills/loragent-openvsx-publish/SKILL.md
├── skills/loragent-release-integrity/SKILL.md
├── skills/loragent-tools-install/SKILL.md
├── skills/loragent-unified-deployment/SKILL.md
├── skills/loragent-vscode-publish/SKILL.md
├── skills/loragent-watchman/SKILL.md
├── skills/loragent-website-design/SKILL.md
└── .mcp.json

Included Skills16

loragent-admin-reliabilityskills/loragent-admin-reliability/SKILL.md

Debugs, verifies, and optimizes the admin React SPA, Vitest test suites, API middleware, Firebase Auth, and Cloudflare Pages runtime. Use proactively for admin test failures, dashboard regressions, API errors, auth issues, or deployment defects.

loragent-amo-mcpskills/loragent-amo-mcp/SKILL.md

MCP-orchestrated Firefox AMO publishing for Lorapok extensions.

loragent-amo-publishskills/loragent-amo-publish/SKILL.md

Firefox AMO publish pipeline for Lorapok browser extensions — web-ext sign, amo-metadata, CI, Mission Control, credential vault.

loragent-deployskills/loragent-deploy/SKILL.md

Handles all deployment operations: Vercel (frontend/serverless), Railway (backend/databases), Docker (containerized), and multi-platform. Invoke after code is complete and SQA-approved. ALWAYS requires workspace-guard confirmation for production. Preview/staging deploys are auto.

loragent-gif-createskills/loragent-gif-create/SKILL.md

Creates, optimizes, and delivers animated GIFs and short video clips. Invoke when: converting video to GIF, creating loading animations, Slack GIFs, banner animations, sprite sheets, or any looping media asset. Do NOT invoke for static images or long-form video editing.

loragent-governance-guardskills/loragent-governance-guard/SKILL.md

Audits AGENTS.md, Cursor rules, project skills, lifecycle hooks, MCP configurations, Husky hooks, and GitHub workflows for policy drift and unsafe automation. Use proactively when governance, rules, hooks, or CI controls mutate.

loragent-image-generateskills/loragent-image-generate/SKILL.md

Generates production-quality images using Fal.ai (primary) or Replicate (fallback). Invoke when any agent or the user needs: concept art, hero images, UI backgrounds, logo concepts, marketing visuals, poster generation, or any AI image output. Do NOT invoke for SVG icons, code-generated graphics, or chart/data visualization.

loragent-marketplace-crosslinkskills/loragent-marketplace-crosslink/SKILL.md

Add consistent "Also available on" platform links across IDE extensions, browser add-ons, AMO, VSCE, Open VSX, README, and marketing site.

loragent-mission-controlskills/loragent-mission-control/SKILL.md

Operate Lorapok Mission Control admin panel — deployments, notices, mailbox, marketplace sync, and infra-only publishes.

loragent-openvsx-publishskills/loragent-openvsx-publish/SKILL.md

Open VSX publishing for Lorapok VS Code extensions — canonical lorapok-labs namespace, duplicate listing fixes, CI sync.

loragent-release-integrityskills/loragent-release-integrity/SKILL.md

Audits package versions, GitHub release tags, VSIX artifacts, marketplace observations, SEO JSON-LD structured data, and publishing workflows. Use proactively before major releases, marketplace updates, or release drift investigations.

loragent-tools-installskills/loragent-tools-install/SKILL.md

Detects, installs, and verifies any tool, package, or binary required by other agents. Invoke when any agent reports a missing tool or dependency. Handles npm, pip/uv, composer, system packages, and binary tools. Includes rollback on failure. Do NOT invoke for application-level code dependencies (that is the backend-se's job).

loragent-unified-deploymentskills/loragent-unified-deployment/SKILL.md

Mission Control–only unified deployment for Lorapok projects — release, marketplace publish, admin panel, and website via mission-control.lorapok.tech.

loragent-vscode-publishskills/loragent-vscode-publish/SKILL.md

VS Code Marketplace publishing for Lorapok extensions — VSCE token, publisher LorapokLabs, CI and Mission Control wiring.

loragent-watchmanskills/loragent-watchman/SKILL.md

Session state guardian and crash recovery agent. Invoke with /loragent-watchman continue to resume a crashed or token-limited session. Automatically activated by the post-task-watchman-save hook after every major agent task. Do NOT invoke manually mid-task — the hook handles automatic saves.

loragent-website-designskills/loragent-website-design/SKILL.md

Design and refresh Lorapok marketing sites — gallery images, platform ribbons, KPI stats, SEO, and Mission Control infra deploy.

MCP servers20

browser-automationstdio
command
npx
args
-y @playwright/mcp@latest
database-mysqlstdio
command
npx
args
-y mysql-mcp-server
env.MYSQL_HOST
${DB_HOST}
env.MYSQL_USER
${DB_USER}
env.MYSQL_PASSWORD
${DB_PASSWORD}
env.MYSQL_DATABASE
${DB_DATABASE}
database-postgresstdio
command
npx
args
-y @modelcontextprotocol/server-postgres
env.POSTGRES_CONNECTION_STRING
${DATABASE_URL}
deploy-dockerstdio
command
npx
args
-y docker-mcp
env.DOCKER_HOST
${DOCKER_HOST:-unix:///var/run/docker.sock}
env.DOCKER_REGISTRY
${DOCKER_REGISTRY}
env.DOCKER_REGISTRY_USER
${DOCKER_REGISTRY_USER}
env.DOCKER_REGISTRY_PASSWORD
${DOCKER_REGISTRY_PASSWORD}
deploy-railwaystdio
command
npx
args
-y railway-mcp
env.RAILWAY_TOKEN
${RAILWAY_TOKEN}
deploy-vercelstdio
command
npx
args
-y @vercel/mcp-adapter
env.VERCEL_TOKEN
${VERCEL_TOKEN}
env.VERCEL_TEAM_ID
${VERCEL_TEAM_ID}
email-sendstdio
command
npx
args
-y resend-mcp
env.RESEND_API_KEY
${RESEND_API_KEY}
filesystemstdio
command
npx
args
-y @modelcontextprotocol/server-filesystem /mnt/NewVolume/Personal_Projects/loragent
firebase-adminstdio
command
npx
args
-y firebase-mcp
env.FIREBASE_PROJECT_ID
${FIREBASE_PROJECT_ID}
env.FIREBASE_CLIENT_EMAIL
${FIREBASE_CLIENT_EMAIL}
env.FIREBASE_PRIVATE_KEY
${FIREBASE_PRIVATE_KEY}
gif-createstdio
command
npx
args
-y ffmpeg-mcp
git-opsstdio
command
npx
args
-y git-mcp
env.GIT_AUTHOR_NAME
${GIT_AUTHOR_NAME}
env.GIT_AUTHOR_EMAIL
${GIT_AUTHOR_EMAIL}
githubstdio
command
npx
args
-y @modelcontextprotocol/server-github
env.GITHUB_PERSONAL_ACCESS_TOKEN
${GITHUB_TOKEN}
image-generate-falstdio
command
npx
args
-y fal-mcp
env.FAL_KEY
${FAL_API_KEY}
image-generate-replicatestdio
command
npx
args
-y replicate-mcp
env.REPLICATE_API_TOKEN
${REPLICATE_API_TOKEN}
loragent-cloudStreamable HTTP
url
https://mcp.lorapk-labs.workers.dev/mcp
loragent-corestdio
command
node
args
port/mcp/server.js
env.FIREBASE_PROJECT_ID
${FIREBASE_PROJECT_ID}
env.FIREBASE_SERVICE_ACCOUNT
${FIREBASE_SERVICE_ACCOUNT_PATH}
env.LORAGENT_ENV
${LORAGENT_ENV:-development}
openapi-callerstdio
command
npx
args
-y @modelcontextprotocol/server-openapi-client
skills-loaderstdio
command
npx
args
-y skills-mcp -s ./skills
slack-notifystdio
command
npx
args
-y @modelcontextprotocol/server-slack
env.SLACK_BOT_TOKEN
${SLACK_BOT_TOKEN}
env.SLACK_TEAM_ID
${SLACK_TEAM_ID}
web-searchstdio
command
npx
args
-y @modelcontextprotocol/server-brave-search
env.BRAVE_API_KEY
${BRAVE_API_KEY}

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "loragent",
  "description": "108-agent virtual software firm for Lorapok Labs — includes orchestration, image generation, GIF creation, deployment, development, business, and design agents. Hub-and-Spoke topology with MCP lazy-loading and crash recovery.",
  "version": "2.0.0",
  "author": {
    "name": "Maizied",
    "url": "https://lorapok.github.io"
  },
  "homepage": "https://loragent.lorapok.tech",
  "repository": "https://github.com/Maijied/Loragent",
  "license": "MIT",
  "keywords": [
    "lorapok",
    "loragent",
    "agents",
    "skills",
    "mcp",
    "orchestration",
    "multi-agent",
    "image-generation",
    "deployment",
    "development",
    "automation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[loragent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loragent)