itechmeat

63 mods across 2 repositories, 400 stars between them.

bun

25

itechmeat/llm-code

Skill Claude CodeCodex

Bun JavaScript/TypeScript runtime and all-in-one toolkit. Covers runtime, package manager, bundler, test runner, HTTP server, WebSockets, SQLite, S3, Redis, file I/O, shell scripting, FFI, Markdown parser. Use when running JS/TS with Bun, managing packages, bundling, testing, or using Bun-specific APIs. Keywords: bun…

22 1mo ago A 111 tokens original MIT

changelog

26

itechmeat/llm-code

Skill Claude CodeCodex

Keep a Changelog format. Covers structure, change types, versioning. Use when creating or updating CHANGELOG.md files following the Keep a Changelog specification, or applying semver-compatible changelog conventions. Keywords: CHANGELOG.md, semver, Keep a Changelog.

22 1mo ago A 58 tokens original MIT

coderabbit

27

itechmeat/llm-code

Skill Claude CodeCodex

CodeRabbit AI code review. Covers CLI usage, .coderabbit.yaml configuration, supported linters/tools, PR commands, and triage workflow. Use when running AI-powered code reviews on pull requests or local changes, configuring review rules, or triaging CodeRabbit findings. Keywords: @coderabbitai, code review, CLI…

22 1mo ago C 74 tokens original MIT

commits

28

itechmeat/llm-code

Skill Claude CodeCodex

Conventional Commits specification. Covers commit structure, types, breaking changes. Use when writing structured commit messages, configuring automated changelog generation, or applying semantic versioning conventions. Keywords: feat, fix, BREAKING CHANGE, Conventional Commits.

22 1mo ago A 52 tokens original MIT

deps-dev

29

itechmeat/llm-code

Skill Claude CodeCodex

This file is intentionally introductory.

22 1mo ago A 74 tokens original MIT

fastapi

30

itechmeat/llm-code

Skill Claude CodeCodex

FastAPI Python framework. Covers REST APIs, validation, dependencies, security. Use when building Python web APIs with FastAPI, configuring Pydantic models, implementing dependency injection, or setting up OAuth2/JWT authentication. Keywords: FastAPI, Pydantic, async, OAuth2, JWT, REST API.

22 1mo ago A 66 tokens original MIT

itechmeat/llm-code

Skill Claude CodeCodex

GitHub stars and lists organizer. Reuses existing lists, finds unlisted starred repositories, creates only necessary broad lists, and adds repos without disturbing existing assignments. Use when user asks to organize GitHub stars, sort starred repos, clean up lists, or file unlisted stars. Keywords: GitHub stars…

22 1mo ago A 78 tokens original MIT

inworld

32

itechmeat/llm-code

Skill Claude CodeCodex

Inworld TTS API. Covers voice cloning, audio markups, timestamps. Use when integrating Inworld text-to-speech, cloning voices, adding audio markups (SSML-like), or aligning viseme timestamps. Keywords: Inworld, text-to-speech, TTS, voice cloning, visemes.

22 1mo ago B 66 tokens original MIT

k8s-cluster-api

33

itechmeat/llm-code

Skill Claude CodeCodex

Kubernetes Cluster API v1.12. Covers clusterctl CLI, ClusterClass, GitOps integration. Scripts for health checks, backup, migration, linting. Templates: clusters, DR, Prometheus. Use when provisioning, upgrading, or operating Kubernetes clusters with CAPI, or running clusterctl and ClusterClass workflows. Keywords…

22 1mo ago B 86 tokens original MIT

makefile

34

itechmeat/llm-code

Skill Claude CodeCodex

GNU Make automation and build system guidance. Use when creating or maintaining Makefiles, writing Make targets and recipes, or configuring GNU Make build automation. Keywords: Makefile, GNU Make, targets, recipes, build automation.

22 1mo ago C 47 tokens original MIT

mantine-dev

35

itechmeat/llm-code

Skill Claude CodeCodex

Mantine UI library for React: 100+ components, hooks, forms, theming, dark mode, CSS modules, and Vite/TypeScript setup. Use when building React applications with Mantine components, configuring theming/dark mode, or working with Mantine hooks and forms. Keywords: Mantine, React, UI components, CSS modules, theming.

22 1mo ago A 79 tokens original MIT

open-meteo

36

itechmeat/llm-code

Skill Claude CodeCodex

Integrate Open-Meteo Weather Forecast, Air Quality, and Geocoding APIs: query design, variable selection, timezone/timeformat/units, multi-location batching, and robust error handling. Use when fetching weather forecasts, air quality/pollen data, or geocoding place names to coordinates via Open-Meteo. Keywords…

