
ainergiz/xfeed
3 skills21 installs33 starsGitHub
Install
npx skills add https://github.com/ainergiz/xfeedSkills in this repo
1Bun Testbun-test is a Claude Code skill that teaches writing and debugging tests with Bun's built-in test runner. It covers mock functions, spies, fetch and module mocking, per-test temp-directory isolation, and coverage reporting. Developers use it when writing tests, fixing test failures, or setting up test infrastructure in a Bun project.7installs2New Issuenew-issue is a Claude Code skill that creates well-researched GitHub issues while avoiding duplicates. It searches the codebase and recent commits to check if the issue is already fixed, searches open and closed issues for duplicates, drafts a structured issue, and creates it with the gh CLI. Developers use it to capture out-of-scope bugs and improvements found during development.7installs3Opentuiopentui is a Claude Code skill that teaches building terminal UIs with OpenTUI's React renderer. It covers the lowercase JSX intrinsics (box, text, scrollbox), keyboard handling with useKeyboard, the scrollbox API, flex layout via Yoga, and screen navigation. Developers use it when creating terminal-based UI screens and components in React.7installs