Boxfusion/Boxfusion-plugins

2Stars on the repository
36Mods indexed here, across every type
19d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

Boxfusion/Boxfusion-plugins

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

2 19d ago A 251 tokens

create-test

02

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 206 tokens

run-test-remote

03

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 241 tokens

run-test

04

Boxfusion/Boxfusion-plugins

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…

2 19d ago C 258 tokens

test-setup

05

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 336 tokens

Boxfusion/Boxfusion-plugins

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

2 19d ago A 89 tokens

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 98 tokens

shesha-ref-numbers

08

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 109 tokens

shesha-workflow

09

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 76 tokens

add-analyzers

10

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.

2 19d ago A 43 tokens

clean-form-config

11

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 188 tokens

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 103 tokens

Boxfusion/Boxfusion-plugins

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…

2 19d ago A 195 tokens

document-shaconfigs

14

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Documents Shesha .shaconfig configuration packages by extracting their contents and generating a CSV inventory report. Use when asked to document, inventory, audit, list, or report on .shaconfig files, Shesha configuration packages, or Shesha configuration items (forms, permission definitions, reference lists, etc.).

2 19d ago A 68 tokens

generate-sql-query

15

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Generates a safe, read-only Microsoft SQL Server (T-SQL) query from a natural-language request against a Shesha database, using the Shesha entity metadata to find relevant tables, build schema context, and validate the result. Ports the Shesha Automate Engine's SQL generator (prompts + validation rules) so it runs…

2 19d ago A 140 tokens

harden-permissions

16

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Uses Playwright to set permissions on unsecured Shesha API endpoints via the permissioned-objects admin UI. Restricts write operations to app:Configurator. Use when the user wants to harden, secure, or lock down API endpoints, fix permissioned-objects, restrict access to admin-only services, or add authorization to…

2 19d ago A 79 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Links a Shesha backend module as a local project reference for debugging, or unlinks it back to NuGet. Reads Directory.Build.props to detect available modules, creates or updates a Debug solution file, toggles UseLocal flags, and wraps PackageReference entries in MSBuild Choose/When/Otherwise conditional blocks. Use…

2 19d ago A 104 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Removes all Intent Architect artifacts and references from a Shesha (or any .NET) project. Deletes the root-level intent/ metadata folder and .isln solution files, removes Intent. NuGet package references, and strips Intent-related using statements, [IntentManaged(...)] attributes, and [assembly: IntentTemplate(...)]…

2 19d ago A 0 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Runs integration tests against a dedicated test database. Handles database provisioning, fast resets, config updates, and test execution. Use when the user wants to run integration tests, test against a real database, or mentions "run integration tests", "run tests", "integration test", or "test database".

2 19d ago A 64 tokens

setup-claude-logger

20

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Installs the Claude Logger configuration into Claude Code settings.json files — the CLAUDELOGGERAPIURL env var, the shesha-utils plugin, and the boxfusion-plugins marketplace. The UserPromptSubmit/PreToolUse/PostToolUse/SessionStart/Stop ingest hooks ship with the plugin (hooks/hooks.json) and reference the bundled…

2 19d ago B 210 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Scans a target project repository for its Shesha modules, looks up each module's full published version and dependency history on the private Boxfusion Azure Artifacts NuGet/npm feed (or the public nuget.org/npmjs.org registries, plus a specific git ref for source extraction, when the repo is specifically…

2 19d ago A 176 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Set up a Shesha-based project development environment aligned to Boxfusion development standards and best practices. Run this when a new Shesha project has just been created to verify and configure the dev environment.

2 19d ago C 45 tokens

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Creates new Shesha-specific skills by analyzing existing Shesha application code, documentation, and descriptions. Produces properly structured SKILL.md files with supporting reference files following best practices. Use when the user wants to create a new skill for Shesha code generation, workflow patterns, or any…

2 19d ago A 72 tokens

skill-creator

24

Boxfusion/Boxfusion-plugins

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2 19d ago A 45 tokens