Back to Discover

agentfactory-business-plugins

skill

panaversity

Marketplace of domain-specific plugins for AI agents (Cowork, Claude Code, OpenClaw). Build autonomous business workflows for finance, banking, legal operations, and sales using modular agent skills and commands.

View on GitHub
27 starsApache-2.0Synced Aug 2, 2026

Install to Claude Code

/plugin marketplace add panaversity/agentfactory-business-plugins

README

AgentFactory Business Plugins

License Stars Issues

πŸš€ Marketplace of domain-specific plugins for building enterprise AI agents.

Enable AI agents to perform finance, banking, legal, and sales workflows using modular domain plugins.

AgentFactory Business Plugins extends AI agents with specialized skills, commands, and workflow logic for real-world enterprise environments.

Part of the AgentFactory ecosystem.


Why AgentFactory Business Plugins?

Most AI agent frameworks provide general capabilities but lack domain expertise required for real-world enterprise workflows.

AgentFactory Business Plugins solves this by providing domain-specific agent skills that allow AI agents to operate safely and effectively in regulated business environments.

These plugins encode business rules, regulatory knowledge, and workflow automation that agents can execute autonomously.


✨ Features

  • 🧠 Domain-specific AI agent skills
  • 🧩 Modular plugin architecture
  • ⚑ Designed for agentic AI workflows
  • 🏒 Built for enterprise business automation
  • πŸ”Œ Easy integration with AI agent frameworks
  • πŸ“¦ Expandable marketplace of plugins

πŸ“¦ Available Plugins

The repository includes plugins across multiple business domains.

PluginDescriptionVersionInstall
islamic-finance12 product skills, 13 jurisdiction overlays, 4 domain commands for Islamic finance accounting across AAOIFI, IFRS, and local standardsv2.0.0claude plugin install islamic-finance@agentfactory-business
idfa-financial-architectIntent-Driven Financial Architecture (IDFA) β€” four guardrails, three layers, two skills for human-readable, AI-operable, audit-proof financial modelsv2.0.0claude plugin install idfa-financial-architect@agentfactory-business
banking16 product skills, 7 jurisdiction overlays, 4 domain commands for banking regulatory compliance across IFRS 9, Basel III/IV, AML/KYC/sanctionsv1.0.0claude plugin install banking@agentfactory-business
legal-ops8 product skills, 5 jurisdiction overlays, 4 domain commands for legal operations β€” contract review, NDA triage, IP protection, regulatory monitoring, DSAR managementv1.0.0claude plugin install legal-ops@agentfactory-business

Individual plugins may have their own license terms. See each plugin's LICENSE file for details.


πŸ€– Example Agent Workflow

User request:

Analyze this financial report and summarize risks

Agent workflow:

  1. Detect financial analysis intent
  2. Route request to Finance Plugin
  3. Execute domain-specific financial analysis
  4. Return structured insights

Example result:

Risk Summary:
β€’ Revenue concentration risk
β€’ Liquidity exposure
β€’ Debt covenant breach risk

Each plugin contains domain-specific skills and commands that agents can execute.


πŸš€ Getting Started

Option A: Install via Claude Code CLI (Recommended)

# Install a plugin
claude plugin install islamic-finance@agentfactory-business
claude plugin install idfa-financial-architect@agentfactory-business
claude plugin install banking@agentfactory-business
claude plugin install legal-ops@agentfactory-business

# Verify installation
claude --list-plugins

Option B: Install via Cowork (Claude.ai)

  1. Sidebar β†’ Customize β†’ Browse plugins β†’ +
  2. Add marketplace from GitHub β†’ panaversity/agentfactory-business-plugins
  3. Select and install the plugin you need

Option C: Clone the repository

git clone https://github.com/panaversity/agentfactory-business-plugins

Explore available plugins

claude --plugin-dir ./agentfactory-business-plugins/islamic-finance
claude --plugin-dir ./agentfactory-business-plugins/idfa-financial-architect
claude --plugin-dir ./agentfactory-business-plugins/banking
claude --plugin-dir ./agentfactory-business-plugins/legal-ops

Marketplace Structure

