bashless
01ralfstrobel/agentic-brownfield-coding
Skill Claude CodeCodex
Amend an existing Claude Code setup to replace the Bash tool with structured MCP tools, reducing agent reliance on unstructured shell access.
56 tagged brownfield, measured the same way as everything else here.
Browse within: agentic-development 40ai-coding-agents 24ci-cd 24code-quality 24brownfield-software-development 20agentic-workflow 16java 16152-fz 5agentic-coding 5ai-coding-assistant 5
ralfstrobel/agentic-brownfield-coding
Skill Claude CodeCodex
Amend an existing Claude Code setup to replace the Bash tool with structured MCP tools, reducing agent reliance on unstructured shell access.
ralfstrobel/agentic-brownfield-coding
Skill Claude CodeCodex
Assists in the creation of a headless Claude Code batch script that runs an isolated micro-session per item (file, line, task) for ad-hoc automation such as bulk migrations, lint-fix loops, or doc generation.
ralfstrobel/agentic-brownfield-coding
Skill Claude CodeCodex
Create an initial Claude Code setup for a brownfield project with monorepo topology (including hybrid submodular configurations).
AnkitClassicVision/ankit_shared_skills
Skill Claude CodeCodex
Universal codebase operations: analyze, organize, and architecturally deepen any repo. Two commands: /organize for read-only analysis and /deepen for multi-agent refactoring. Use when the user wants a codebase scan, deep module scoring, dependency mapping, architectural improvement, or code-to-skill conversion.…
Skill Claude CodeCodex
Read a dxkit report and execute fixes — prioritize findings by severity, plan the fix sequence, run the fix, verify the score moved, re-baseline if appropriate. Supports a SCOPED pass to burn down one category at a time (dependency/BOM vulnerabilities, security, code quality, tests, docs), and a BASELINE-CLEANUP pass…
Skill Claude CodeCodex
Configure, diagnose, and repair the dxkit UI→API integration gate — set up flow gating, explain the flow-contract diagnosis, fix a net-new broken integration a guardrail flagged, and run the cross-repo handshake. Use when the user says "set up the flow gate", "why is this call unresolved", "the guardrail says I broke…
Skill Claude CodeCodex
Walk a customer through setting up dxkit on a repo from scratch — checks state, installs, scaffolds, configures hooks, runs doctor, fixes any gaps, captures the first baseline, sets up branch protection + Codespaces prebuild. Also drives a DETERMINISTIC deep-configuration pass — it runs vyuh-dxkit configure --plan…
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.
Skill Claude CodeCodex
MUST BE USED PROACTIVELY. Universal read-only codebase exploration. Combines jrag graph navigation (call chains, routes, service boundaries, impact analysis, FQN resolution) with broad file-system search (grep, glob, file reading). Use for any exploration: locating code, tracing dependencies, finding patterns, 'where…
Skill Claude CodeCodex
Deep-dive single-capability OpenSpec drafter with interactive Q&A to resolve [GAP]/[TBD] markers. Triggered by /inferspec-cap.
Skill Claude CodeCodex
Reverse-infer OpenSpec specs from this repo's code + git history + local docs (and Jira/Confluence/URLs if available via MCP or host WebFetch). Triggered by /inferspec-scan.
Skill Claude CodeCodex
Turn an approved spec.md into design.md — the technical approach, the blast radius of the change, contract changes, failure handling, and migration path. Use after /brownspec:spec, or when the user asks how to build something already specified, or says /brownspec:design.
Skill Claude CodeCodex
How Brownspec reads an existing codebase — the project map, the conventions sample, and the blast radius. Use when another Brownspec skill needs repository facts, or when the user asks what a change touches, who calls a symbol, or what this project's conventions are.
Skill Claude CodeCodex
Start or resume a specification for a change to this codebase. Interviews the user one question at a time, writes spec.md to disk, then separately lists the organizational policies the change touches. Use when the user asks to spec out a change, write requirements, plan a feature before coding, or says /brownspec:spec.
Skill Claude CodeCodex
Compile use-case trees into docs/hops.md: Input → Branches → Output. Use when hops.md is missing or stale, the user asks to map a flow, an event is a different use case, or traces break across async calls.
Skill Claude CodeCodex
Walk one path on a use-case tree in docs/hops.md: Input → matching Branches → Output. Default cheap path. Use when implementing or debugging a known flow — not when mapping a new one.
Skill Claude CodeCodex
One turn of the use-case coverage loop. Measure score, research the named P0, capture, measure again. Use when mapping how services connect, /research, /loop, else/missing next, or improving hops until reflected.