yalla
v1.4.0Proof-first autonomous coding pipeline with minimum-diff discipline, binary review, and PR-only shipping.
By Iwo SzaparLicense: MIT2 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 21, 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 yalla for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add yalla@agent-plugin-marketplacePaste 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/iwo-szapar/yalla-autonomus-codingClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/onboard/SKILL.md├── skills/product-intent/SKILL.md├── skills/yalla/SKILL.md├── skills/yalla-audit/SKILL.md├── skills/yalla-debt/SKILL.md├── skills/yalla-plan/SKILL.md├── skills/yalla-review/SKILL.md├── skills/yalla-simplify/SKILL.md├── skills/yalla-simplify-audit/SKILL.md└── skills/yalla-team/SKILL.md
Included Skills10
Guided Yalla project onboarding. Use this skill whenever the user says /onboard, "set up yalla", "onboard this repo to yalla", "configure yalla", "show onboarding status", "what is missing for yalla", or wants a visual dashboard of Yalla setup. It checks .claude/YALLA.md, project commands, task labels, issue template, autopilot readiness, and generates an HTML dashboard showing done vs missing steps.
Product-intent gate for non-trivial product, GTM, pricing, onboarding, user/admin journey, access, delivery, generated artifact, or workflow changes. Use before /yalla planning or inside strategy-to-build handoffs when the work needs outcome framing, load-bearing assumptions, cheapest validation, MVP scope, kill criteria, or intended-vs-implemented review. Do NOT use for tiny bugfixes, isolated tests, dependency bumps, mechanical refactors, or docs edits that do not define future product behavior.
Adaptive autonomous pipeline: classify -> track -> plan -> work -> test -> review -> compound -> ship. Uses the configured task store as the canonical work record: GitHub Issues by default, Linear when configured, file-only/db only by explicit opt-in. Use when building any feature, fix, or change that needs tracking inside this repo. Do NOT use for docs/config-only changes (use /quick) or when you just need task tracking without autonomous execution (use /begin).
Post-mortem diagnostic on a completed /yalla or /yalla-team run. Checks issue-based artifacts, PR evidence, review quality, and shipping discipline. Use after a run produced mediocre results, after a production incident traced to a yalla-shipped change, or periodically to improve the pipeline. Do NOT use during an active run.
Scan the repo for intentional minimum-diff simplification markers and report the deferred complexity ledger. Use when the user says yalla debt, shortcut ledger, what did we defer, list simplifications, or /yalla-debt.
4-agent adversarial planning with red-team. Produces a grounded plan with concrete approach, files affected, acceptance criteria, and addressed risks. Use standalone for planning without full pipeline, or invoked by /yalla and /yalla-team. Do NOT use when the task is trivial (plan directly in /yalla).
Adversarial code review with binary pass/fail checks. Each reviewer answers one specific question about the code. Any Fail blocks shipping. Use standalone for reviewing changes, or invoked by /yalla and /yalla-team. Do NOT use when changes haven't been tested yet (run tests first).
Review the current diff only for avoidable complexity and minimum-diff violations. Finds what to delete, replace with stdlib/native/existing code, or shrink. Use when the user says simplify, over-engineered, what can we delete, minimum diff, or /yalla-simplify.
Whole-repo audit for avoidable complexity, dead abstractions, custom stdlib/native behavior, unnecessary dependencies, and minimum-diff opportunities. Use when the user says audit for bloat, repo simplify audit, what can we delete, or /yalla-simplify-audit.
Full autonomous coding team for complex changes. This is now a thin wrapper around /yalla with mandatory subagent use for planning, build/test separation, and review separation. Use only when the task is too broad or risky for a single-agent /yalla run. Uses the configured tracker (`issue-###`, `CAP-###`, etc.).
Plugin manifests2
{
"name": "yalla",
"version": "1.4.0",
"description": "Proof-first autonomous coding pipeline with minimum-diff discipline, binary review, and PR-only shipping.",
"author": {
"name": "Iwo Szapar",
"url": "https://github.com/iwo-szapar"
},
"homepage": "https://github.com/iwo-szapar/yalla",
"repository": "https://github.com/iwo-szapar/yalla",
"license": "MIT",
"keywords": [
"autonomous-coding",
"proof-contract",
"code-review",
"minimum-diff",
"agents"
],
"skills": "./skills/",
"interface": {
"displayName": "Yalla",
"shortDescription": "Proof-first PR pipeline",
"longDescription": "Plan, build, test, review, and open PRs only when the user-visible promise is proven by deterministic evidence where possible.",
"developerName": "Iwo Szapar",
"category": "Productivity",
"capabilities": [
"Instructions",
"Skills"
],
"websiteURL": "https://github.com/iwo-szapar/yalla",
"defaultPrompt": [
"Use Yalla to build this as a tested PR.",
"Review this diff with Yalla binary checks.",
"Find the minimum safe diff for this change."
],
"brandColor": "#111111"
}
}{
"name": "yalla",
"version": "1.4.0",
"description": "Autonomous coding pipeline for Claude Code with guided onboarding dashboard: minimum-diff -> onboard -> track -> plan -> work -> test -> review -> compound -> ship. Multi-agent planning, proof contracts, and binary review gates.",
"author": {
"name": "Iwo Szapar"
},
"homepage": "https://github.com/iwo-szapar/yalla",
"repository": "https://github.com/iwo-szapar/yalla",
"license": "MIT",
"keywords": [
"autonomous",
"pipeline",
"code-review",
"multi-agent",
"agents",
"tdd",
"onboarding",
"minimum-diff"
]
}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.
[yalla on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yalla)