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.
npx -y skills add ComeOnOliver/skillshub --skill appfolio-reference-architectureAssembled 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.