From devloop
This skill should be used for configuring devloop project settings via .devloop/local.md, git workflow preferences, commit settings, review options
npx claudepluginhub zate/cc-plugins --plugin devloopThis skill uses the workspace's default tool permissions.
Project-specific devloop settings via `.devloop/local.md` (NOT git-tracked).
Configures Plan-Build-Run settings: workflow depth, model profiles, features, git branching/mode, and gates. Interactive or direct args like 'depth standard' or 'feature auto_continue on'.
Interactively configures Kata workflow toggles (agents, parallelization), model profiles, commit docs, PR workflows. Updates .planning/config.json, adds missing keys.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Project-specific devloop settings via .devloop/local.md (NOT git-tracked).
YAML frontmatter followed by optional markdown notes:
---
git:
auto-branch: false # Create branch when plan starts
branch-pattern: "feat/{slug}" # {slug}, {date}, {user}
main-branch: main
pr-on-complete: ask # ask | always | never
commits:
style: conventional # conventional | simple
scope-from-plan: true
sign: false
review:
before-commit: ask # ask | always | never
use-plugin: null # null | code-review | pr-review-toolkit
github:
link-issues: false # Enable GH issue linking
auto-close: ask # ask | always | never
comment-on-complete: true
---
| Setting | Values | Default |
|---|---|---|
git.auto-branch | true/false | false |
git.branch-pattern | Pattern with {slug}, {date}, {user} | feat/{slug} |
git.pr-on-complete | ask/always/never | ask |
commits.style | conventional/simple | conventional |
commits.sign | true/false | false |
review.before-commit | ask/always/never | ask |
review.use-plugin | null/code-review/pr-review-toolkit | null |
github.link-issues | true/false | false |
github.auto-close | ask/always/never | ask |
github.comment-on-complete | true/false | true |
fresh_threshold | 5-50 | 10 |
context_threshold | 50-95 | 70 |
---
git:
auto-branch: true
---
---
git:
auto-branch: true
pr-on-complete: always
commits:
style: conventional
sign: true
review:
before-commit: always
use-plugin: pr-review-toolkit
---
---
git:
auto-branch: true
pr-on-complete: always
github:
link-issues: true
auto-close: always
comment-on-complete: true
---
---
fresh_threshold: 10 # Tasks before suggesting /devloop:fresh (default: 10)
context_threshold: 70 # Exit ralph loop at this context % (default: 70)
---
| Setting | Values | Default | Description |
|---|---|---|---|
fresh_threshold | 5-50 | 10 | Tasks completed before suggesting a fresh restart. Set higher (20-30) for 1M context models. |
context_threshold | 50-95 | 70 | Context usage % that triggers automatic ralph loop exit. |
---
plugins:
superpowers-suggestions: false # Disable seeAlso to superpowers skills
---
.devloop/local.md directly; changes take effect on next command${CLAUDE_PLUGIN_ROOT}/scripts/parse-local-config.sh.gitignore to keep local-only