Agent Plugins Marketplace
All plugins

vibe-suite

v0.0.1

Vibe coding suite for Claude Code — NL-artifact quality tooling, cross-model review, and workflow loops, bridged to Codex CLI.

Claude Code24 Skills

By Eric Y. LiuLicense: ISC0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
24 skill or MCP entries
Source updated
Sep 20, 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 vibe-suite 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 vibe-suite@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/xinquan568/vibe-suite

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

vibe-suite/
├── .claude-plugin/plugin.json
├── skills/agent-design/SKILL.md
├── skills/auditing/SKILL.md
├── skills/conventions/SKILL.md
├── skills/conventions-antigravity/SKILL.md
├── skills/conventions-claude/SKILL.md
├── skills/conventions-codex/SKILL.md
├── skills/issue2pr/SKILL.md
├── skills/orchestration/SKILL.md
├── skills/patterns/SKILL.md
├── skills/refine-proposal/SKILL.md
├── skills/roasting/SKILL.md
├── skills/rules/SKILL.md
├── skills/runs-stats/SKILL.md
├── skills/scoring/SKILL.md
├── skills/security/SKILL.md
├── skills/testing/SKILL.md
├── skills/vibe-core/SKILL.md
├── skills/vocabulary/SKILL.md
├── skills/writing-agents/SKILL.md
├── skills/writing-hooks/SKILL.md
├── skills/writing-plugins/SKILL.md
├── skills/writing-prompts/SKILL.md
├── skills/writing-rules/SKILL.md
└── skills/writing-skills/SKILL.md

Included Skills24

agent-designskills/agent-design/SKILL.md

Design advisor agents — file format, value-driven system prompts, model tier selection, tool and working-directory scoping, budget/turn caps, and choosing between a consultative advisor and a batch subagent. Use when creating, editing, or reviewing an advisor definition.

auditingskills/auditing/SKILL.md

The judgment criteria /vibe-suite:nl-audit audits by — seven dimensions for each of five NL-artifact types (skill, command, agent, rules, plugin) with their mini/full depth membership, plus fifteen category check sets for whole-repository audits. Load this when auditing NL artifacts for quality, when deciding which dimension a defect belongs to, or when a mini run must be distinguished from a full one. Judgment criteria only — the deterministic penalty tables are the scoring skill's.

conventionsskills/conventions/SKILL.md

Tool-agnostic conventions floor for natural-language artifacts — SKILL.md open spec, AGENTS.md canonical memory, prompt layering, vague quantifiers, naming, rule overrides, and MCP tool naming; per-tool schemas live in overlay skills.

conventions-antigravityskills/conventions-antigravity/SKILL.md

Overlay of Antigravity (plus legacy Gemini CLI) conventions — workspace skills under .agent/, the .gemini/ paths, gemini-extension.json, GEMINI.md imports, slash commands in TOML, and the Gemini-lineage hook events; the spec has not settled since Antigravity 2.0, so most tool-specific checks stay advisory.

conventions-claudeskills/conventions-claude/SKILL.md

Claude Code overlay on the conventions floor — schemas and conventions for plugin.json, commands, skills, agents, rules, hooks, .mcp.json, marketplace.json, CLAUDE.md, memory, and settings at .claude/ canonical paths.

conventions-codexskills/conventions-codex/SKILL.md

Overlay of Codex CLI conventions — the config.toml grammar, the .codex-plugin/plugin.json manifest, the .agents/skills/ layout, the agents/openai.yaml sidecar, hook events, the AGENTS.md hierarchy, and marketplace.json.

issue2prskills/issue2pr/SKILL.md

Drive a tracked work item to a reviewed pull request through a nine-step, three-phase pipeline: analyze, plan, execute, each phase a worker pass followed by an independent review and a bounded update-and-verify loop. Every project-bound fact comes from a profile, so the machinery is the same whichever repository it points at. Use when an issue should become a reviewed PR with its reasoning recorded, not when a quick edit will do.

orchestrationskills/orchestration/SKILL.md

Workflow patterns for coordinating multiple agents in Claude Code — sequential pipelines, parallel dispatch, retry loops with QC gates, plus shared partials. Use when the system being designed spans several agents, commands, or processing stages.

patternsskills/patterns/SKILL.md

Use when authoring or reviewing NL programming artifacts (agents, skills, commands, rules, hooks) — applies proven patterns and flags anti-patterns such as monolithic prompts, oversized skills, vague quantifiers, Write/Edit on read-only agents, prohibitions without alternatives, and linter-duplicating rules.

refine-proposalskills/refine-proposal/SKILL.md

Drive a written proposal through bounded rounds of independent review until it converges: freeze the input, produce a baseline, then review and revise on a shared rubric until the verdict is clean or the cap stops it. Use when a plan needs adversarial review rather than editing, or when it should be delivered bilingually. Not for reviewing code, and not for writing a first draft.

roastingskills/roasting/SKILL.md

The criteria /vibe-suite:roast reviews code by — the nine cc-suite audit dimensions for the cross-model lanes, the separate five-dimension mini set, the six report styles and eight add-ons, and the reconciliation labels for --engine both. Load when running a roast, when deciding which dimension a code defect belongs to, or when a mini pass must be distinguished from a full one. Code review, not NL-artifact review: that is the auditing skill's.

rulesskills/rules/SKILL.md

The 51 rules of natural language programming — the style guide NL code quality is judged against. Apply when you write, review, or improve an NL artifact of any kind: a skill, agent, command, rule file, hook, prompt, plugin, or project memory file (whether CLAUDE.md, AGENTS.md, or GEMINI.md).

runs-statsskills/runs-stats/SKILL.md

Generate time-bucketed static HTML statistics dashboards over the issue2pr runs/ tree: all-time plus day/week/month reports, index.html, and history.json under runs/_reports/, with vendored Chart.js inlined so charts render offline from file://. Past buckets are frozen snapshots refreshed once when their data changed (--force-regenerate/--period rebuild surgically); buckets follow --tz (default Asia/Shanghai). Requires --id-pattern from the resolved issue2pr profile and refuses without it; reviewer token panels are labeled from run metadata, never a hardcoded model name. Ad-hoc filters write one isolated report, never touching canonical history. Use when asked to summarize, visualize, or track issue2pr runs, AI-review activity, or token usage over time.

scoringskills/scoring/SKILL.md

Score NL artifact quality on the 100-point rubric — deterministic per-type penalty tables, score bands, and multi-tool tier classification. Use when scoring artifacts, applying penalties, or calibrating lint judgment; borderline cases can pull the four worked examples (Weak Rule, Excellent Rule, Rewrite Agent, Excellent Agent) from references/calibration-examples.md on demand.

securityskills/security/SKILL.md

Shared security pattern database for plugin scanning — severity-rated signatures, context-aware capping rules, and PASS/REVIEW/BLOCK gate semantics.

testingskills/testing/SKILL.md

Use when authoring test specs for NL artifacts (agents, skills, commands, rules, hooks, prompts), when running /vibe-suite:test, or when adopting TDD workflows for natural language programming.

vibe-coreskills/vibe-core/SKILL.md

The finding contract every vibe-suite reviewing artifact shares — severity scale and definitions, effort classes, the six-field finding format, output-header contract, zero-findings rule, anti-padding rules, and the untrusted-input and secret-handling rules. Load this before producing or consuming any audit finding.

vocabularyskills/vocabulary/SKILL.md

Vocabulary discipline for suite artifacts — canonical/deprecated term semantics, scope and homonym rules, drift detection, and the registry file format.

writing-agentsskills/writing-agents/SKILL.md

Authoring guide for Claude Code agents — making them trigger reliably, run on the right model tier, and emit consistent output. Use when an agent definition is being created, improved, or reviewed.

writing-hooksskills/writing-hooks/SKILL.md

