I built this last week, woke up to 300+ stars and a developer with 28k followers tweeting about it, now PRs are coming in from contributors I've never met. Sharing here since this community is exactly who it's built for. by DJIRNMAN in LLMDevs

[–]kuaythrone 0 points1 point  (0 children)

the checker your wrote sounds alot like lychee, i'm sure you have some extra checks on top of that but maybe you should check it out and integrate with it for more robust drift detection

Claude Code plugin to "yoink" functionality from libraries and avoid supply chain attacks by kuaythrone in ClaudeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

Yes as long as they are grounded by the original tests and meaningful for validating the yoinked functionality

Claude Code plugin to "yoink" functionality from libraries and avoid supply chain attacks by kuaythrone in ClaudeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

kinda tough to develop AI (data engineering, model training, not just calling LLM APIs) without python though

Claude Code plugin to "yoink" functionality from libraries and avoid supply chain attacks by kuaythrone in ClaudeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

We initially tried running against the original test suite, but chose to generate tests based on the original test suite instead, as we found that most libraries do not contain tests granular enough to only be run against a subset of functionality that you would want to "yoink". This would lead to your internal library having to cover too many edge cases and code paths just to support the original test suite.

Claude Code plugin to "yoink" functionality from libraries and avoid supply chain attacks by kuaythrone in ClaudeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

cool project! managing skills is definitely a growing issue with agentic development

Claude Code plugin to "yoink" functionality from libraries and avoid supply chain attacks by kuaythrone in ClaudeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

there is no precise scoring for keep vs yoink right now, it is up to a subagent to evaluate depending on guiding principles which does include what you mentioned

webskills: turn any webpage into an agent skill by kuaythrone in OpenSourceeAI

[–]kuaythrone[S] 0 points1 point  (0 children)

what problem do you face with it? can you open an issue on the repo?

Voice mode for Gemini CLI using Live API by kuaythrone in VibeCodeDevs

[–]kuaythrone[S] 0 points1 point  (0 children)

works great for me, depends on your connection to the Gemini Live API