mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #29] [MERGED] feat: claude skills #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/vibe-llama/pull/29
Author: @AstraBert
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @AstraBert
Base:
main← Head:clelia/claude-skills📝 Commits (4)
bdd214dwip: claude skills923c3b5wip: more skills and (untested) code support785f3bdchore: add tests and fixes37c58b7chore: more tests and final touches📊 Changes
36 files changed (+1729 additions, -63 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+16 -0)➕
documentation/skills/information-retrieval/SKILL.md(+77 -0)➕
documentation/skills/llamactl/REFERENCE.md(+314 -0)➕
documentation/skills/llamactl/SKILL.md(+89 -0)➕
documentation/skills/pdf-processing/REFERENCE.md(+175 -0)➕
documentation/skills/pdf-processing/SKILL.md(+50 -0)➕
documentation/skills/structured-data-extraction/REFERENCE.md(+352 -0)➕
documentation/skills/structured-data-extraction/SKILL.md(+77 -0)➕
documentation/skills/text-classification/REFERENCE.md(+138 -0)➕
documentation/skills/text-classification/SKILL.md(+83 -0)📝
packages/vibe-llama-core/pyproject.toml(+2 -2)📝
packages/vibe-llama-core/src/vibe_llama_core/docs/__init__.py(+3 -3)📝
packages/vibe-llama-core/src/vibe_llama_core/docs/data.py(+16 -1)📝
packages/vibe-llama-core/src/vibe_llama_core/docs/utils.py(+67 -1)📝
packages/vibe-llama-core/tests/test_docs.py(+52 -2)📝
pyproject.toml(+1 -1)📝
src/vibe_llama/main.py(+13 -2)📝
src/vibe_llama/sdk/base.py(+16 -1)📝
src/vibe_llama/starter/__init__.py(+14 -2)...and 16 more files
📄 Description
Closes #28
Adding skills for claude code to enable:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.