appfolio-pack
v1.5.0Claude Code skill pack for AppFolio (18 skills)
By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 18 skill or MCP entries
- Source updated
- Aug 29, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install appfolio-pack-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/jeremylongshore/tons-of-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/appfolio-pack/.
Plugin files
├── .claude-plugin/plugin.json├── skills/appfolio-ci-integration/SKILL.md├── skills/appfolio-common-errors/SKILL.md├── skills/appfolio-core-workflow-a/SKILL.md├── skills/appfolio-core-workflow-b/SKILL.md├── skills/appfolio-cost-tuning/SKILL.md├── skills/appfolio-debug-bundle/SKILL.md├── skills/appfolio-deploy-integration/SKILL.md├── skills/appfolio-hello-world/SKILL.md├── skills/appfolio-install-auth/SKILL.md├── skills/appfolio-local-dev-loop/SKILL.md├── skills/appfolio-performance-tuning/SKILL.md├── skills/appfolio-prod-checklist/SKILL.md├── skills/appfolio-rate-limits/SKILL.md├── skills/appfolio-reference-architecture/SKILL.md├── skills/appfolio-sdk-patterns/SKILL.md├── skills/appfolio-security-basics/SKILL.md├── skills/appfolio-upgrade-migration/SKILL.md└── skills/appfolio-webhooks-events/SKILL.md
Included Skills18
Configure CI/CD pipeline for AppFolio property management integrations. Trigger: "appfolio CI".
Diagnose and fix common AppFolio API integration errors. Trigger: "appfolio error".
Build property management dashboard with AppFolio API data. Trigger: "appfolio property dashboard".
Automate tenant management and lease operations with AppFolio. Trigger: "appfolio tenant management".
Optimize AppFolio API costs through efficient usage patterns. Trigger: "appfolio cost".
Collect AppFolio API debug evidence for support tickets. Trigger: "appfolio debug".
Deploy AppFolio integration service to cloud infrastructure. Trigger: "deploy appfolio".
Query AppFolio properties, units, and tenants via REST API. Trigger: "appfolio hello world".
Configure AppFolio Stack API authentication with OAuth 2.0. Use when setting up property management API access, registering as an AppFolio Stack partner, or configuring client credentials for API calls. Trigger: "install appfolio", "setup appfolio", "appfolio auth", "appfolio API key".
Set up local development for AppFolio property management API integration. Trigger: "appfolio local dev".
Optimize AppFolio API performance with caching and batch operations. Trigger: "appfolio performance".
Production readiness checklist for AppFolio integrations. Trigger: "appfolio production checklist".
Handle AppFolio API rate limits with throttling and backoff. Trigger: "appfolio rate limit".
Reference architecture for AppFolio property management integration. Trigger: "appfolio architecture".
Apply production-ready patterns for AppFolio REST API integration. Trigger: "appfolio patterns".
Secure AppFolio API credentials and tenant data. Trigger: "appfolio security".
Migrate between AppFolio API versions and handle endpoint changes. Trigger: "appfolio upgrade".
Handle AppFolio webhook events for property management notifications. Trigger: "appfolio webhook".
Plugin manifests1
{
"name": "appfolio-pack",
"version": "1.5.0",
"description": "Claude Code skill pack for AppFolio (18 skills)",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"appfolio",
"appfolio",
"saas",
"sdk",
"integration"
]
}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.
[appfolio-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/appfolio-pack-2)