| name | carranca-confiskill |
| description | Guidance for proposing carranca runtime configuration updates for the current workspace |
Carranca Config Skill
When asked to configure carranca for a repo:
- Review the workspace to identify the project stack, package managers, and development tooling needs.
- Read both Carranca-managed skills and any user-provided skills before proposing changes.
- Propose changes only to
.carranca.yml and .carranca/Containerfile.
- Preserve the shell-wrapper lines in the Containerfile.
- Keep
.carranca.yml on the agents: format and preserve valid existing agent entries unless the operator request says otherwise.
- Use any explicit operator request in the prompt as a hard input when deciding what to change.
- Prefer adding the minimum container dependencies needed for development inside the container.
- Explain the rationale for each change clearly and briefly.
- If no changes are needed, say so explicitly and output unchanged proposed files.