add-plugin-claude

Generate AnimalAI plugin scaffolds with StandardKernel registration.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dezverev/AnimalAL-v1 --skill add-plugin-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-plugin-claude
Source: https://github.com/dezverev/AnimalAL-v1/tree/main/.claude/skills/add-plugin-claude
Command: npx skills add https://github.com/dezverev/AnimalAL-v1 --skill add-plugin-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious, error-prone process of creating complete AnimalAI plugin scaffolds that follow project conventions. It reduces boilerplate, enforces consistency, and speeds up plugin development.

Core Features & Use Cases

  • Template-driven scaffolding: Generates both Base and Nested Kernel plugin templates with standard folders, classes, and registration code.
  • Provider and test stubs: Creates provider hooks, integration tests, and test case scaffolding aligned with existing patterns.
  • Seamless integration: Produces the necessary files and updates StandardKernel registration to enable immediate use.

Quick Start

Use the add-plugin-claude skill to scaffold a new CalcPlugin that provides basic arithmetic operations and is wired into the kernel.

Frequently Asked Questions about add-plugin-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new AnimalAI plugin from a feature?

You can scaffold an AnimalAI plugin by generating base or nested kernel templates with standard folders, provider hooks, and integration test stubs. This skill produces complete plugin scaffolding and updates StandardKernel registration for immediate use in AnimalAI-v1.

What is the best way to generate C# plugin templates for AnimalAI-v1?

The best way to generate C# plugin templates for AnimalAI-v1 is using template-driven scaffolding that enforces project conventions. This approach creates base and nested kernel plugin structures, reducing boilerplate and preventing manual registration errors in StandardKernel.

Do I need external dependencies to create AnimalAI plugin scaffolding?

You do not need external dependencies to create AnimalAI plugin scaffolding beyond standard CLI tooling. The template generation process relies on understanding project patterns and standard registration in StandardKernel to produce the necessary files.

How does template-driven scaffolding work for nested kernel plugins?

Template-driven scaffolding for nested kernel plugins works by generating standard folders, classes, and provider hooks based on project conventions. It creates the necessary file structure and updates StandardKernel registration to enable immediate use without manual boilerplate.

Can I generate integration test stubs when scaffolding an AnimalAI plugin?

Yes, you can generate integration test stubs when scaffolding an AnimalAI plugin. The skill creates provider hooks, integration tests, and test case scaffolding aligned with existing patterns alongside the base or nested kernel plugin templates.