Loading...
Loading...
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
npx skill4agent add github/awesome-copilot create-tldr-pagetldrgitnmclidistrobox-create#fetchtldrtldr-h--help/?--tldr--man[!IMPORTANT] If a help argument (likeor--help) is passed, provide a summary of THIS prompt, rendering the output as markdown using the tldr template format. Do NOT create a new tldr page for the command.--tldr
/create-tldr-page #fetch <URL> <command> [text data] [context file]/create-tldr-page https://some-command.io/docs/manual.htmlI'll fetch the URL and analyze the documentation.
From the data extracted, I assume the command is `some-command`. Is this correct? (yes/no)/create-tldr-page some-commandA URL to authoritative documentation is required for tldr pages. Here are some acceptable URL
patterns:
1. https://gnu.org/software/manual/html_node/some-command.html
2. https://some.org/serve/some.man.html#some-command
3. https://some-command.io/docs/cli/latest/manual
4. https://some-command.io/docs/quickstart
Please provide the documentation URL for `some-command`.# command
> Short, snappy description.
> Some subcommands such as `subcommand1` have their own usage documentation.
> More information: <https://url-to-upstream.tld>.
- View documentation for creating something:
`tldr command-subcommand1`
- View documentation for managing something:
`tldr command-subcommand2`{{placeholder}}/create-tldr-page #fetch https://git-scm.com/docs/git git# git
> Distributed version control system.
> Some subcommands such as `commit`, `add`, `branch`, `switch`, `push`, etc. have their own usage documentation.
> More information: <https://git-scm.com/docs/git>.
- Create an empty Git repository:
`git init`
- Clone a remote Git repository from the internet:
`git clone {{https://example.com/repo.git}}`
- View the status of the local repository:
`git status`
- Stage all changes for a commit:
`git add {{[-A|--all]}}`
- Commit changes to version history:
`git commit {{[-m|--message]}} {{message_text}}`
- Push local commits to a remote repository:
`git push`
- Pull any changes made to a remote:
`git pull`
- Reset everything the way it was in the latest commit:
`git reset --hard; git clean {{[-f|--force]}}`minipro {{[-p|--device]}} {{chip_name}}git commit {{[-m|--message]}} {{message_text}}minipro -p {{chip_name}}minipro {{[-E|--erase]}}git add {{[-A|--all]}}ls -lminipro -L{{[-l|--list]}}git inittldr {{command}}{{device_name}}{{chip_name}}{{repository_url}}{{path/to/file}}{{https://example.com}}command {{[-o|--option]}} {{value}}command -o {{value}}