From f4379a75cc53e141c613ea4195376ade5ae07c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Antunovi=C4=87?= Date: Thu, 19 Mar 2026 23:56:06 +0100 Subject: [PATCH] Add LucidShark - unified code quality tool for AI agents --- data/tools/lucidshark.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 data/tools/lucidshark.yml diff --git a/data/tools/lucidshark.yml b/data/tools/lucidshark.yml new file mode 100644 index 000000000..93e4c1fa6 --- /dev/null +++ b/data/tools/lucidshark.yml @@ -0,0 +1,31 @@ +name: LucidShark +categories: + - linter + - formatter +tags: + - c + - cpp + - csharp + - go + - java + - javascript + - kotlin + - php + - python + - ruby + - rust + - scala + - security + - swift + - typescript +license: Apache-2.0 +types: + - cli +source: 'https://github.com/toniantunovi/lucidshark' +homepage: 'https://github.com/toniantunovi/lucidshark' +description: >- + Unified code quality tool that enables AI agents to generate code safely + by automatically checking, reporting, and helping fix quality issues. + Consolidates linting, type checking, formatting, security scanning (SAST/SCA/IaC), + testing, coverage analysis, and duplication detection into one tool. + Local-first with MCP support for Claude Code. Supports 15 languages.