build-second-brain

Analyze git histories across repositories to extract engineering patterns and generate engineer profiles.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/boparaiamrit/build-second-brain --skill build-second-brain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-second-brain
Source: https://github.com/boparaiamrit/build-second-brain/tree/main/plugins/build-second-brain/skills/build-second-brain
Command: npx skills add https://github.com/boparaiamrit/build-second-brain --skill build-second-brain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyze one or more git repositories commit-by-commit from the very first commit to extract engineering patterns, architecture decisions, debugging approaches, scaling strategies, and coding conventions — then build a structured "second brain" knowledge base with a personalized engineer profile and Claude memory injection.

Core Features & Use Cases

  • Parallel harvest of commits across multiple repos to surface cross-repo patterns and design decisions.
  • Generate an engineer profile and memory injection to align AI-assisted coding with your style.
  • Supports multi-repo analysis (frontend + backend, microservices) and repository-wide pattern extraction.

Quick Start

Provide one or more git repository paths to analyze, and the skill will start harvesting commits and building your second brain.

Frequently Asked Questions about build-second-brain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract engineering patterns and architecture decisions from git history?

Yes, you can analyze multiple git repositories in parallel to surface cross-repo patterns and design decisions. It supports multi-repo analysis for frontend, backend, or microservices architectures to extract repository-wide engineering patterns.

How do I build an engineer profile to align AI-assisted coding with my style?

You can build an engineer profile by analyzing your git histories commit-by-commit to extract personalized coding conventions and scaling strategies. This generates a structured knowledge base with Claude memory injection to align AI-assisted coding with your specific style.

What is the process for generating Claude memory injections from repository commit data?

Generating Claude memory injections requires deterministic batch processing and scratchpad indexing of your harvested git commits. The final synthesis creates a structured knowledge base integrating your engineering patterns directly into Claude's memory.

Do I need any dependencies or external tools to analyze git histories across repositories?

No external dependencies are required to analyze git histories across repositories. You only need to provide one or more local git repository paths, and the skill handles the parallel harvesting, scratchpad indexing, and knowledge base generation internally.