← all publishers

0x67108864

@0x67108864 source repo

5 published skills

  1. Persistent Kb · 0x67108864 bundle
    Maintain a local SQLite-backed knowledge base for cross-session agent memory. Save discovered facts, lessons, and references with tags and full-text search, then retrieve them in future sessions to avoid re-discovering the same information. Use when the user wants the agent to remember facts beyond the current chat (decisions, project context, prior research, lessons learned), reduce redundant work across sessions, or build a personal knowledge base. Unlike cloud memory services, this skill stores everything locally in a single SQLite file.
    0 installs
  2. Oss Bounty Hunter · 0x67108864 bundle
    Discover, evaluate, and prioritize open-source coding bounties from Algora and similar platforms. Use when the user asks about paid open-source contribution opportunities, OSS bounties, monetizing GitHub work, or finding side income via code work. Filters bounties by tech stack, reward range, and reservation status, and surfaces the highest-fit candidates.
    0 installs
  3. Research Dispatcher · 0x67108864 bundle
    Route research queries across multiple public sources (Hacker News, Reddit, GitHub, web search) from a single declarative interface, with source-specific query optimization tips baked in. Use when the user wants to research a topic across multiple platforms, compare what different communities are saying, find OSS activity around a keyword, or systematically gather evidence before making a decision. Eliminates the need to remember each platform's query syntax, rate limits, and pitfalls.
    0 installs
  4. Host Shared Task Queue · 0x67108864 bundle
    Asynchronous task queue between an AI agent and an external process (another machine, a Windows host, a long-running worker) using a shared filesystem directory as the transport. Use when the user needs the agent to delegate work that the agent itself cannot do — running a Windows-only tool, controlling a browser session that lives on the host, fetching data via a service the host has API keys for, or any pattern where a watcher process on the other side processes requests from the agent. Implements an inbox/outbox/result-bus convention safe for cross-machine, cross-OS use.
    0 installs
  5. Subagent Orchestration · 0x67108864 bundle
    Route a coding or research task to the most cost-effective subagent — Claude, Codex (ChatGPT), or Gemini — based on the task's strengths-fit and current rate-limit status. Use when the user wants to delegate part of a workflow to a different model, run the same query across multiple models for cross-check, optimize spend by sending lightweight tasks to cheaper models, or break free from a single agent's blind spots. Assumes the user has CLI access to at least two of `claude`, `codex`, and `gemini`.
    0 installs