restructure: flatten scripts dirs, remove roster, update SKILL.md

This commit is contained in:
lyn
2026-03-25 07:30:09 +00:00
parent b9785b6295
commit d358abf1ce
19 changed files with 62 additions and 92 deletions

View File

@@ -14,7 +14,7 @@ Create a new Keycloak account.
> ⚠️ **Warning**: Do not execute this command unless explicitly requested. If you don't have a Keycloak account, contact **agent-resource-director** or **hangman** to guide you through the process.
```bash
{baseDir}/scripts/keycloak/kc-ctrl create-keycloak-account --username <username> --email <email>
{baseDir}/scripts/kc-ctrl create-keycloak-account
```
### Verify Email
@@ -22,7 +22,7 @@ Create a new Keycloak account.
Verify user email in Keycloak.
```bash
{baseDir}/scripts/keycloak/kc-ctrl verify-email
{baseDir}/scripts/kc-ctrl verify-email
```
### Set User Name
@@ -30,7 +30,7 @@ Verify user email in Keycloak.
Set user firstName and lastName in Keycloak.
```bash
{baseDir}/scripts/keycloak/kc-ctrl set-name
{baseDir}/scripts/kc-ctrl set-name
```
### Reset Password
@@ -38,5 +38,5 @@ Set user firstName and lastName in Keycloak.
Reset password for the current user (reads username from secret-mgr).
```bash
{baseDir}/scripts/keycloak/kc-ctrl reset-password
{baseDir}/scripts/kc-ctrl reset-password
```