Skip to main content
GitHub repository

ClarionAssistant

ClarionAssistant contains 23 collected skills from ClarionLive, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
23
Stars
11
updated
2026-06-08
Forks
13
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

clarion-analyze
software-quality-assurance-analysts-and-testers

Analyze Clarion code generation traces to find recurring failure patterns. Uses evidence-gating (2+ occurrences) to identify real issues. Suggests improvements for the /clarion skill. Triggers on '/clarion-analyze', 'analyze clarion traces', 'what mistakes am I making'.

2026-06-08
clarion-benchmark
software-quality-assurance-analysts-and-testers

Benchmark Clarion code generation quality by running test prompts and scoring the output. Measures improvement over time. Triggers on '/clarion-benchmark', 'benchmark clarion', 'test clarion code quality'.

2026-06-08
clarion-convert-driver
software-developers

Convert a Clarion dictionary from one file driver to another (e.g., TopSpeed to SQLite). Exports the dictionary to .dctx, transforms driver settings, regenerates GUIDs, creates a new .dct from blank template, and prepares for import. User must perform the final import manually in the IDE.

2026-06-08
clarion-ide-addin
software-developers

Create Clarion IDE addins with proper project structure, templates, and SharpDevelop integration. Use when creating new IDE tools, pads, embeditor toolbar buttons, or menu commands for the Clarion IDE.

2026-06-08
clarion
software-developers

Clarion language programming reference with syntax rules, data types, control structures, Windows API integration patterns, and template-authoring gotchas (#AT,

2026-06-08
clarioncom-build
software-developers

Compile C# COM projects for Clarion using MSBuild with correct paths, error handling, and build verification. Supports public releases with changelog management. Auto-applies for building .NET Framework COM components. Verification steps use parallel execution.

2026-06-08
clarioncom-config
software-developers

View and manage ClarionCOM configuration settings including Clarion installation path and default project folder

2026-06-08
clarioncom-control
software-developers

Create and validate C# COM controls for Clarion with correct patterns. Auto-applies when user mentions COM control, Clarion control, ActiveX, or debugging COM registration/event issues. Uses parallel execution for independent operations.

2026-06-08
clarioncom-create
software-developers

Creates complete C# COM control projects for Clarion from scratch. Generates all required files (interfaces, implementation, manifest) with proper COM attributes and GUIDs. Uses parallel file updates where possible.

2026-06-08
clarioncom-deploy
software-developers

Generate deployment artifacts for Clarion COM components including batch scripts (validation and test scripts), HTML documentation, and metadata files. Auto-applies after successful COM builds. Registration-free COM only. Generates deployment files in parallel where possible. Uses simple file naming (all files share same base name as DLL).

2026-06-08
clarioncom-get
software-developers

Download a ClarionCOM control from the marketplace to your local machine

2026-06-08
clarioncom-github-init
software-developers

Initialize a GitHub repository for a ClarionCOM project with proper .gitignore, README, and remote setup

2026-06-08
clarioncom-marketplace-submit
software-developers

Submit a ClarionCOM control to the COM Marketplace for discovery by the Clarion community

2026-06-08
clarioncom
software-developers

Interactive COM development assistant - guides you through creating, building, validating, or deploying Clarion COM components

2026-06-08
clarioncom-validate
software-developers

Validate and remediate existing C# COM controls for Clarion RegFree COM compliance. Auto-applies when reviewing COM controls, fixing COM issues, or migrating from registry-based to manifest-based COM. Uses parallel execution for independent validation checks.

2026-06-08
clarioncom-webview2-build
software-developers

Builds WebView2 COM control projects with proper verification of WebView2 dependencies and wwwroot deployment

2026-06-08
clarioncom-webview2-create
software-developers

Creates WebView2-based COM controls for Clarion using HTML/CSS/JavaScript with browser rendering

2026-06-08
clarioncom-webview2-deploy
software-developers

Generates deployment artifacts for WebView2 COM controls including wwwroot handling and WebView2 runtime documentation

2026-06-08
clarioncom-webview2-validate
software-developers

Validates WebView2 COM controls for RegFree COM compliance, WebView2 configuration, and wwwroot structure

2026-06-08
evaluate-code
software-developers

Evaluate Clarion application code for issues, improvements, and optimization. Exports fresh TXA, analyzes code, shows diffs for any changes, and applies via embeditor.

2026-06-08
jfiles
software-developers

jFiles JSON serialization patterns for Clarion. Queue-to-JSON, NAME attributes for case control, TagCase settings, field trimming, and common gotchas. Auto-applies when working with jFiles or JSON serialization in Clarion code.

2026-06-08
lsp-diagnostics
software-developers

Run LSP diagnostics across all source files in the open Clarion solution. Reports errors, warnings, and info grouped by file with click-to-navigate support.

2026-06-08
stringtheory
software-developers

CapeSoft StringTheory patterns and gotchas for Clarion. Covers BLOB/MEMO field handling, common method confusions, and storage-aware serialization. Auto-applies whenever StringTheory (st, stringtheory) is referenced in Clarion code or templates.

2026-06-08