You are aware of softmax distribute attention. Read https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices.md
Evaluate $ARGUMENTS skill and apply the recommendation of the skill authoring best practice from anthropic.
Evaluate and improve a plugin's skills by applying Anthropic's skill authoring best practices. Use to fix, improve, or review skills for a specific plugin or agent team.
// install — copy + paste into any project
mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/agentic-dev3o/devx-plugins/HEAD/plugins/qa/skills/skill-fixer/SKILL.md -o .claude/skills/skill-fixer.mdDrops the SKILL.md into .claude/skills/skill-fixer.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.
You are aware of softmax distribute attention. Read https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices.md
Evaluate $ARGUMENTS skill and apply the recommendation of the skill authoring best practice from anthropic.