Explore

Find agent skills by outcome

139,241 skills indexed with the new KISS metadata standard.

Showing 24 of 139,241
General
PromptBeginner5 minmarkdown

Contributing to Ollama

Thank you for your interest in contributing to Ollama! Here are a few guidelines to help get you started.

0
General
PromptBeginner5 minmarkdown

IMPORTANT: Ensure you’ve thoroughly reviewed the [AGENTS.md](AGENTS.md) file before beginning any work.

generic skill

0
General
PromptBeginner5 minmarkdown

Contributors

The project differentiates between 3 levels of contributors:

0
General
PromptBeginner5 minmarkdown

llama.cpp

![llama](https://user-images.githubusercontent.com/1991296/230134379-7181e485-c521-4d23-a0d6-f7b3b61ba524.png)

0
General
PromptBeginner5 minmarkdown

Security Policy

- [**Reporting a vulnerability**](#reporting-a-vulnerability)

0
General
PromptBeginner5 minmarkdown

[flake8]

max-line-length = 125

0
General
PromptBeginner5 minmarkdown

Extensions

*.a

0
General
PromptBeginner5 minmarkdown

.gitmodules

No description available.

0
General
PromptBeginner5 minmarkdown

See https://pre-commit.com for more information

exclude: prompts/.*.txt

0
General
PromptBeginner5 minmarkdown

Instructions for llama.cpp

> [!IMPORTANT]

0
General
PromptBeginner5 minmarkdown

{

"Exclude": ["^\\.gitmodules$", "stb_image\\.h"],

0
General
PromptBeginner5 minmarkdown

AlignConsecutiveShortCaseStatements: AcrossComments

AlignEscapedNewlines: Left # LeftWithLastLine

0
General
PromptBeginner5 minmarkdown

.clang Tidy

---

0
General
PromptBeginner5 minmarkdown

*.o

*.a

0
General
PromptBeginner5 minmarkdown

https://EditorConfig.org

root = true

0
General
PromptBeginner5 minmarkdown

Security Policy

Please report security issues privately using [the vulnerability submission form](https://github.com/vllm-project/vllm/security/advisories/new).

0
General
PromptBeginner5 minmarkdown

codecov:

require_ci_to_pass: false

0
General
PromptBeginner5 minmarkdown

site_name: vLLM

site_url: !ENV READTHEDOCS_CANONICAL_URL

0
General
PromptBeginner5 minmarkdown

rules currently disabled:

disable=SC1091,SC2004,SC2129,SC2155,SC2164

0
General
PromptBeginner5 minmarkdown

collect_env.py

vllm/model_executor/layers/fla/ops/*.py

0
General
PromptBeginner5 minmarkdown

vLLM Code of Conduct

We as members, contributors, and leaders pledge to make participation in our

0
General
PromptBeginner5 minmarkdown

Contributing to vLLM

You may find information about contributing to vLLM on [docs.vllm.ai](https://docs.vllm.ai/en/latest/contributing).

0
General
PromptBeginner5 minmarkdown

<!-- markdownlint-disable MD001 MD041 -->

<p align="center">

0
General
PromptBeginner5 minmarkdown

Releasing vLLM

vLLM releases offer a reliable version of the code base, packaged into a binary format that can be conveniently accessed via [PyPI](https://pypi.org/project/vllm). These releases also serve as key milestones for the development team to communicate with the community about newly available features, i

0