forguncy-plugin-expert

Guide Forguncy plugin development from project initialization to build standardization.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/nimotea/forguncy-plugin-skill-publish --skill forguncy-plugin-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forguncy-plugin-expert
Source: https://github.com/nimotea/forguncy-plugin-skill-publish/tree/main/skills/forguncy-plugin-expert
Command: npx skills add https://github.com/nimotea/forguncy-plugin-skill-publish --skill forguncy-plugin-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the entire lifecycle of Forguncy plugin development, from project initialization to code standardization and debugging.

Core Features & Use Cases

  • Project Initialization: Guides users through setting up new Forguncy plugin projects using official tools.
  • Code Standardization: Enforces best practices for C# and JavaScript code, ensuring consistency and maintainability.
  • Debugging Assistance: Provides clear protocols for debugging both server-side and client-side code.
  • Use Case: A developer needs to create a new Forguncy plugin for a custom cell type. This Skill will guide them through project setup, provide template code, explain SDK best practices, and help troubleshoot build errors.

Quick Start

Use the forguncy-plugin-expert skill to initialize a new Forguncy plugin project.

Frequently Asked Questions about forguncy-plugin-expert

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

FAQPage Schema
How do I initialize a new Forguncy plugin project?

Initializing a Forguncy plugin project requires using official tools to generate the base structure, providing template code and SDK guidelines to ensure infrastructure compliance from the start.

What are the best practices for standardizing C# and JavaScript code in Forguncy plugins?

Standardizing C# and JavaScript code in Forguncy plugins involves enforcing specific coding best practices to ensure consistency, maintainability, and adherence to Forguncy's development protocols across both server and client sides.

How do I debug server-side and client-side code in a Forguncy plugin?

Debugging Forguncy plugin code requires following clear protocols for both server-side C# and client-side JavaScript, allowing you to troubleshoot build errors and identify runtime issues effectively.

Does Forguncy plugin development require specific SDK knowledge?

Yes, Forguncy plugin development requires understanding the Forguncy SDK to implement custom cell types, enforce infrastructure compliance, and ensure your project adheres to standard build and development protocols.

Why does my Forguncy plugin build fail during development?

Build failures during Forguncy plugin development often occur when project initialization or code structure deviates from SDK best practices, requiring you to troubleshoot using standard debugging protocols.