← ClaudeAtlas

plainly-configurelisted

Interview the user, list, inspect, select, reset, or override Plainly response styles for the active project. Use when the user asks to personalize how the AI writes, choose a built-in Plainly style, configure a project-owned external style file, or view the active style.
noory-code/noory-ai · ★ 0 · AI & Automation · score 72
Install: claude install-skill noory-code/noory-ai
# Plainly Configure Use Plainly's deterministic configuration script at `${CLAUDE_PLUGIN_ROOT}/scripts/configure.py`. If the host does not expand that variable, resolve the plugin root two directories above this `SKILL.md` and use the same `scripts/configure.py` path. ## Where settings live - A project's choice lives at `<workspace>/.plainly/settings.json`. Pass the workspace root through `--project-root`. - The person's own default lives at `<home>/.plainly/settings.json` and applies wherever a project pins nothing. Reach it with `--user`. - A project always wins over that default. Ask which one the request means before writing either. - The user-wide file may name a built-in profile only. An external style file there would read from outside every project it applies to, so `set-file` has no `--user` form. - Environment variables remain temporary overrides. ## Commands Run the corresponding command with `python3`: ```text <cli> list <cli> show --project-root <workspace> <cli> set-profile <profile> --project-root <workspace> <cli> set-profile <profile> --user <cli> set-file <path> --project-root <workspace> <cli> apply-interview --length <standard|shortest> --structure <direct|step-by-step> --tone <conversational|formal> --project-root <workspace> <cli> reset --project-root <workspace> <cli> reset --user ``` Do not hand-edit settings. The script validates profile names and style files and writes settings atomically. Report the project root and note that the new st