Guide to writing hooks for Claude Code — picking the right event, the three hook types, matcher patterns, blocking versus advisory decisions, and portable paths. Use when a quality gate, automation step, or policy-enforcement rule calls for a hook.

writing-pluginsskills/writing-plugins/SKILL.md

How to plan, build, and review a plugin — deciding architecture, selecting components, laying out files, configuring the plugin.json manifest, versioning, and publishing to a marketplace, for Claude Code with mappings to Codex CLI and Antigravity.

writing-promptsskills/writing-prompts/SKILL.md

How to engineer prompts, system instructions, and AI configuration for ANY LLM — universal guidance on role clarity, structured output, few-shot examples, and injection resistance.

writing-rulesskills/writing-rules/SKILL.md

How to author, improve, and review project rules — .claude/rules/ files that the model actually follows, covering the enforceability test, token budgets, positive framing, and path scoping.

writing-skillsskills/writing-skills/SKILL.md

Use when creating, improving, or reviewing SKILL.md files for any tool — descriptions that trigger reliably, body structure that teaches effectively, and progressive disclosure via references/.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "vibe-suite",
  "version": "0.0.1",
  "description": "Vibe coding suite for Claude Code — NL-artifact quality tooling, cross-model review, and workflow loops, bridged to Codex CLI.",
  "author": {
    "name": "Eric Y. Liu"
  },
  "license": "ISC",
  "homepage": "https://github.com/xinquan568/vibe-suite",
  "repository": "https://github.com/xinquan568/vibe-suite",
  "keywords": [
    "code-review",
    "quality",
    "natural-language-programming",
    "workflow",
    "codex"
  ],
  "commands": [
    "./commands/advisor.md",
    "./commands/bridge.md",
    "./commands/bug-analyze.md",
    "./commands/check.md",
    "./commands/config.md",
    "./commands/continue.md",
    "./commands/delegate.md",
    "./commands/doctor.md",
    "./commands/fix.md",
    "./commands/init.md",
    "./commands/issue2pr.md",
    "./commands/jobs.md",
    "./commands/ls.md",
    "./commands/nl-audit.md",
    "./commands/preflight.md",
    "./commands/refine-proposal.md",
    "./commands/refresh-knowledge.md",
    "./commands/repair.md",
    "./commands/report.md",
    "./commands/runs-stats.md",
    "./commands/roast.md",
    "./commands/score.md",
    "./commands/security-scan.md",
    "./commands/spec-sync.md",
    "./commands/test.md",
    "./commands/trend.md",
    "./commands/unbridge.md",
    "./commands/update.md",
    "./commands/vocab.md"
  ],
  "agents": [
    "./agents/checker.md",
    "./agents/scanner.md",
    "./agents/scorer.md",
    "./agents/vague-scanner.md",
    "./agents/tester.md",
    "./agents/vocab-drift-scanner.md",
    "./agents/spec-researcher.md",
    "./agents/security-scanner.md",
    "./agents/recon.md",
    "./agents/architecture.md",
    "./agents/error-handling.md",
    "./agents/security.md",
    "./agents/testing.md",
    "./agents/edge-cases.md"
  ],
  "skills": [
    "./skills/agent-design",
    "./skills/auditing",
    "./skills/conventions",
    "./skills/conventions-antigravity",
    "./skills/conventions-claude",
    "./skills/conventions-codex",
    "./skills/issue2pr",
    "./skills/orchestration",
    "./skills/patterns",
    "./skills/refine-proposal",
    "./skills/roasting",
    "./skills/runs-stats",
    "./skills/rules",
    "./skills/scoring",
    "./skills/security",
    "./skills/testing",
    "./skills/vibe-core",
    "./skills/vocabulary",
    "./skills/writing-agents",
    "./skills/writing-hooks",
    "./skills/writing-plugins",
    "./skills/writing-prompts",
    "./skills/writing-rules",
    "./skills/writing-skills"
  ]
}

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

[vibe-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibe-suite)