install
source · Clone the upstream repo
git clone https://github.com/brunocapelao/miniAutoGen
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brunocapelao/miniAutoGen "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Projeto/skills/example" ~/.claude/skills/brunocapelao-miniautogen-example-4d775c && rm -rf "$T"
manifest:
Projeto/skills/example/SKILL.mdsource content
Example Skill
This is a starter skill template for the Projeto project.
When to use
Replace this with instructions for when this skill should be activated.
How to act
Replace this with the operational procedure this skill teaches.
Quality criteria
Replace this with the quality standards for this skill's output.