Agent Plugins Marketplace
← All plugins

quantqbit-claude-rules

v1.3.1

QuantQbit agent harness: vendors git-tracked, conflict-safe agent rules, mandatory skills (coding-standards, design-patterns, ui-ux, seo), Opus-only agents (including mobile app-store agents: screen capture, store mockups, listing copy, submission pre-check, app icons, brand assets) and hooks into each project via a transactional sync with a versioned lock; plus lint tooling (/init-project-rules) and buildable per-platform starters (/init-project-scaffold).

Claude Code2 Skills

By QuantQbitLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 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 quantqbit-claude-rules for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install quantqbit-claude-rules@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/Albiee007/quantqbit-claude-rules

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

quantqbit-claude-rules/
├── .claude-plugin/plugin.json
├── skills/harness-install/SKILL.md
└── skills/project-scaffold/SKILL.md

Included Skills2

harness-installskills/harness-install/SKILL.md

Installs, updates, previews or removes the QuantQbit agent harness (core rules, mandatory skills, Opus agents, hooks, generated settings) in the current project using the plugin's transactional sync. Use when the user asks to install, set up, add, update, upgrade, sync, preview or uninstall the harness, "agent rules" or "claude rules" in a repo.

project-scaffoldskills/project-scaffold/SKILL.md

Scaffolds a buildable per-platform project starter. Use when the user wants to scaffold a buildable per-platform project starter (backend, frontend web, mobile, or Android) with strict feature-organised folder discipline. Trigger phrases include "scaffold project", "scaffold backend", "init backend skeleton", "create folder structure", "Strapi-like layout", "feature-organised layout", "set up src structure", "new express app", "new react app", "new vite app", "new expo app", "new react native app", "new android project", "new kotlin app", "buildable starter", "set up new repo", "init project skeleton". Stamps a buildable starter with config/, middlewares/, models/, lib/, api/<version>/<feature>/{routes,controllers,services,types}/ (backend) or analogous strict layouts per platform, plus docs/, scripts/, migrations/, CLAUDE.md and AI_RULES.md (only if absent), and a working example feature. The skill shells out to the quantqbit-claude-rules plugin's init-scaffold.sh.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "quantqbit-claude-rules",
  "version": "1.3.1",
  "description": "QuantQbit agent harness: vendors git-tracked, conflict-safe agent rules, mandatory skills (coding-standards, design-patterns, ui-ux, seo), Opus-only agents (including mobile app-store agents: screen capture, store mockups, listing copy, submission pre-check, app icons, brand assets) and hooks into each project via a transactional sync with a versioned lock; plus lint tooling (/init-project-rules) and buildable per-platform starters (/init-project-scaffold).",
  "author": {
    "name": "QuantQbit"
  },
  "license": "MIT",
  "homepage": "https://github.com/Albiee007/quantqbit-claude-rules",
  "repository": "https://github.com/Albiee007/quantqbit-claude-rules",
  "keywords": [
    "claude-code",
    "claude-rules",
    "agents",
    "linting",
    "scaffolder",
    "infrastructure",
    "devops",
    "project-skeleton",
    "starter",
    "backend",
    "frontend",
    "mobile",
    "android",
    "agent-harness",
    "ui-ux",
    "wcag",
    "seo",
    "design-patterns",
    "coding-standards",
    "app-store",
    "play-store",
    "aso",
    "app-icons"
  ]
}

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

[quantqbit-claude-rules on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quantqbit-claude-rules)