Agent Plugins Marketplace
All plugins

appfolio-pack

v1.5.0

Claude Code skill pack for AppFolio (18 skills)

Claude Code18 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install appfolio-pack-2@agent-plugin-marketplace

Paste 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-marketplace

Clone 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

plugins/saas-packs/appfolio-pack/
├── .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

appfolio-ci-integrationskills/appfolio-ci-integration/SKILL.md

Configure CI/CD pipeline for AppFolio property management integrations. Trigger: "appfolio CI".

appfolio-common-errorsskills/appfolio-common-errors/SKILL.md

Diagnose and fix common AppFolio API integration errors. Trigger: "appfolio error".

appfolio-core-workflow-askills/appfolio-core-workflow-a/SKILL.md

Build property management dashboard with AppFolio API data. Trigger: "appfolio property dashboard".

appfolio-core-workflow-bskills/appfolio-core-workflow-b/SKILL.md

Automate tenant management and lease operations with AppFolio. Trigger: "appfolio tenant management".

appfolio-cost-tuningskills/appfolio-cost-tuning/SKILL.md

Optimize AppFolio API costs through efficient usage patterns. Trigger: "appfolio cost".

appfolio-debug-bundleskills/appfolio-debug-bundle/SKILL.md

Collect AppFolio API debug evidence for support tickets. Trigger: "appfolio debug".

appfolio-deploy-integrationskills/appfolio-deploy-integration/SKILL.md

Deploy AppFolio integration service to cloud infrastructure. Trigger: "deploy appfolio".

appfolio-hello-worldskills/appfolio-hello-world/SKILL.md

Query AppFolio properties, units, and tenants via REST API. Trigger: "appfolio hello world".

appfolio-install-authskills/appfolio-install-auth/SKILL.md

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".

appfolio-local-dev-loopskills/appfolio-local-dev-loop/SKILL.md

Set up local development for AppFolio property management API integration. Trigger: "appfolio local dev".

appfolio-performance-tuningskills/appfolio-performance-tuning/SKILL.md

Optimize AppFolio API performance with caching and batch operations. Trigger: "appfolio performance".

appfolio-prod-checklistskills/appfolio-prod-checklist/SKILL.md

Production readiness checklist for AppFolio integrations. Trigger: "appfolio production checklist".

appfolio-rate-limitsskills/appfolio-rate-limits/SKILL.md

Handle AppFolio API rate limits with throttling and backoff. Trigger: "appfolio rate limit".

appfolio-reference-architectureskills/appfolio-reference-architecture/SKILL.md

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

appfolio-sdk-patternsskills/appfolio-sdk-patterns/SKILL.md

Apply production-ready patterns for AppFolio REST API integration. Trigger: "appfolio patterns".

appfolio-security-basicsskills/appfolio-security-basics/SKILL.md

Secure AppFolio API credentials and tenant data. Trigger: "appfolio security".

appfolio-upgrade-migrationskills/appfolio-upgrade-migration/SKILL.md

Migrate between AppFolio API versions and handle endpoint changes. Trigger: "appfolio upgrade".

appfolio-webhooks-eventsskills/appfolio-webhooks-events/SKILL.md

Handle AppFolio webhook events for property management notifications. Trigger: "appfolio webhook".

Plugin manifests1

plugins/saas-packs/appfolio-pack/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)