agentfactory-business-plugins/
β”œβ”€β”€ marketplace.json          # Plugin catalog
β”œβ”€β”€ islamic-finance/          # Islamic Finance Domain Agents plugin
β”‚   β”œβ”€β”€ .claude-plugin/       # Plugin manifest
β”‚   β”œβ”€β”€ skills/               # 13 domain skills (auto-loaded)
β”‚   β”œβ”€β”€ commands/             # 4 slash commands (auto-loaded)
β”‚   β”œβ”€β”€ hooks/                # Session + validation hooks (auto-loaded)
β”‚   β”œβ”€β”€ scripts/              # Test harness
β”‚   β”œβ”€β”€ evals/                # Golden-file tests
β”‚   β”œβ”€β”€ exercises/            # Exercise data (download as zip)
β”‚   β”œβ”€β”€ workflow-recipes/     # Operational playbooks (download as zip)
β”‚   └── references/           # Lookup tables
β”œβ”€β”€ idfa-financial-architect/ # IDFA Financial Architect plugin
β”‚   β”œβ”€β”€ .claude-plugin/       # Plugin manifest
β”‚   β”œβ”€β”€ skills/               # 2 domain skills (auto-loaded)
β”‚   β”œβ”€β”€ evals/                # Two-tier eval harness
β”‚   β”œβ”€β”€ tests/                # Unit tests
β”‚   └── examples/             # Reference models
β”œβ”€β”€ banking/                  # Banking Regulatory Compliance plugin
β”‚   β”œβ”€β”€ .claude-plugin/       # Plugin manifest
β”‚   β”œβ”€β”€ skills/               # 16 product skills (auto-loaded)
β”‚   β”œβ”€β”€ commands/             # 4 slash commands (auto-loaded)
β”‚   β”œβ”€β”€ hooks/                # Session + validation hooks (auto-loaded)
β”‚   β”œβ”€β”€ evals/                # Golden-file tests
β”‚   └── exercises/            # Exercise data (download as zip)
β”œβ”€β”€ legal-ops/                # Legal Operations and Compliance plugin
β”‚   β”œβ”€β”€ .claude-plugin/       # Plugin manifest
β”‚   β”œβ”€β”€ skills/               # 9 skills (auto-loaded)
β”‚   β”œβ”€β”€ commands/             # 4 slash commands (auto-loaded)
β”‚   β”œβ”€β”€ hooks/                # Session + validation hooks (auto-loaded)
β”‚   β”œβ”€β”€ scripts/              # Test harness
β”‚   β”œβ”€β”€ evals/                # Golden-file tests
β”‚   β”œβ”€β”€ exercises/            # 8 exercises (download as zip)
β”‚   └── workflow-recipes/     # 4 operational playbooks (download as zip)
└── [future plugins...]       # More business domain plugins planned

Integrate plugins with your AI agent framework.


For Learners

Each plugin is a companion to a specific chapter in The AI Agent Factory:

PluginChapterWhat You Learn
islamic-financeCh 20: Islamic Finance Domain AgentsBuild jurisdiction-aware Islamic finance agents using 3 accounting regimes
idfa-financial-architectCh 18: Intent-Driven Financial ArchitectureBuild audit-proof financial models using Named Ranges, four guardrails, three layers
bankingCh 21: Banking Regulatory ComplianceBuild jurisdiction-aware banking regulatory agents for IFRS 9, Basel III/IV, AML/KYC
legal-opsCh 22: Legal Operations and ComplianceBuild legal operations agents for contract review, NDA triage, IP protection, DSAR

Downloading Exercise Data

After installing a plugin, download the exercise data:

  1. Go to the Releases page
  2. Download the zip you need:
DownloadWhat's InsideUse With
islamic-finance-full.zipEverythingComplete setup / capstone
islamic-finance-exercise-data.zip14 exercises + reference tablesChapter exercises
islamic-finance-workflow-recipes.zip4 operational playbooksProduction workflows
idfa-financial-architect-full.zipPlugin + examples + evalsComplete setup
idfa-financial-architect-examples.zipExample models (GP Waterfall)Quick start
banking-full.zipEverythingComplete setup / capstone
legal-ops-full.zipEverythingComplete setup / capstone
legal-ops-exercise-data.zip8 exercisesChapter exercises
legal-ops-workflow-recipes.zip4 operational playbooksProduction workflows
  1. Unzip into your project:
unzip islamic-finance-exercise-data.zip -d my-project/

For Other AI Agents

Only Claude Code / Cowork get full plugin functionality (auto-routing, commands, hooks). For other platforms, copy the skill content as custom instructions:

AgentInstructions PathWhat to Copy
GitHub Copilot.github/copilot-instructions.mdRouter SKILL.md + relevant product skills
VS Code Copilot.vscode/copilot-instructions.mdSame
Cursor.cursorrulesSame
CodexAGENTS.md or system promptSame

🀝 Contributing

We welcome contributions!

You can contribute by:

  • Adding new domain plugins
  • Improving existing skills
  • Expanding documentation
  • Building integrations with agent frameworks

This marketplace is maintained by Panaversity. Open a pull request to contribute.


🌍 AgentFactory Ecosystem

This project is part of the AgentFactory ecosystem for building agentic AI systems.

Learn more at The AI Agent Factory β€” the complete guide to building and monetizing Digital FTEs.

Maintained by Panaversity.


License

Repository-level: Apache-2.0 β€” see LICENSE. Individual plugins may have their own license terms (see each plugin's LICENSE file).

Keywords

AI agents, agentic AI, autonomous agents, enterprise AI, business automation, AI workflows, financial AI, banking AI, legal AI, sales automation, AI plugins, LLM agents, digital employees, claude code plugins, islamic finance AI, regulatory compliance AI, MCP plugins, agent skills.

Rendered live from panaversity/agentfactory-business-plugins's GitHub README β€” not stored, always reflects the source repo.

11 Plugins

NameDescriptionCategorySource
islamic-financeJurisdiction-aware Islamic finance agent: 12 product skills, 13 jurisdiction overlays, 4 domain commands. AAOIFI, IFRS, local standards across 20 jurisdictions.finance./islamic-finance
idfa-financial-architectIntent-Driven Financial Architecture (IDFA) β€” a financial modeling language that replaces Excel cell references with Named Ranges. Four guardrails, three layers, five core skills.finance./idfa-financial-architect
bankingJurisdiction-aware banking regulatory agent: 16 product skills, 7 jurisdiction overlays, 4 domain commands. IFRS 9 ECL, Basel III/IV capital and liquidity, AML/KYC/sanctions, bank reconciliation across UK, EU, US, Australia, Singapore, UAE, Pakistan.finance./banking
legal-opsLegal Operations and Compliance agent: 9 skills (router + 8 products), 6 jurisdiction overlays, 4 domain commands. Contract review, NDA triage, IP protection, regulatory monitoring, DSAR management, legal spend, compliance calendar, contract intake across UK, EU, US, Pakistan, UAE, and GCC.legal./legal-ops
sales-revops-marketingSales, RevOps & Marketing agent: 14 product skills, 5 agent skills, 4 jurisdiction overlays, 4 domain commands. Prospect research, lead scoring, outreach, sequences, pipeline analysis, content creation, campaign planning, and RevOps agents across US, EU, Pakistan, and GCC jurisdictions.sales./sales-revops-marketing
supply-chainSupply chain and procurement intelligence: 8 skills, 5 persistent agents. Vendor assessment (Kraljic 6-dimension), invoice reconciliation (3-way match), supplier risk monitoring, logistics optimization, spend analytics, network design, and vendor communications.operations./supply-chain
product-strategyProduct management agent: 6 skills, 3 agents. Discovery briefs, user research interview guides, PRDs, RICE prioritization, sprint retrospectives, and user story generation.product./product-strategy
hr-operationsPeople & HR operations agent: 5 skills, 4 agents. Job description generation, candidate matching, knowledge management, offboarding workflows, and reference letter generation.hr./hr-operations
operations-intelligenceOperations management agent: 4 skills, 4 agents. Process audit, contract management, incident response, and operational metrics dashboards.operations./operations-intelligence
agentic-officeProductivity & agentic office agent: 10 skills, 4 agents. Context loading, delegation, daily digest, executive briefs, meeting intelligence, progress tracking, task intelligence, and workplace search.productivity./agentic-office
innovationIntrapreneurship & innovation agent: 10 skills, 4 agents. Business model canvas, customer discovery, financial modeling, go-to-market strategy, hypothesis testing, ideation, market analysis, pitch deck, design sprints, and validation.innovation./innovation

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet β€” be the first to share an update.