Skip to content

feat: per-skill enable/disable configuration#59

Open
buuzzy wants to merge 1 commit intoworkany-ai:devfrom
buuzzy:feat/skill-enable-disable
Open

feat: per-skill enable/disable configuration#59
buuzzy wants to merge 1 commit intoworkany-ai:devfrom
buuzzy:feat/skill-enable-disable

Conversation

@buuzzy
Copy link
Copy Markdown

@buuzzy buuzzy commented Apr 17, 2026

Users can toggle individual skills on/off via REST API. Config persisted to ~/.workany/skills-config.json. All skills enabled by default; only explicitly disabled ones are listed.

Endpoints: GET /skills/config, POST /skills/config, PUT /skills/config/:name

Users can toggle individual skills on/off via API without deleting files.
Config persisted to ~/.workany/skills-config.json.

- shared/skills/config.ts: persistent enable/disable state
- shared/skills/register.ts: SDK registration respecting disabled list
- app/api/skills.ts: GET/POST /skills/config endpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant