CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
원문 언어: 영어
메뉴
SkillsMP는 llama-farm/llamafarm에서 19개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 19개 중 19개를 표시합니다.
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
원문 언어: 영어
Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.
원문 언어: 영어
Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.
원문 언어: 영어
Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.
원문 언어: 영어
Shared TypeScript best practices for Designer and Electron subsystems.
원문 언어: 영어
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
원문 언어: 영어
Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use `/fix-ci` for current branch or `/fix-ci <run-id>` for a specific run.
원문 언어: 영어
Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/backend) from file paths.
원문 언어: 영어
Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.
원문 언어: 영어
Best practices for the Common utilities package in LlamaFarm. Covers HuggingFace Hub integration, GGUF model management, and shared utilities.
원문 언어: 영어
Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation.
원문 언어: 영어
Designer subsystem patterns for LlamaFarm. Covers React 18, TanStack Query, TailwindCSS, and Radix UI.
원문 언어: 영어
Generate specialized skills for each subsystem in the monorepo. Creates shared language skills and subsystem-specific checklists for high-quality AI code generation.
원문 언어: 영어
Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.
원문 언어: 영어
RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.
원문 언어: 영어
React 18 patterns for LlamaFarm Designer. Covers components, hooks, TanStack Query, and testing.
원문 언어: 영어
Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice user corrections after skill usage, or at the end of skill-heavy sessions. Also use when user says "reflect", "improve skill", or "learn from…
원문 언어: 영어
Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device management, model loading, memory optimization, and performance tuning.
원문 언어: 영어
Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the repository.
원문 언어: 영어