Agent Plugins Marketplace
All plugins

noootwo-vibe

v0.15.0

A Noootwo multi-skill workspace for controlled AI software development, user-centered product decisions, design, code review, and project state persistence.

Codex10 Skills

By NoootwoLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
10 skill or MCP entries
Source updated
Sep 24, 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 noootwo-vibe for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add noootwo-vibe@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/noootwo/noootwo-vibe

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

noootwo-vibe/
├── .codex-plugin/plugin.json
├── skills/noootwo-ask/SKILL.md
├── skills/noootwo-debug/SKILL.md
├── skills/noootwo-design/SKILL.md
├── skills/noootwo-onboard/SKILL.md
├── skills/noootwo-product/SKILL.md
├── skills/noootwo-research/SKILL.md
├── skills/noootwo-review/SKILL.md
├── skills/noootwo-state/SKILL.md
├── skills/noootwo-tdd/SKILL.md
└── skills/noootwo-workflow/SKILL.md

Included Skills10

noootwo-askskills/noootwo-ask/SKILL.md

Find the right Noootwo skill for the situation and the order to run them; when unsure start with workflow, and do not turn a UI mention into a design or product decision.

noootwo-debugskills/noootwo-debug/SKILL.md

Use for broken, failing, flaky, intermittent, CI-only, or previously working behaviour; prove the cause before fixing, and keep the fix the same size as the cause.

noootwo-designskills/noootwo-design/SKILL.md

Use for UI, visual, artifact, or frontend work after product path is settled: screens, redesigns, tokens, components, critique, motion and interaction polish, or replicating a reference.

noootwo-onboardskills/noootwo-onboard/SKILL.md

Use when entering an unfamiliar repository, taking over from another agent, or deciding which skills a project needs; read nearest evidence first and do not load every skill.

noootwo-productskills/noootwo-product/SKILL.md

Use before design or build when user, first loop, scope, main path, states, or acceptance are unsettled; also for new ideas, feature lists, backend flows, and auditing existing UX.

noootwo-researchskills/noootwo-research/SKILL.md

Use when a decision needs outside evidence: design, stack or library, competitor, user expectation, prior art, or whether to borrow a public skill. Extract mechanisms, not surfaces.

noootwo-reviewskills/noootwo-review/SKILL.md

Use after non-direct code changes and before submit/release, and when structure slows change: run refactoring workflows, remove structural debt, and judge performance, project health, and acceptance.

noootwo-stateskills/noootwo-state/SKILL.md

Use to read, record, or update project state and context, and to place changed facts; choose JSON/JSONL for queryable state and Markdown for narrative artifacts.

noootwo-tddskills/noootwo-tdd/SKILL.md

Use for any behavior-changing code: feature, bug fix, or refactor; owns the red-green-refactor loop and test quality. Direct one-file changes keep the same loop, just smaller.

noootwo-workflowskills/noootwo-workflow/SKILL.md

Use for multi-step tasks, refactors, releases, handoffs, rework, or when the right skill is unclear; reads current project state and matches the correct installed skill.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "noootwo-vibe",
  "version": "0.15.0",
  "description": "A Noootwo multi-skill workspace for controlled AI software development, user-centered product decisions, design, code review, and project state persistence.",
  "author": {
    "name": "Noootwo",
    "url": "https://github.com/noootwo/noootwo-vibe"
  },
  "homepage": "https://github.com/noootwo/noootwo-vibe",
  "repository": "https://github.com/noootwo/noootwo-vibe",
  "license": "MIT",
  "keywords": [
    "ai-workflow",
    "software-development",
    "product-management",
    "documentation",
    "code-review",
    "design",
    "skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Noootwo Vibe",
    "shortDescription": "AI development workflow skill suite",
    "longDescription": "Noootwo Vibe bundles ten focused skills: a router that names the right skill and order, lifecycle scheduling for multi-step work, test-first red-green-refactor, evidence-chain debugging that proves a cause before any fix, evidence-based research that settles outside decisions, project onboarding and skill audits, product decisions settled before anything is built, research-backed design work, lens-based change review, the refactoring health loop, structure sweeps, optimization, and abstract project state and context persistence.",
    "developerName": "Noootwo",
    "category": "Development",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Use $noootwo-ask when you want the right Noootwo skill for your situation and the order to run them in.",
      "Use $noootwo-workflow to run one multi-step task across files or skills, with lifecycle guardrails and handoffs.",
      "Use $noootwo-product to settle real user, first loop, scope, main path, states, and acceptance before design or build.",
      "Use $noootwo-design for UI, visual, artifact, and frontend work once the product path is settled.",
      "Use $noootwo-tdd for behavior-changing code: failing test first, minimal implementation, full green, then refactor.",
      "Use $noootwo-review to judge code before it ships, and to diagnose repeated rework.",
      "Use $noootwo-state to read, record, or update project state and context, and to choose the storage form for each fact.",
      "Use $noootwo-debug when something is broken, failing, flaky, or wrong: it proves the cause before any fix.",
      "Use $noootwo-research when a decision needs evidence from outside the repo: a direction, a stack or library, a market expectation.",
      "Use $noootwo-onboard when you enter an unfamiliar project or need to know which skills it needs."
    ],
    "brandColor": "#3E6B5A"
  }
}

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

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