
itechmeat/llm-code
2 skills1.4k installs34 starsGitHub
Install
npx skills add https://github.com/itechmeat/llm-codeSkills in this repo
1React Testing LibraryReact Testing Library is a reference-oriented agent skill that compresses the RTL render API, common options, and starter test patterns so solo builders can ship React UIs with tests that resemble user behavior. It walks through importing render and screen, asserting with getByText and toBeInTheDocument, and configuring containers, baseElement, hydration, StrictMode, and custom query maps. The material explicitly covers React 19 constraints such as legacyRoot unavailability and optional error handlers for caught and recoverable errors—details agents often hallucinate without a local cheat sheet. Use it while you are still building frontend features but especially when you are hardening releases: wrapping components with shared providers, choosing the right render entrypoint for SSR hydration tests, and keeping tests readable for future you. It is documentation skill content, not a test runner CLI; pair it with your existing Vitest or Jest setup and project conventions.947installs2OpenspecOpenSpec (OPSX) is an agent skill for the artifact-driven workflow system that models changes as linked artifacts with explicit dependencies, schema resolution, and lifecycle commands. Solo and indie builders shipping with Claude Code, Cursor, or Codex install it when they need more structure than a loose spec in chat: OPSX covers command surfaces, template resolution, setup profiles, and schema customization paths documented in the skill references. Use it when applying OPSX, planning changes from artifact dependencies, or reviewing work against the graph—not when you only need a one-off code snippet. Version 1.3.0 broadens adapter coverage and tightens setup safety. The skill points to deep reference docs (artifact core, workflow, experimental rollout) so agents reason consistently across init, change, and review passes without inventing workflow steps.452installs