Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
This repository provides additional nodes for the [nodetool](https://github.com/nodetool-ai/nodetool) project and depends on [nodetool-core](https://github.com/nodetool-ai/nodetool-core).
Sign in to like and favorite skills
This repository provides additional nodes for the nodetool project and depends on nodetool-core.
src/nodetool/nodes/lib and must inherit from BaseNode.pydantic.Field and async process methods should return the appropriate reference type.get_basic_fields class method listing the most relevant fieldsAfter adding or changing nodes run these commands to generate metadata and DSL.
nodetool package scan nodetool codegen
Before submitting a pull request, run the following checks:
ruff check . black --check . pytest -q
Formatting issues or lint errors should be fixed before committing. Test coverage is expected to be added when applicable.