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 5

  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. buddha-bot buddha-bot Public

    Ancient and Contemporary Wisdom served via unrestricted AI

    TypeScript

  4. 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
  5. agent0ai/agent-zero agent0ai/agent-zero Public

    Agent Zero AI framework

    Python 14.1k 2.9k

  6. mcp-hubspot mcp-hubspot Public

    Forked from peakmojo/mcp-hubspot

    A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations wh…

    Python 1