loragent
v2.0.0108-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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install loragent@agent-plugin-marketplacePaste 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/LoragentClone 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
├── .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
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.
MCP-orchestrated Firefox AMO publishing for Lorapok extensions.
Firefox AMO publish pipeline for Lorapok browser extensions — web-ext sign, amo-metadata, CI, Mission Control, credential vault.
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.
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.
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.
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.
Add consistent "Also available on" platform links across IDE extensions, browser add-ons, AMO, VSCE, Open VSX, README, and marketing site.
Operate Lorapok Mission Control admin panel — deployments, notices, mailbox, marketplace sync, and infra-only publishes.
Open VSX publishing for Lorapok VS Code extensions — canonical lorapok-labs namespace, duplicate listing fixes, CI sync.
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.
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).
Mission Control–only unified deployment for Lorapok projects — release, marketplace publish, admin panel, and website via mission-control.lorapok.tech.
VS Code Marketplace publishing for Lorapok extensions — VSCE token, publisher LorapokLabs, CI and Mission Control wiring.
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.
Design and refresh Lorapok marketing sites — gallery images, platform ribbons, KPI stats, SEO, and Mission Control infra deploy.
MCP servers20
- command
- npx
- args
- -y @playwright/mcp@latest
- 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}
- command
- npx
- args
- -y @modelcontextprotocol/server-postgres
- env.POSTGRES_CONNECTION_STRING
- ${DATABASE_URL}
- 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}
- command
- npx
- args
- -y railway-mcp
- env.RAILWAY_TOKEN
- ${RAILWAY_TOKEN}
- command
- npx
- args
- -y @vercel/mcp-adapter
- env.VERCEL_TOKEN
- ${VERCEL_TOKEN}
- env.VERCEL_TEAM_ID
- ${VERCEL_TEAM_ID}
- command
- npx
- args
- -y resend-mcp
- env.RESEND_API_KEY
- ${RESEND_API_KEY}
- command
- npx
- args
- -y @modelcontextprotocol/server-filesystem /mnt/NewVolume/Personal_Projects/loragent
- 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}
- command
- npx
- args
- -y ffmpeg-mcp
- command
- npx
- args
- -y git-mcp
- env.GIT_AUTHOR_NAME
- ${GIT_AUTHOR_NAME}
- env.GIT_AUTHOR_EMAIL
- ${GIT_AUTHOR_EMAIL}
- command
- npx
- args
- -y @modelcontextprotocol/server-github
- env.GITHUB_PERSONAL_ACCESS_TOKEN
- ${GITHUB_TOKEN}
- command
- npx
- args
- -y fal-mcp
- env.FAL_KEY
- ${FAL_API_KEY}
- command
- npx
- args
- -y replicate-mcp
- env.REPLICATE_API_TOKEN
- ${REPLICATE_API_TOKEN}
- url
- https://mcp.lorapk-labs.workers.dev/mcp
- 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}
- command
- npx
- args
- -y @modelcontextprotocol/server-openapi-client
- command
- npx
- args
- -y skills-mcp -s ./skills
- command
- npx
- args
- -y @modelcontextprotocol/server-slack
- env.SLACK_BOT_TOKEN
- ${SLACK_BOT_TOKEN}
- env.SLACK_TEAM_ID
- ${SLACK_TEAM_ID}
- command
- npx
- args
- -y @modelcontextprotocol/server-brave-search
- env.BRAVE_API_KEY
- ${BRAVE_API_KEY}
Plugin manifests1
{
"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"
]
}For maintainers
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)