22 1mo ago A 133 tokens original MIT

openapi

37

itechmeat/llm-code

Skill Claude CodeCodex

OpenAPI Specification (OAS 3.x): document structure, paths, operations, schemas, parameters, security schemes, and validation. Use when writing, reading, or validating OpenAPI specs, designing REST API schemas, or working with OAS 3.x document structure. Keywords: OpenAPI, OAS, Swagger, REST API, schemas.

22 1mo ago A 73 tokens original MIT

openclaw

38

itechmeat/llm-code

Skill Claude CodeCodex

OpenClaw local AI assistant stack. Covers architecture, tools, gateway operations, channels, and onboarding. Use when deploying, configuring, or operating an OpenClaw instance, managing gateway routing, setting up channels, or working with the multi-agent tool governance system. Keywords: OpenClaw, gateway, tools…

22 1mo ago A 71 tokens original MIT

openspec

39

itechmeat/llm-code

Skill Claude CodeCodex

OpenSpec artifact-driven workflow. Covers OPSX commands, schemas, project config. Use when applying the artifact-driven workflow (OPSX), planning or reviewing changes based on artifact dependencies, or working with OPSX commands and schema/template resolution. Keywords: OPSX, artifact graph, /opsx:.

22 1mo ago A 62 tokens original MIT

perplexity

40

itechmeat/llm-code

Skill Claude CodeCodex

Perplexity API for web-grounded AI and search. Covers Sonar models, chat/search APIs, streaming, structured outputs, filters, and attachments. Keywords: Perplexity, Sonar, search API, grounded LLM.

22 1mo ago A 51 tokens original MIT

pgvector

41

itechmeat/llm-code

Skill Claude CodeCodex

PostgreSQL extension for storing vectors and running exact/approximate nearest-neighbor search in SQL.

22 1mo ago A 75 tokens original MIT

picoclaw

42

itechmeat/llm-code

Skill Claude CodeCodex

PicoClaw Go AI assistant. Covers CLI ops, config.json, channels, auth, skills, gateway. Use when running the PicoClaw CLI, configuring models/tools/gateway in config.json, or operating channels and authentication. Keywords: picoclaw, onboard, gateway, modellist.

22 1mo ago A 64 tokens original MIT

pipecat

43

itechmeat/llm-code

Skill Claude CodeCodex

Pipecat realtime voice/multimodal bots. Covers pipelines/frames, transports, RTVI, Pipecat Cloud deploy. Use when building real-time voice bots (STT/LLM/TTS pipelines), multimodal AI agents, WebRTC/WebSocket transports, or deploying to Pipecat Cloud. Keywords: pipecat, pipecat-ai, RTVI, WebRTC, voice bot.

22 1mo ago A 87 tokens original MIT

postgresql

44

itechmeat/llm-code

Skill Claude CodeCodex

PostgreSQL best practices: multi-tenancy with RLS, schema design, Alembic migrations, async SQLAlchemy, and query optimization. Use when designing multi-tenant tables with Row-Level Security, debugging tenant isolation, creating/changing Alembic migrations, or optimizing PostgreSQL queries. Keywords: PostgreSQL, RLS…

22 1mo ago A 81 tokens original MIT

project-creator

45

itechmeat/llm-code

Skill Claude CodeCodex

Project documentation scaffolding. Covers about.md, specs.md, architecture.md, project-context.md, and user stories. Use when creating or maintaining project documentation in a .project/ folder, scaffolding specs, architecture docs, or user stories. Keywords: project setup, documentation, specs, architecture, stories.

22 1mo ago A 65 tokens original MIT

pydantic-ai

46

itechmeat/llm-code

Skill Claude CodeCodex

Pydantic AI Python agent framework. Covers typed tools, model providers, evals, MCP, UI adapters, and observability. Use when building Python AI agents with Pydantic AI, configuring model providers, implementing typed tools/dependencies, running evals, or integrating MCP servers. Keywords: pydantic-ai, agents, evals…

22 1mo ago A 80 tokens original MIT

qdrant

47

itechmeat/llm-code

Skill Claude CodeCodex

Qdrant vector database: collections, points, payload filtering, indexing, quantization, snapshots, and Docker/Kubernetes deployment. Use when managing Qdrant collections, performing vector searches with payload filters, configuring HNSW indexes or quantization, or deploying Qdrant clusters. Keywords: Qdrant, vector…

22 1mo ago A 80 tokens original MIT

itechmeat/llm-code

Skill Claude CodeCodex

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…

22 1mo ago A 71 tokens original MIT