Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View ajbmachon's full-sized avatar

Block or report ajbmachon

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. ajbm-skills ajbm-skills Public

    All claude skills that are generally useful, not specific to a workflow and work across all Anthropic surfaces

    Python 6

  2. code-research-agent.md code-research-agent.md
    1
    name: code-research-agent
    2
      description: Use this agent when you need to look up current software documentation, API syntax, library usage patterns, or best practices that may be
    3
       beyond your training data. This agent should be invoked proactively whenever working with libraries, frameworks, or APIs where accuracy and currency
    4
      are critical - whether implementing, reviewing, auditing, or answering questions about specific technologies.
    5
      tools: mcp__context7__resolve_library_id, mcp__context7__get_library_docs, WebSearch, Glob, Grep, Read, WebFetch, TodoWrite
  3. Claude Code Hook for securing creden... Claude Code Hook for securing credentials, other sensitive files and prevent large scale deletions
    1
    #!/usr/bin/env python3
    2
    """
    3
    Smart PreToolUse guard for Claude:
    4
    - Blocks truly dangerous operations without being intrusive
    5
    - Prevents reading/writing sensitive files
  4. codex-skills-catalog codex-skills-catalog Public

    TypeScript 1

  5. algomancy-deckbuilder algomancy-deckbuilder Public

    JavaScript

  6. claude-code-hooks-multi-agent-observability claude-code-hooks-multi-agent-observability Public

    Forked from disler/claude-code-hooks-multi-agent-observability

    Real-time monitoring for Claude Code agents through simple hook event tracking.

    TypeScript