BA
Performs the foo operation with input validation and schema checking.
Install
mkdir -p .claude/skills/bar3 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14294" && unzip -o skill.zip -d .claude/skills/bar3 && rm skill.zipInstalls to .claude/skills/bar3
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Performs the foo operation with input validation and schema checking.69 charsno explicit “when” trigger
About this skill
Foo Skill 1
This is a small test skill file that should pass all token limits.
Instructions
When the user asks you to perform the foo operation, follow these steps:
- First, check the input parameters
- Then validate them against the schema
- Finally, execute the operation and return the result
Be concise and accurate in your responses.