Back to Skills

llama-factory

zechenzhangAGI
Updated Yesterday
41 views
62
2
62
View on GitHub
Designllama-factoryfine-tuningllmwebuino-codeqloraloramultimodalhuggingfacellamaqwengemma

About

This skill provides expert guidance for fine-tuning LLMs using LLaMA-Factory, a framework featuring a no-code WebUI and support for 100+ models. It offers comprehensive assistance for implementing solutions, debugging code, and learning best practices when working with LLaMA-Factory's capabilities like multi-bit QLoRA and multimodal support. Use this skill when developing, debugging, or asking about LLaMA-Factory features and APIs.

Documentation

Llama-Factory Skill

Comprehensive assistance with llama-factory development, generated from official documentation.

When to Use This Skill

This skill should be triggered when:

  • Working with llama-factory
  • Asking about llama-factory features or APIs
  • Implementing llama-factory solutions
  • Debugging llama-factory code
  • Learning llama-factory best practices

Quick Reference

Common Patterns

Quick reference patterns will be added as you use the skill.

Reference Files

This skill includes comprehensive documentation in references/:

  • _images.md - Images documentation
  • advanced.md - Advanced documentation
  • getting_started.md - Getting Started documentation
  • other.md - Other documentation

Use view to read specific reference files when detailed information is needed.

Working with This Skill

For Beginners

Start with the getting_started or tutorials reference files for foundational concepts.

For Specific Features

Use the appropriate category reference file (api, guides, etc.) for detailed information.

For Code Examples

The quick reference section above contains common patterns extracted from the official docs.

Resources

references/

Organized documentation extracted from official sources. These files contain:

  • Detailed explanations
  • Code examples with language annotations
  • Links to original documentation
  • Table of contents for quick navigation

scripts/

Add helper scripts here for common automation tasks.

assets/

Add templates, boilerplate, or example projects here.

Notes

  • This skill was automatically generated from official documentation
  • Reference files preserve the structure and examples from source docs
  • Code examples include language detection for better syntax highlighting
  • Quick reference patterns are extracted from common usage examples in the docs

Updating

To refresh this skill with updated documentation:

  1. Re-run the scraper with the same configuration
  2. The skill will be rebuilt with the latest information

Quick Install

/plugin add https://github.com/zechenzhangAGI/AI-research-SKILLs/tree/main/llama-factory

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

zechenzhangAGI/AI-research-SKILLs
Path: 03-fine-tuning/llama-factory
aiai-researchclaudeclaude-codeclaude-skillscodex

Related Skills

when-optimizing-prompts-use-prompt-architect

Other

This skill provides a structured framework for developers to systematically analyze, refine, and optimize prompts for AI systems using evidence-based techniques. It helps eliminate anti-patterns and improve prompt structure, which is triggered by poor response quality or inconsistent outputs. The process includes A/B testing to validate effectiveness and produces an optimized prompt along with an analysis report.

View skill

requesting-code-review

Design

This skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.

View skill

receiving-code-review

Design

This skill helps developers process code review feedback by emphasizing technical verification over immediate agreement. It provides a structured workflow for understanding, evaluating, and responding to suggestions, especially when feedback is unclear or technically questionable. The core principle is to ensure technical correctness through rigorous analysis before implementing any changes.

View skill

executing-plans

Design

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

View skill