microsoft/profile-test-skill
| **PROFILE TEST** - A skill for testing the profile command.
npx skills add https://github.com/microsoft/waza --skill profile-test-skill
A test skill used for verifying the waza tokens profile command.
Use this skill when:
waza tokens profile my-skill
{
"name": "my-skill",
"tokens": 500,
"sections": 5
}
File Tokens Sections
-------------------------------
SKILL.md 500 5
Set up your skill with proper frontmatter:
name: my-skill
description: A useful skill
Take microsoft/profile-test-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.