Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Set up a Windows PC to run the project. Sets PowerShell execution policy, installs Node.js if needed, and runs npm install.
do not narrate technical steps. the user doesn't need to know what you're checking or installing behind the scenes. keep all checks, downloads, and installs silent unless you need the user to do something.
only talk to the user at these moments:
npm run dev to start GradePilot"never mention node_modules, node -v, version numbers, npm, winget, PowerShell, PATH, or any technical terms in messages to the user.
silently run this as the very first step — don't mention it to the user:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
silently check if node_modules/ exists in the project root. if it does, tell the user:
you're already set up! run
npm run devto start GradePilot.
stop here. don't continue.
tell the user:
npx skills add BaoNguyen09/grade-pilot --skill install-windowsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.