transaction-timeline-manager

transaction-timeline-manager is a skill for Claude Code, Codex from hoangtng/real-estate-agents. It costs 110 tokens per session (1,624 once invoked), scanned A, original, MIT.

A dated checklist for a real-estate transaction from an accepted offer through closing and recording.

In plain words
What is it for?
It is for tracking inspections, loans, appraisals, escrow or title work, and other tasks in a home purchase.
Why use it?
It keeps milestones, deadlines, responsible people, contingencies, and status in one place instead of relying on memory.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for tracking inspections, loans, appraisals, escrow or title work, and other tasks in a home purchase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoangtng/real-estate-agents/transaction-timeline-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hoangtng/real-estate-agents --skill transaction-timeline-manager
Clone the repo
git clone --depth 1 https://github.com/hoangtng/real-estate-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for transaction-timeline-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangtng/real-estate-agents/transaction-timeline-manager/github.svg)](https://agentmods.dev/skills/hoangtng/real-estate-agents/transaction-timeline-manager)
Your own site
<a href="https://agentmods.dev/skills/hoangtng/real-estate-agents/transaction-timeline-manager"><img src="https://agentmods.dev/badge/skills/hoangtng/real-estate-agents/transaction-timeline-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for transaction-timeline-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangtng/real-estate-agents/transaction-timeline-manager"><img src="https://agentmods.dev/badge/skills/hoangtng/real-estate-agents/transaction-timeline-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,624 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.01624
Opus 5 $0.00055 $0.00812
Sonnet 5 $0.00022 $0.00325
Haiku 4.5 $0.00011 $0.00162

Measured 12d ago against content hash 769efac14b63, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

transaction-timeline-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/transaction-timeline-manager/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Transaction Timeline Manager

Builds a complete, dated transaction timeline for any real estate deal — from accepted offer through recording. This is Chen's work: every deadline tracked, every owner named, nothing left to memory.

What You Need From the User

  • Accepted date (or today's date if not yet accepted)
  • Target close date (or number of days: 21 / 30 / 45 / 60)
  • Transaction type: standard purchase / cash / new construction / short sale / REO
  • Contingency periods: inspection days, loan days, appraisal contingency
  • Key parties: buyer agent, listing agent, escrow/title company, lender (if known)
  • State: some timelines are state-specific (e.g. attorney states vs. escrow states)

If close date is unknown, default to 30-day close and note the assumption.

Output Format

Part 1: Full Timeline

## Transaction Timeline
**Property:** [Address]
**Accepted Date:** [Date] | **Target Close:** [Date] ([X] days)
**Buyer Agent:** [Name] | **Listing Agent:** [Name]
**Escrow/Title:** [Company] | **Lender:** [Name / Company]

---

### MILESTONES

| Day | Due Date | Task | Owner | ⚠️ | Status |
|-----|----------|------|-------|----|--------|
| 0 | [date] | Executed contract to escrow/title | TC | | ⬜ |
| 0 | [date] | EMD wire instructions sent to buyer | TC | | ⬜ |
| 1 | [date] | Earnest money deposited | Buyer | ⚠️ | ⬜ |
| 1 | [date] | Open escrow confirmation received | Escrow | | ⬜ |
| 1 | [date] | Disclosure package sent to buyer | Listing Agent | | ⬜ |
| 2 | [date] | Inspection ordered | Buyer Agent | | ⬜ |
| 3 | [date] | Disclosures signed and returned | Buyer | | ⬜ |
| 3 | [date] | HOA docs ordered (if applicable) | TC | | ⬜ |
| 5 | [date] | Loan application confirmed with lender | TC | | ⬜ |
| [X] | [date] | **INSPECTION DEADLINE** | Buyer | 🚨 | ⬜ |
| [X+3] | [date] | Seller inspection response deadline | Seller | ⚠️ | ⬜ |
| [X+3] | [date] | Repair agreement signed (if applicable) | Both | | ⬜ |
| [X+5] | [date] | Appraisal ordered confirmed | Lender | | ⬜ |
| [X+10] | [date] | Appraisal completed | Appraiser | | ⬜ |
| [Y] | [date] | **APPRAISAL CONTINGENCY DEADLINE** | Buyer | 🚨 | ⬜ |
| [Z] | [date] | **LOAN CONTINGENCY DEADLINE** | Buyer | 🚨 | ⬜ |
| [Z+3] | [date] | Final loan approval (clear to close) | Lender | ⚠️ | ⬜ |
| [Z+5] | [date] | Closing disclosure issued (3-day rule) | Lender | ⚠️ | ⬜ |
| [Close-2] | [date] | Final walkthrough scheduled | Buyer Agent | | ⬜ |
| [Close-1] | [date] | Buyer funds wired to escrow | Buyer | 🚨 | ⬜ |
| [Close-1] | [date] | Loan docs sent to escrow | Lender | ⚠️ | ⬜ |
| [Close] | [date] | **CLOSE OF ESCROW / RECORDING** 🎉 | Escrow | | ⬜ |
| [Close] | [date] | Keys released to buyer | Listing Agent | | ⬜ |

**Legend:** 🚨 = Hard deadline (missing = deal at risk) | ⚠️ = Time-sensitive | ⬜ = Incomplete | ✅ = Complete

Read the full file on GitHub · 122 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 122 lines · 110 tokens per session scan A 769efac14b63

Subscribe to this mod's changes

transaction-timeline-manager is a skill published in the GitHub repository hoangtng/real-estate-agents (21 stars, last pushed 4mo ago), licensed MIT. It adds 110 tokens to every session and 1,624 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

2026-legal-research-agent

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic…

majiayu000/claude-skill-registry · 103 tokens

aws-wechat-article-review

A local checker for Chinese WeChat public-account articles. It scans a draft for sensitive terms, typing mistakes, political compliance issues, and platform-rule problems, then gives a list of suggested changes.

aiworkskills/wechat-article-skills · 155 tokens

orca-custom-framework

Creates custom compliance frameworks from existing frameworks, alert lists, or security themes — organizes controls into sections, maps alerts, and pushes the framework to Orca. Suggests creating custom discovery alerts for gaps not covered by existing rules. Use when user asks to create, build, or generate a custom…

orcasecurity/orca-skills · 65 tokens

cre-due-diligence

CRE Due Diligence analysis suite — 7 specialist skills for multifamily property analysis including rent roll validation, expense benchmarking, market study, physical inspection, environmental review, title review, and tenant credit assessment.

ahacker-1/cre-agent-skills · 49 tokens

cre-legal

CRE Legal review suite — 6 specialist skills for PSA review, title & survey analysis, estoppel tracking, loan document review, insurance coordination, and transfer document preparation for multifamily acquisitions.

ahacker-1/cre-agent-skills · 42 tokens

hr-payroll

Help HR operations specialists, payroll administrators, and compensation teams understand, design, and run payroll processing, compliance, and payroll-related HR operations. Use when asked to set up a payroll process, run a payroll compliance audit, design a payroll calendar, handle a payroll discrepancy, build a…

tuanductran/hr-skills · 88 tokens