agentsclimarketplace

Appfolio reference architecture

Skill ComeOnOliver/skillshub/skills/jeremylongshore/claude-code-plugins-plus-skills/appfolio-reference-architecture

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill appfolio-reference-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Reference architecture for AppFolio property management integration. Trigger: "appfolio architecture".

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.0 KB, 542 tokens by cl100k_base, as published. Nobody here has run it

appfolio reference architecture | sed 's/\b(.)/\u\1/g'

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚             Your Application                   β”‚
β”‚                                                β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚Dashboard β”‚  β”‚ Sync     β”‚  β”‚ Webhook     β”‚ β”‚
β”‚  β”‚(React)   β”‚  β”‚ Service  β”‚  β”‚ Handler     β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚       β”‚              β”‚               β”‚         β”‚
β”‚  β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚         AppFolio API Client               β”‚ β”‚
β”‚  β”‚  (Basic Auth, Retry, Cache, Rate Limit)   β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                        β”‚
              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
              β”‚ AppFolio Stack API  β”‚
              β”‚ /properties         β”‚
              β”‚ /tenants            β”‚
              β”‚ /leases             β”‚
              β”‚ /units              β”‚
              β”‚ /bills              β”‚
              β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Project Structure

appfolio-integration/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ appfolio/
β”‚   β”‚   β”œβ”€β”€ client.ts          # Typed REST client with Basic Auth
β”‚   β”‚   β”œβ”€β”€ cache.ts           # Response cache with TTL
β”‚   β”‚   └── types.ts           # Property, Tenant, Lease, Unit types
β”‚   β”œβ”€β”€ dashboard/
β”‚   β”‚   β”œβ”€β”€ portfolio.ts       # Portfolio summary
β”‚   β”‚   └── vacancy.ts         # Vacancy tracking
β”‚   β”œβ”€β”€ sync/
β”‚   β”‚   └── incremental.ts     # Incremental data sync
β”‚   β”œβ”€β”€ webhooks/
β”‚   β”‚   └── handler.ts         # Webhook endpoint
β”‚   └── server.ts
β”œβ”€β”€ tests/
β”‚   β”œβ”€β”€ mocks/                 # Mock API responses
β”‚   └── unit/
└── package.json

Resources

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.