Use when working with `.c4`/`.likec4` files or LikeC4 CLI/config questions where exact DSL/CLI syntax is required, especially for strict command/snippet-firs...
Security Analysis
high confidenceThe skill is an instruction-only LikeC4 DSL helper whose requirements and instructions align with its stated purpose; it reads and explains DSL/CLI usage and expects the agent to operate on workspace files and the likec4 CLI (no undeclared privileged access was found).
Name/description match the content: the SKILL.md and reference files are focused on LikeC4 DSL syntax, CLI contracts, validation/export semantics, dynamic views, deployment, and related examples. The skill requests no binaries, env vars, or installs — which is appropriate for an instruction-only DSL helper.
Runtime instructions expect the agent to find or create project config files, read workspace .c4/.likec4 files, and produce exact CLI commands or DSL snippets. This file-system and CLI-oriented scope is appropriate for the stated purpose, but it means the agent will need to access project files and may run likec4 CLI commands if invoked — behaviour consistent with the skill but worth noting to users who care about file/command access.
No install spec or code files — instruction-only skills are lowest-risk from an install perspective. Nothing is downloaded or written to disk by an installer here.
The skill declares no required environment variables (primaryEnv none). Some bundled reference docs mention integrations (e.g., LeanIX bridge) that would require a LEANIX_API_TOKEN to run sync/apply, but those credentials are only referenced as required for that optional workflow. The skill itself does not demand any secrets up-front — if you use the bridge/LeanIX features you will need to supply credentials outside the skill.
Flags are default (always: false, agent-invocable allowed). The skill does not request permanent presence or modification of other skills or system-wide agent settings.
Guidance
This is an instruction-only helper for LikeC4 DSL and is internally consistent with that purpose. Before installing: (1) understand that the skill assumes access to your workspace files and to the likec4 CLI if you want executable commands — limit filesystem access to the project directories you trust; (2) the references mention optional integrations (e.g., LeanIX sync) that require an API token (LEANIX_API_TOKEN) — only provide such tokens when you intentionally run those flows and understand they'll contact external APIs; (3) since the skill can produce exact CLI commands, prefer to run those commands yourself in a controlled environment rather than granting the agent unattended command execution; (4) confirm you have the correct likec4 CLI version on PATH (or run via npx/bunx) if you plan to follow its command outputs. Overall the skill appears coherent and aligned with its described DSL/CLI assistance role.
Latest Release
v1.0.0
Initial release of likec4-dsl skill: - Enables precise responses for `.c4`/`.likec4` files, LikeC4 CLI, and DSL syntax queries. - Enforces strict command/snippet-first answering and prohibits substitutions for key CLI commands. - Details required contracts for validation and export commands, flags, and multi-file usage. - Documents DSL syntax rules, file/project scoping, FQN handling, and scope/syntax correctness. - Sets clear response discipline for minimal and exact output when required by prompt. - Includes guardrails for deployment, relationship matching, dynamic views, and CLI flag usage.
Popular Skills
Published by @dc-ai-gh on ClawHub