
itechmeat/llm-code
37 skills5.1k installs814 starsGitHub
Install
npx skills add https://github.com/itechmeat/llm-codeSkills in this repo
1React Testing LibraryThe react-testing-library skill react Testing Library user-centric component testing with queries user-event simulation async utilities and accessibility-first API Use when writing React component tests selecting elements by role label text simulating user events or testing async UI behavior Keywords React Testing Library testing-library react user-event queries render React Testing Library Skill Quick Navigation Topic Link Queries references queries md references queries md User Events references user-events md references user-events md API references api md references api md Async references async md references async md Debugging references debugging md references debugging md Config references config md references config md Installation Install npm install save-dev testing-library react testing-library dom Recommended extras testing-library user-event and testing-library jest-dom React 19 requires v16 1 0 Core Philosophy The more your tests resemble the way your software is used the more confidence they can give you Avoid testing Internal state of components Internal methods Lifecycle methods Child component implementation details Test instead What users see and interact with B.1.2kinstalls2OpenspecOpenSpec is an agent skill for the OPSX artifact-driven workflow: planning and reviewing software changes through dependency-linked artifacts rather than a rigid linear pipeline. It covers OPSX commands such as /opsx:explore for unstructured investigation, /opsx:new to start a change, /opsx:continue to create the next ready artifact, /opsx:ff to fast-forward all planning artifacts, /opsx:apply for implementation, /opsx:verify to validate against specs, /opsx:sync to merge delta specs, and /opsx:archive or /opsx:bulk-archive for completed work. Schema management uses openspec schemas, schema which, schema init, schema fork, and schema validate, with project config in openspec/config.yaml and precedence from CLI flags through change metadata to the spec-driven default. Core concepts treat the artifact graph as filesystem-as-database completion, require explicit change identifiers, resolve templates with XDG overrides, and forbid silent schema fallbacks. Decision rules prefer updating artifacts when intent is unchanged, starting a new change when scope shifts, and preserving history across proposal, specs, design, and tasks files.732installs3Mantine DevCovers building React interfaces with the Mantine component library, including theming, form validation, data tables, modals, and notifications for SaaS dashboards and internal admin tools.267installs4Social Writersocial-writer is a growth content skill from itechmeat/llm-code that helps developers draft platform-native social media posts, threads, and captions optimized for engagement. It focuses on strong opening hooks, clear calls to action, and channel-appropriate tone for X, LinkedIn, and comparable distribution platforms. Developers reach for social-writer when launching features, sharing technical write-ups, or building an audience around a product without hiring a dedicated social copywriter. The skill turns release notes, blog drafts, or product updates into post-ready copy structured for thread formats and short-form platforms where hook quality directly affects reach and click-through.256installs5Base UiTeaches agents to build React frontends with Base UI headless primitives, composing accessible dialogs, menus, popovers, and form controls with project-specific styling instead of a bundled visual theme.196installs6Refine DevTeaches agents to scaffold Refine-based admin panels and CRUD applications with authentication, data providers, routing, and resource views wired to REST or GraphQL backends for fast SaaS internals.188installs7VitestProvides practical Vitest guidance for shipping reliable JavaScript and TypeScript apps, including project setup, test file organization, mocking strategies, coverage thresholds, and patterns for frontend components and backend modules.184installs8ChangelogTeaches maintainers how to write and update repository changelogs from development activity, grouping fixes and features by version, documenting breaking changes, and aligning entries with git tags and package releases.173installs9CommitsGuides agents to author conventional, atomic git commits with clear scopes and descriptive messages so code review, bisect, and release notes stay clean across SaaS, API, and CLI repositories.169installs10Makefilemakefile from itechmeat/llm-code helps craft clear, maintainable Makefiles with sensible targets, dependencies, and variables so local development, testing, and packaging workflows stay documented and automatable for humans and LLM agents.158installs11Skill MasterCovers authoring and maintaining Claude Code skills with proper SKILL.md structure, trigger phrases, progressive disclosure, bundled references, and quality conventions so agent capabilities stay reliable and reusable.153installs12OpenapiProvides guidance for working with OpenAPI Specification 3.x documents, including structure, operations, schemas, parameters, and security. A developer uses it when designing, documenting, or validating REST API specs.109installs13Project CreatorA workflow skill that scaffolds project documentation (about.md, specs.md, architecture.md, project-context.md and user stories) using templates and guided interviews. Use it when starting a new project or maintaining structured planning docs.105installs14ViteA reference for the Vite frontend build tool covering the dev server, HMR, production builds, config, plugin authoring, env/modes and Rolldown. Use it when setting up a Vite project, editing vite.config, writing plugins, or working with HMR and environment variables.96installs15FastapiProvides guidance for building FastAPI web APIs, including path/query params, request bodies, Pydantic models, validation, dependencies, and security. A developer uses it when building Python web APIs with FastAPI.89installs16PostgresqlA best-practices guide for PostgreSQL focused on Row-Level Security multi-tenancy, schema design, Alembic migrations and safe destructive operations. Use it when designing tenant-isolated tables, debugging RLS context, or writing/verifying migrations.85installs17Open MeteoA guide to integrating the Open-Meteo weather, air-quality and geocoding REST APIs, covering query design, timezone/timeformat/units and robust error handling. Use it when fetching forecasts, air-quality/pollen data, or geocoding place names to coordinates.81installs18CoderabbitCovers CodeRabbit AI code review via CLI and PR commands, with .coderabbit.yaml config, 40+ supported linters, and a triage workflow. A developer uses it when reviewing PRs or local changes with AI.79installs19BunCovers the Bun runtime, package manager, bundler, test runner, HTTP server, and built-in APIs like Bun.serve, bun:sqlite, and file I/O. A developer uses it when building or running JavaScript/TypeScript projects on Bun.72installs20TursoA guide to the Turso libSQL embedded SQLite database covering encryption, cloud sync and agent-oriented state patterns. Use it when embedding SQLite with cloud sync, configuring encryption at rest, or building offline-first or agent databases.62installs21InworldCovers the Inworld TTS API for generating speech, cloning voices from short samples, emotion markups, and viseme/word timestamps. A developer uses it when adding text-to-speech or lip-sync audio to an app.54installs22OpenclawAn operator playbook for deploying and running the gateway-centric OpenClaw local AI assistant stack, covering config, channels, tools and security. Use it when standing up, configuring, or troubleshooting an OpenClaw gateway, its channels/providers, or its tool-governance policies.53installs23Deps DevA router skill for querying the deps.dev API v3 to find package versions, default/latest releases, and dependency metadata. A developer uses it when checking package versions or dependency data programmatically.52installs24TelegramA router skill for Telegram bot development covering aiogram 3 patterns, webhook setup, keyboard UX, inline mode, Mini Apps and Telegram Stars payments. Use it when building or modifying bots, wiring webhooks, or integrating payments and authentication.51installs25Pydantic AiA reference for the Pydantic AI Python agent framework covering typed tools, dependency injection, structured output, model providers, evals, MCP and Logfire observability. Use it when building production Python agents or configuring their tools, models or evals.49installs26K8s Cluster ApiCovers Kubernetes Cluster API v1.12 for declarative cluster lifecycle management via clusterctl and ClusterClass, with scripts for health checks, backup, and migration. A developer uses it when managing Kubernetes clusters across providers.40installs27QdrantA router skill for the Qdrant vector database covering collections, payload filtering, indexing, quantization, snapshots and Docker/Kubernetes deployment. Use it when managing collections, running filtered vector search, tuning HNSW/quantization, or deploying clusters.40installs28PgvectorA guide to the pgvector Postgres extension covering vector types, distance operators and HNSW/IVFFlat indexing with client-library usage. Use it when storing embeddings in Postgres, running similarity search, or tuning ANN index recall versus speed.37installs29BeadsA distributed, Dolt-backed graph issue tracker giving AI coding agents persistent, dependency-aware task memory across sessions. A developer uses it when agents need durable task tracking or multi-branch coordination.36installs30VibekanbanA guide to Vibe Kanban, an orchestration platform for AI coding agents that plans tasks and reviews AI-generated code in isolated git worktrees. Use it when managing AI coding work across workspaces, reviewing agent output, or configuring its agents and MCP integration.36installs31TavilyA guide to the Tavily AI search API covering web search, content extraction, site mapping, crawling and autonomous research for LLM applications. Use it when building RAG pipelines with web data, extracting URL content, or giving agents current information.34installs32SeaweedfsA router skill for deploying and operating SeaweedFS distributed object storage, covering filer stores, the S3 API, replication, cloud tiers and security. Use it when planning topology, running weed components, exposing S3 endpoints, or hardening a cluster.32installs33PerplexityA reference for the Perplexity API and Sonar models covering chat/search endpoints, streaming, structured JSON output, web-search filters and image/PDF attachments. Use it when adding real-time web-grounded responses or citation-backed search to an LLM application.31installs34PicoclawAn operator playbook for the ultra-lightweight Go-based PicoClaw AI assistant, covering CLI ops, config.json, gateway and chat channels. Use it when bootstrapping PicoClaw on a host, switching models, running the gateway, or wiring channels and skills.30installs35PipecatA guide to the Pipecat Python framework for real-time voice/multimodal bots, composing streaming STT/LLM/TTS processors into low-latency pipelines over WebRTC/WebSocket. Use it when building voice agents, wiring RTVI client messaging, or deploying to Pipecat Cloud.22installs36ZvecA guide to Zvec, a lightweight in-process vector database ("SQLite for vectors") covering collections, indexing, embedding and reranking pipelines, and persistence. Use it when embedding Zvec into an app or tuning its retrieval and storage behavior.20installs37Github Stars OrganizerOrganizes a user's GitHub stars by reusing lists, creating only a few broad missing lists, and adding unlisted repos conservatively. A developer uses it to sort and clean up starred repositories.18installs