apartment-ranking
v1.0.5Apartment ranking and architectural document ingestion workflows.
By Barak Dabach0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 apartment-ranking for Codex
codex plugin marketplace add BarakDabach/apartment-ranking-marketplace
codex plugin marketplace upgrade apartment-ranking-tools
codex plugin add apartment-ranking@apartment-ranking-toolsPaste and run these commands in a terminal with Codex. They add and refresh the apartment-ranking-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “apartment-ranking” remain stable.
- Codex:
apartment-ranking@agent-plugin-marketplace→apartment-ranking@apartment-ranking-tools
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/BarakDabach/apartment-ranking-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/apartment-ranking/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/apartment-ranking/SKILL.md└── skills/architectural-document-ingestion/SKILL.md
Included Skills2
End-to-end, cache-first pipeline for creating and maintaining a project-level apartment analysis dataset from architectural source documents (floor plans, site plans, parking layouts, cross-sections, spec booklets). For every new project, load the persistent criteria bank, select active criteria, optionally define/persist new reusable criteria, generate the standard `Lottery` + `Apartments` Excel workbook, preprocess heavy PDF/image sources through the sibling `architectural-document-ingestion` skill included in the same plugin, and analyze/write apartments building by building. Supports adding or versioning criteria later and retroactively rescoring already-analyzed buildings while reusing cached atomic facts and evidence whenever possible.
Cache-first ingestion workflow for architectural PDFs and plan images. Converts heavy source files into a lightweight, traceable project cache containing source hashes, page-level Markdown, low-resolution WebP previews, extracted native text, page classifications, targeted detail crops, and normalized derived facts with evidence pointers. Use before repeated analysis of floor plans, site plans, parking plans, sections, elevations, or apartment drawings. Markdown/JSON are navigation and cache layers; original drawings remain authoritative for geometry.
Plugin manifests2
{
"name": "apartment-ranking",
"version": "1.0.5",
"description": "Apartment ranking and architectural document ingestion workflows.",
"author": {
"name": "Barak Dabach",
"url": "https://github.com/BarakDabach"
},
"repository": "https://github.com/BarakDabach/apartment-ranking-marketplace",
"keywords": [
"apartment-ranking",
"floor-plans",
"architectural-plans",
"real-estate",
"excel",
"pdf-analysis"
],
"skills": "./skills/",
"interface": {
"displayName": "Apartment Ranking",
"shortDescription": "Analyze apartment projects from architectural plans.",
"longDescription": "A two-skill workflow that turns architectural PDFs and images into a lightweight evidence cache, applies a persistent criteria bank, and builds the apartment-analysis Excel workbook incrementally building by building.",
"developerName": "Barak Dabach",
"category": "Productivity",
"capabilities": [
"Analyze architectural PDFs and plan images",
"Build reusable apartment scoring workbooks",
"Reuse cached evidence when criteria change"
],
"defaultPrompt": [
"Start a new apartment ranking project from these plans.",
"Continue this apartment ranking project building by building."
],
"brandColor": "#5B5BD6"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "apartment-ranking",
"version": "1.0.5",
"description": "Analyze apartment projects from architectural documents using cache-first plan ingestion, a reusable criteria bank, traceable evidence, and a standardized Excel ranking workbook.",
"keywords": [
"apartment-ranking",
"floor-plans",
"architectural-plans",
"real-estate",
"excel",
"pdf-analysis"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Apartment Ranking",
"shortDescription": "Analyze apartment projects from architectural plans.",
"longDescription": "A two-skill workflow that turns architectural PDFs and images into a lightweight evidence cache, applies a persistent criteria bank, and builds the apartment-analysis Excel workbook incrementally building by building.",
"category": "Productivity",
"capabilities": [
"Analyze architectural PDFs and plan images",
"Build reusable apartment scoring workbooks",
"Reuse cached evidence when criteria change"
],
"defaultPrompt": [
"Start a new apartment ranking project from these plans.",
"Continue this apartment ranking project building by building."
],
"brandColor": "#5B5BD6"
}
}
}
}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.
[apartment-ranking on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apartment-ranking)