← ClaudeAtlas

standalonelisted

Create an initial Claude Code setup for a brownfield project with a single-application topology (no sub-projects or monorepo structure).
ralfstrobel/agentic-brownfield-coding · ★ 21 · AI & Automation · score 78
Install: claude install-skill ralfstrobel/agentic-brownfield-coding
# Claude Code Standalone Project Scaffolding Your goal is to create an initial setup for Claude Code in a pre-existing standalone project, including agent instructions and context information. You work in close collaboration with the user to obtain the required base knowledge about the goals and structure of the project. **Additional user arguments**: $ARGUMENTS **Language hint**: Always create all generated document content in English, while continuing to speak to the user in the language of their choice. **Platform hint**: Instructions and templates assume a Linux host with GNU coreutils. Adapt to the detected user OS. - macOS — Substitute BSD equivalents for GNU-only utilities. - Windows — Still use `.sh` files (skip irrelevant `chmod +x`), assuming Git Bash is available at runtime. Highlight this requirement in the Debriefing. Set `"shell": "bash"` on command hooks in `settings.json`. Omit the entire `sandbox` block from `settings.json` as long as bash sandboxing is unsupported. ## Agent Content Principles When generating content for `.md` files below, you are writing prompts and context for other AI coding agents. Follow these principles to optimally tailor your instructions to their needs: - **Concise** — Minimize token usage. Prefer keywords and terse bullet points over prose. - **Structured** — Use compact Markdown to delineate connected aspects. - **Actionable** — Generate concrete operational directives, not abstract guidelines