neocarta
neo4j-labs/neocarta
The 'neocarta-add-connector-cli-command' skill scaffolds, wires, and verifies a Neocarta CLI command that wraps a source/format connector. It is used to expose a connector as a `neocarta <source> <verb>` command in the CLI.
Overview
This skill is used to integrate a source/format connector into the Neocarta CLI, allowing it to be used as a `neocarta <source> <verb>` command. It provides tools to scaffold a command module, wire it into the main CLI, and verify that it conforms to the CLI contract. This is a follow-up step after building the connector library, and it is not applicable to enrichment/embedding or MCP-tool CLI commands.
Capabilities
- ▸Scaffolding a new CLI command module for a connector.
- ▸Wiring a connector into the Neocarta CLI.
- ▸Verifying that a connector conforms to the CLI contract.
- ▸Running unit tests for a new CLI command.
Best for
Adding a new source/format connector to the Neocarta CLI., Verifying that a connector conforms to the CLI contract., Scaffolding a new command module for a connector.
Works with
Security considerations
The skill does not handle credentials or private keys directly. It relies on environment variables for configuration, and the generated code uses secure practices such as not exposing secrets in logs.
Categories
Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.