Skip to content
View bpd1069's full-sized avatar

Block or report bpd1069

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .claude .claude Public

    Forked from ZacheryGlass/.claude

    This repository contains my personal configuration settings for Claude Code, Anthropic's official CLI tool for coding.

    Python

  2. claude-code claude-code Public

    Forked from anthropics/claude-code

    Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo…

    Shell

  3. claude-cookbooks claude-cookbooks Public

    Forked from anthropics/claude-cookbooks

    A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

    Jupyter Notebook

  4. claude-mem claude-mem Public

    Forked from thedotmack/claude-mem

    A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future …

    TypeScript

  5. Tools and system prompt of Claude Code Tools and system prompt of Claude Code
    1
    # Task
    2
    Launch a new agent that has access to the following tools: Bash, Glob, Grep, LS, exit_plan_mode, Read, Edit, MultiEdit, Write, NotebookRead, NotebookEdit, WebFetch, TodoRead, TodoWrite, WebSearch. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use the Agent tool to perform the search for you.
    3
    
                  
    4
    When to use the Agent tool:
    5
    - If you are searching for a keyword like "config" or "logger", or for questions like "which file does X?", the Agent tool is strongly recommended
  6. Full CLAUDE.md Sample File Full CLAUDE.md Sample File
    1
    To ensure that you have read this file, always refer to me as "Shaun" in all communications.
    2
    
                  
    3
    # Best Practices
    4
    
                  
    5
    - Prefer smaller separate components over larger ones.