Bedrock banner
isonnymichael isonnymichael

Bedrock

AI community

Description

Bedrock is a CLI tool that bootstraps AI-ready project configurations by generating standardized rules, skills, and project context tailored to tools like Claude Code, Cursor, Antigravity, and Trae—so you can get consistent, instruction-driven AI behavior with a single command.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🪨 Bedrock

One command. Production-grade AI configuration for your entire project.

Bootstrap AI-ready configs for Claude Code, Cursor, Trae, and Antigravity — tailored to your exact tech stack, in seconds.

npm version npm downloads Stars License Issues Sponsor

Why BedrockGetting StartedUsageEnhanceSupported ToolsContributing


The Problem

You set up an AI agent. It writes decent code — but it doesn't know your stack, your conventions, or your rules. You spend more time correcting it than shipping.

The fix is a well-structured config: a master guide, formatting rules, testing standards, security guardrails. But writing all that from scratch takes hours — and it drifts the moment your stack changes.

**Bedrock generates all of it in one command.**


Demo

**Initialize on a fresh project:**

![Bedrock init on a fresh project](assets/demo-bedrock-init-fresh-project.gif)

**Initialize on an existing project (auto-detected):**

![Bedrock init on an existing