Skip to content
View spenserhale's full-sized avatar

Block or report spenserhale

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
spenserhale/README.md

Hi, I'm Spenser Hale πŸ‘‹

Software engineer focused on agentic development β€” building the skills, toolkits, and MCP servers that let AI coding agents do real work β€” with a long background in WordPress and PHP.


πŸ€– Agentic Development

🧩 Agent Skills

Skills and workflows that teach Claude Code and other AI agents how to work.

  • agentic-driven-development β€” Unattended agentic dev workflow: research β†’ decide β†’ open a PR, no human in the loop.
  • human-driven-development β€” Human-in-the-loop counterpart: brainstorm, seek approval at every gate, choose merge/PR.
  • agentic-development-skills β€” A growing collection of skills for agentic development.
  • skills β€” My personal library of reusable agent skills.
  • hono-skill β€” Comprehensive AI skill for the Hono web framework β€” docs, templates, and examples.
  • hono-cli-skill β€” Teaches AI assistants how to use the Hono CLI (@hono/cli).

πŸ› οΈ Agentic Toolkits β€” SDK Β· CLI Β· MCP

Each toolkit ships an SDK, a CLI, and an MCP server so agents can drive the platform.

  • atlassian-ai-toolkit β€” AI-first tools for Jira and Confluence.
  • cloudflare-ai-toolkit β€” CLI, SDK, and MCP for Cloudflare.
  • invoca-ai-toolkit β€” Bun monorepo with SDK, Stricli CLI, and FastMCP server for the Invoca API.
  • outlook-ai-toolkit β€” SDK, CLI, and MCP server for Microsoft Outlook.
  • rollbar-ai-toolkit β€” SDK, CLI, and MCP server for the Rollbar API.
  • zendesk-toolkit β€” CLI, SDK, and MCP server for Zendesk.
  • ynab-toolkit β€” SDK, CLI, and MCP server for YNAB (You Need a Budget).
  • godaddy-ai-toolkit β€” SDK, CLI, and MCP server for GoDaddy.
  • toon-php-library β€” πŸŽ’ Token-Oriented Object Notation (TOON): compact, schema-aware JSON for LLM prompts.
  • claude-slack-assistant πŸ”’ β€” Personal Slack assistant: Bun daemon + Claude Max via the slack-triage skill.
  • wpvip-mcp-ts πŸ”’ β€” MCP server for the WordPress VIP platform.

πŸ”Œ WordPress

Plugins, themes, and libraries for modern WordPress development.


πŸ“Š GitHub Stats

GitHub stats

Pinned Loading

  1. wp-autohooks-library wp-autohooks-library Public

    WP AutoHooks is a PHP Library that allows you to define Attributes on Classes and Methods to document and register WordPress Hooks.

    PHP 6

  2. When your repo exceeds upload limit ... When your repo exceeds upload limit (GitHub 2GB), you can push in batches so you can store up to total size limit. (100GB) (Warning uses force push, ideally should be used for setting up new remote, once)
    1
    # Adjust the following variables as necessary
    2
    REMOTE=origin
    3
    BRANCH=$(git rev-parse --abbrev-ref HEAD)
    4
    BATCH_SIZE=250
    5