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, and remove users by editing the canonical L2 user files and related group membership files.
Use this skill when the user asks to create a user, remove a user, change a user's full name, reset a password, revoke sessions, or explain how user account files are organized.
L2/<username>/ is the user's root folder. If this folder is deleted, the local account data and user customware are removed.L2/<username>/user.yaml stores user metadata. full_name belongs here.L2/<username>/meta/password.json stores the backend-sealed SCRAM verifier used by login.L2/<username>/meta/logins.json stores signed session verifiers. Writing {} here revokes current sessions.L2/<username>/mod/ is the optional user customware root.There is no separate user registry file. The watched user index is derived from the files under L2/<username>/.
/, for example await space.api.fileWrite("L2/alice/") or await space.api.fileWrite("L2/alice/mod/").await space.api.fileDelete(path). Directory deletes are recursive.npx skills add agent0ai/space-agent --skill user-managementHow 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.