Claude System banner
0xjuanma 0xjuanma

Claude System

AI community

Description

Claude code system for effective software development with an AI toolkit. Structured and scalable claude code framework with rules, commands, skills, mcps and hooks. Easily expandable and customizable.

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

Claude System

A collaborative, project-structured configuration system for Claude Code that streamlines onboarding and accelerates developer productivity. Set up rules, commands, and output styles just once—then share them across your team with a single command. Easily extensible and maintainable for teams of any size.

This system was created as part of my process and designed to be sharable, extendible and very flexible. The goal for this initial template is to provide any engineer interested in Claude Code an initial toolkit.

I've already shared this with several fellow engineers who have found it useful as a starting point in their Code Claude journey.

This system is actively evolving as part of my workflow.

Quick Start

**For anyone setting up this configuration system (requires Claude Code CLI installed):**

  1. Clone and copy the configuration repository to your Claude configs directory
git clone git@github.com:0xjuanma/claude-system.git /tmp/claude-configs && cp -r /tmp/claude-configs/* ~/.claude/configs/ && rm -rf /tmp/claude-configs
  1. Start Claude
claude
  1. Run the initialization "magic" command; just tell Claude the following:
"Please read ~/.claude/configs/INITIALIZE.md and set everything up"

This will copy the repository locally to `~/.claude/configs/` and tell Claude Code to configure everything: rules, commands, output styles, mcps, context-patterns, presets and discovery tools.

**What the initialization does:**

  • Installs Rules: Commit formats, coding standards, company guidelines - Claude follows these automatically
  • Links Commands: Slash commands like /commit, /document become available in your repos
  • Activates Output Styles: Switch Claude's behavior with /output-style concise-dev or teaching-mode
  • Enables Context Presets: Load complete working contexts (backend, review-mode) instantly
  • Installs Tools: claude-rules for discovery, claude-scaffold for project creat