Skip to content
View drakeo338's full-sized avatar
  • Joined Sep 12, 2026

Block or report drakeo338

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.

Content in all repositories owned by your account will be closed.
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
drakeo338/README.md

I build small tools for the coding-agent ecosystem, mostly the unglamorous part: checking that the things people drop into their agents actually work.

skillprobe lints agent skills — will it trigger, what does it cost you on every turn, does it collide with another one. Three things that fail silently, so nobody notices until something behaves oddly and there's nothing in the logs to explain it.

hookprobe does the same for Claude Code hooks, against the real event schema: events that don't exist, tool-name casing that quietly never matches, matchers on the events that ignore them.

Both got most of their accuracy from being run against real shipped configs rather than my own fixtures — which is how I found out my fixtures agreed with my bugs.

The rest of the time I send fixes upstream. Recently to langchain-ai/openwiki, Tencent/BrowserSkill, apache/maka and debpalash/VoiceStudio.

Popular repositories Loading

  1. cognee cognee Public

    Forked from topoteretes/cognee

    Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.

    Python

  2. cognee-community cognee-community Public

    Forked from topoteretes/cognee-community

    Repo for community managed plugins and addons for cognee.

    Python

  3. skillprobe skillprobe Public

    Lint agent skills for triggering quality, per-turn context cost, and name collisions.

    Python

  4. hookprobe hookprobe Public

    Lint Claude Code hooks against the real 33-event schema — unknown events, tool-name casing that silently never matches, matchers on events that ignore them.

    Python

  5. drakeo338 drakeo338 Public

    Profile README

  6. VoiceStudio VoiceStudio Public

    Forked from debpalash/VoiceStudio

    VoiceStudio is the open-source, fully-local ElevenLabs alternative — voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages.

    Python