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.
Create, update, remove, and explain user accounts, password verifiers, sessions, and user-root storage as an admin.
Use this skill for concrete user-account work.
const info = await space.api.userSelfInfo().info.groups.includes("_admin") === true.L2/<username>/ is the user's logical root.L2/<username>/user.yaml stores user metadata such as full_name.L2/<username>/meta/password.json stores the backend-sealed SCRAM verifier.L2/<username>/meta/logins.json stores signed session verifiers.L2/<username>/mod/ is that user's customware module root.There is no separate user registry file. The watched user index is derived from files under L2/<username>/.
L2/alice/user.yaml.CUSTOMWARE_PATH, these logical paths stay the same.fileWrite(".../") creates a directory because the path ends with /.meta/password.json or individual session entries. Use password_generate for password records and only write {} when revoking sessions.npx skills add agent0ai/space-agent --skill usersHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.