reflexion
New653Community RegistryGeneralby Vlad Goncharov
Collection of commands that force LLM to reflect on previous response and output. Based on papers like Self-Refine and Reflexion. These techniques improve the output of large language models by introducing feedback and refinement loops.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/reflexion.md https://raw.githubusercontent.com/NeoLabHQ/context-engineering-kit/main/SKILL.md3
Invoke in Claude Code
/reflexionView source on GitHub
Frequently Asked Questions
What is reflexion?
Collection of commands that force LLM to reflect on previous response and output. Based on papers like Self-Refine and Reflexion. These techniques improve the output of large language models by introducing feedback and refinement loops.
How to install reflexion?
To install reflexion, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /reflexion.
What is reflexion best for?
reflexion is a community categorized under General. Created by Vlad Goncharov.