Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
**CRITICAL**: Only create or modify files when explicitly requested by the user. Do not proactively create documentation, examples, or helper files unless directly asked.
Sign in to like and favorite skills
CRITICAL: Only create or modify files when explicitly requested by the user. Do not proactively create documentation, examples, or helper files unless directly asked.
This is a generic, pluggable agentic AI CLI framework. The goal is to provide a standalone, reusable CLI that makes it easy to create, test, and deploy agentic systems with any LLM provider or framework.
Dependency Management: This project uses
uv for dependency management.
IMPORTANT: Always use
uv run to execute commands in this repository.
Examples:
# Run tests uv run pytest # Run Python scripts/modules uv run python script.py # Run linting uv run ruff check src tests # Run formatting uv run ruff format src tests # Any other command uv run <command>
uv run pytestuv run for all commandsdocs/ folder when requested