Plugin Claude Code
Plugin marketplace listing 3 plugins: shesha-enterprise, shesha-utils, shesha-auto-testing.
Plugin Claude Code
Plugin marketplace listing 3 plugins: shesha-enterprise, shesha-utils, shesha-auto-testing.
Settings file Claude Code
Instructions file
Claude Code instructions for Boxfusion/Boxfusion-plugins, covering boxfusion plugins, repository structure, creating and updating skills, key conventions and commit message style.
Plugin Claude Code
Automated end-to-end testing toolkit for Shesha framework applications. Provides skills for scaffolding Playwright test infrastructure, authoring test plans, running tests locally and on remote hubs, and syncing results to a central reports dashboard.
Skill Claude CodeCodex
Imports Azure DevOps Test Plan / Test Suite test cases via the Azure DevOps MCP server (@azure-devops/mcp) and generates paired markdown test plans + recorded Playwright specs under test-plans/. Trigger phrases include "create test from devops", "import test plan from azure devops", "generate tests from test plan "…
Skill Claude CodeCodex
Author a new markdown test plan at test-plans/ / .md AND a paired Playwright spec at test-plans/ / .spec.ts with real selectors recorded live via MCP browser. Trigger phrases include "create a test", "create a test plan", "new test for X", "test plan for Y", "add a test that...". The user provides only a title and a…
Skill Claude CodeCodex
Dispatch a test plan to GitHub Actions instead of running it locally — the cloud-side workflow uses claude-code-action to drive the test, posts a Teams Adaptive Card on failure, and publishes an Allure report to gh-pages. Trigger phrases include "/Run-test-remote", "run test remote", "run on CI", "dispatch test on…
Skill Claude CodeCodex
Execute one or more markdown test plans from test-plans/ locally using the Playwright-first / AI-repair hybrid runner. Trigger phrases include "run test X", "run the X test", "run test-plans/ / .md", "execute the call log test", "run the test plan for Y". When the plan name is ambiguous (multiple matches, or none…
Skill Claude CodeCodex
Self-reliant, fast bootstrap for the hybrid Markdown + Playwright testing workflow. One command — /test-setup — gets a fresh project to a state where /CreateTest works first try. Scaffolds every file the workflow needs (CLAUDE.md, package.json, playwright.config.ts, tsconfig.json, .gitignore, scripts/run-plan.js…
Plugin Claude Code
Version-pinned skill set for the v0.43 release of the Shesha framework. Mirrors the full historical toolkit — domain modeling, application layer, configuration items, workflow, document generation, reference numbers, notifications, integration testing, project setup, permission hardening, form cleanup, and analyzers .
Skill Claude CodeCodex
Analyzes Shesha BPMN workflow ProcessState XML logs to identify execution issues — failed gateways, suspended processes, missing flows, variable problems, and timing anomalies. Use when the user asks to interpret, debug, diagnose, or analyze workflow state XML files, BPMN execution logs, or ProcessState documents.…
Skill Claude CodeCodex
Generates Shesha document generation artifacts for producing PDFs or Word documents from Word templates via Aspose mail merge. Creates DTOs, item classes, AutoMapper profiles, application services, controllers, Word template guidance, and sample Word document templates with proper merge fields. Use when the user asks…
Skill Claude CodeCodex
Generates reference number logic for business entities in Shesha framework .NET applications. Creates sequential reference number generator usage code, format strings with date/sequence/financial-year placeholders, reset cycle configuration, and custom generator classes implementing IRefNumberGenerator. Use when the…
Skill Claude CodeCodex
Generates Shesha workflow artifacts for .NET applications using ABP framework with NHibernate. Creates workflow instances, definitions, managers, service tasks, extension methods, and FluentMigrator database migrations. Use when the user asks to create, scaffold, or update workflow-related classes, workflow steps…
Plugin Claude Code
Version-pinned skill set for the v0.43 release of the Shesha framework. Mirrors the full historical toolkit — domain modeling, application layer, configuration items, workflow, document generation, reference numbers, notifications, integration testing, project setup, permission hardening, form cleanup, and analyzers .
Hook
Runs when you submit a prompt, before the agent sees it, executing cc_logger.py via python. From Boxfusion/Boxfusion-plugins.
Hook
Runs before the agent uses a tool, executing cc_logger.py via python. From Boxfusion/Boxfusion-plugins.
Hook
Runs after a tool call finishes, executing cc_logger.py via python. From Boxfusion/Boxfusion-plugins.
Hook
Runs when a session starts, executing cc_logger.py via python. From Boxfusion/Boxfusion-plugins.
Hook
Runs when the agent finishes a response, executing cc_logger.py via python. From Boxfusion/Boxfusion-plugins.
Skill Claude CodeCodex
Use this skill to add essential code quality analyzers to .NET projects, including AsyncFixer, IDisposableAnalyzers, and Microsoft.VisualStudio.Threading.Analyzers with best-practice configurations.
Skill Claude CodeCodex
Analyzes a Shesha form configuration JSON and removes dead/obsolete component properties, strips console.log calls from JS code strings, validates property value types, validates the shape of dropdown values items, detects scripts referencing component labels instead of propertyNames, runs layout validations…
Skill Claude CodeCodex
Creates and scaffolds integration test projects for Shesha framework .NET applications. Sets up xUnit test infrastructure with NHibernate, database fixtures, test modules, and base classes. Detects whether Shesha.Testing NuGet package is available and adapts accordingly — using the package when present, or scaffolding…
Skill Claude CodeCodex
Creates or updates DevExpress reports in a Shesha application from natural-language requirements — instead of hand-configuring them in the front-end report designer. Generates the DevExpress XtraReport definition XML (SQL data source + bands/tables/charts), the report parameters, and a Shesha filter form, then deploys…