·4d-check-syntax
</>

4d-check-syntax

Check syntax and compile a 4D project to find errors and type issues. Use this skill when the user wants to compile, check syntax, or validate a 4D project. Creates a _compile method if not present, then runs it using tool4d. Returns compilation errors in JSON format for easy parsing.

4Installs·0Trend·@e-marchand

Installation

$npx skills add https://github.com/e-marchand/skills --skill 4d-check-syntax

How to Install 4d-check-syntax

Quickly install 4d-check-syntax AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/e-marchand/skills --skill 4d-check-syntax
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: e-marchand/skills.

SKILL.md

View raw

Compile a 4D project to check for syntax errors and type mismatches.

Uses the 4d-run skill to execute the compilation method. Ensure tool4d is available:

Compilation requires a compile method in the project. If not present, copy assets/compile.4dm to Project/Sources/Methods/compile.4dm.

Check syntax and compile a 4D project to find errors and type issues. Use this skill when the user wants to compile, check syntax, or validate a 4D project. Creates a _compile method if not present, then runs it using tool4d. Returns compilation errors in JSON format for easy parsing. Source: e-marchand/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/e-marchand/skills --skill 4d-check-syntax
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from e-marchand/skills

Quick answers

What is 4d-check-syntax?

Check syntax and compile a 4D project to find errors and type issues. Use this skill when the user wants to compile, check syntax, or validate a 4D project. Creates a _compile method if not present, then runs it using tool4d. Returns compilation errors in JSON format for easy parsing. Source: e-marchand/skills.

How do I install 4d-check-syntax?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/e-marchand/skills --skill 4d-check-syntax Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/e-marchand/skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25