refactor: enforce layer responsibilities across all skills
Rewrote docs/standard.md as the single source of truth for skill structure (menu/tools/recipes/manual analogy). Trimmed all SKILL.md files to pure routers, moved recruitment workflow out of SKILL.md into workflows/recruitment.md, removed duplicated standards from workflow files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,40 +3,15 @@ name: keycloak-hangman-lab
|
||||
description: Keycloak operations for hangman-lab.top - manage accounts, email verification, and passwords.
|
||||
---
|
||||
|
||||
> ⚠️ **Note**: All scripts must be executed via the `pcexec` tool.
|
||||
> All scripts must be executed via the `pcexec` tool.
|
||||
|
||||
## Keycloak Operations
|
||||
## Scripts
|
||||
|
||||
### Create Keycloak Account
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `{baseDir}/scripts/kc-ctrl create-keycloak-account` | Create a new Keycloak account |
|
||||
| `{baseDir}/scripts/kc-ctrl verify-email` | Verify user email in Keycloak |
|
||||
| `{baseDir}/scripts/kc-ctrl set-name` | Set user firstName and lastName |
|
||||
| `{baseDir}/scripts/kc-ctrl reset-password` | Reset password (reads username from secret-mgr) |
|
||||
|
||||
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/kc-ctrl create-keycloak-account
|
||||
```
|
||||
|
||||
### Verify Email
|
||||
|
||||
Verify user email in Keycloak.
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/kc-ctrl verify-email
|
||||
```
|
||||
|
||||
### Set User Name
|
||||
|
||||
Set user firstName and lastName in Keycloak.
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/kc-ctrl set-name
|
||||
```
|
||||
|
||||
### Reset Password
|
||||
|
||||
Reset password for the current user (reads username from secret-mgr).
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/kc-ctrl reset-password
|
||||
```
|
||||
> **create-keycloak-account**: Do not execute unless explicitly requested. Contact **agent-resource-director** or **hangman** first.
|
||||
|
||||
Reference in New Issue
Block a user