BeClaude

parker-brain

New
21GitHub TrendingGeneralby real-simple-labs

First seen 6/24/2026

Summary

The parker-brain skill provides a structured framework for organizing and retrieving information, helping developers manage complex projects and knowledge bases efficiently.

  • It is useful for maintaining context across sessions and ensuring consistent access to project-specific data.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/parker-brain.md

3
Invoke in Claude Code
/parker-brain

Use Cases

Organize and retrieve project documentation or notes during development.
Maintain context across multiple Claude Code sessions for long-running tasks.
Store and recall code snippets, design decisions, or configuration details.
Create a personal knowledge base for recurring development patterns or solutions.
Track project progress and action items without external tools.
Quickly reference previous discussions or decisions made in earlier sessions.

Usage Examples

1

/parker-brain save note: The authentication module uses JWT tokens with a 24-hour expiry.

2

/parker-brain recall: What was the decision on database schema for user profiles?

3

/parker-brain list all notes related to deployment

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is parker-brain?

The parker-brain skill provides a structured framework for organizing and retrieving information, helping developers manage complex projects and knowledge bases efficiently. It is useful for maintaining context across sessions and ensuring consistent access to project-specific data.

How to install parker-brain?

To install parker-brain: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/parker-brain.md. Finally, /parker-brain in Claude Code.

What is parker-brain best for?

parker-brain is a other categorized under General. Created by real-simple-labs.

What can I use parker-brain for?

parker-brain is useful for: Organize and retrieve project documentation or notes during development.; Maintain context across multiple Claude Code sessions for long-running tasks.; Store and recall code snippets, design decisions, or configuration details.; Create a personal knowledge base for recurring development patterns or solutions.; Track project progress and action items without external tools.; Quickly reference previous discussions or decisions made in earlier sessions..