toolbox
يحتوي toolbox على 2 من skills المجمعة من GregHilston، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Search the local SearXNG instance via searxngr CLI. Use proactively when researching Reddit discussions, technical topics, or any web content — especially when you need to read actual post/comment text from Reddit threads.
Research open-source projects and implementations on GitHub using the gh CLI. Finds code examples, implementation patterns, library usage, and discovers relevant projects. Handles multi-step searches with parallel query execution, refinement, and drill-down analysis. <example> Context: User implementing connection retry logic user: "Search GitHub for how projects implement retry logic on pgx.Pool.Acquire in Go" assistant: "I'll launch the github-code-researcher agent to find pgx.Pool retry implementations." <commentary> User wants focused implementation examples. Agent searches for code patterns and returns snippets with URLs. </commentary> </example> <example> Context: User exploring the project landscape user: "Find Go projects that implement a postgres proxy, especially ones using pgx with multi-backend support" assistant: "I'll use the github-code-researcher agent to discover Go-based PostgreSQL proxy projects." <commentary> User wants broad project discovery. Agent finds repos, drills down to check cri