Agent skill
agentlightning-skill
Agent Lightning를 사용하여 AI 에이전트를 자동으로 최적화하는 방법을 제공합니다.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentlightning-skill
SKILL.md
Agent Lightning
이 문서는 프롬프트 자동 최적화 프레임워크인 Agent lightning을 어떻게 사용하는지 설명합니다.
Agent Lightning is the absolute trainer to light up AI agents.
- Embraces Algorithms like Reinforcement Learning, Automatic Prompt Optimization, Supervised Fine-tuning and more. 🤗
How to Read this Documentation
This documentation is organized into the following parts:
- 전반적인 agentlightning 원리와 사용방법, 개념: Write First Algorithm How-to Recipes (e.g., Train SQL Agent with RL) - Practical examples of training agents and customizing algorithms.
- Learning More (e.g., Debugging) - Guides on specific topics like debugging or parallelization.
- Algorithm Zoo (e.g., APO) - References for built-in algorithms.
- Deep Dive (e.g., Bird's Eye View) - For a deeper understanding of what Agent-lightning is doing under the hood.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?