chemany/Mente

Mente is a unified AI agent for coding, automation, gateway workflows, and long-term memory.

This repository also configures its own agents. See what Mente tells them →

11Stars on the repository
165Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

touchdesigner-mcp

25

chemany/Mente

Skill Claude CodeCodex

Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.

not rated 11 3mo ago A 38 tokens copy · 97% MIT

inference-sh-cli

26

chemany/Mente

Skill Claude CodeCodex

Run 150+ AI apps via inference.sh CLI (infsh) — image generation, video creation, LLMs, search, 3D, social automation. Uses the terminal tool. Triggers: inference.sh, infsh, ai apps, flux, veo, image generation, video generation, seedream, seedance, tavily.

not rated 11 3mo ago C 74 tokens copy · 92% MIT

docker-management

27

chemany/Mente

Skill Claude CodeCodex

Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.

not rated 11 3mo ago A 29 tokens copy · 95% MIT

adversarial-ux-test

28

chemany/Mente

Skill Claude CodeCodex

Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only.

not rated 11 3mo ago A 57 tokens copy · 88% MIT

agentmail

29

chemany/Mente

Skill Claude CodeCodex

Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. [email protected]).

not rated 11 3mo ago A 41 tokens copy · 91% MIT

fitness-nutrition

30

chemany/Mente

Skill Claude CodeCodex

Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, equipment, or category via wger. Look up macros and calories for 380,000+ foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro splits, and body fat — pure Python, no pip installs. Built for anyone chasing gains, cutting…

not rated 11 3mo ago A 87 tokens copy · 86% MIT

neuroskill-bci

31

chemany/Mente

Skill Claude CodeCodex

Connect to a running NeuroSkill instance and incorporate the user's real-time cognitive and emotional state (focus, relaxation, mood, cognitive load, drowsiness, heart rate, HRV, sleep staging, and 40+ derived EXG scores) into responses. Requires a BCI wearable (Muse 2/S or OpenBCI) and the NeuroSkill desktop app…

not rated 11 3mo ago A 82 tokens copy · 92% MIT

fastmcp

32

chemany/Mente

Skill Claude CodeCodex

Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment.

not rated 11 3mo ago A 62 tokens copy · 92% MIT

mcporter

33

chemany/Mente

Skill Claude CodeCodex

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

not rated 11 3mo ago A 41 tokens copy · 83% MIT

chemany/Mente

Skill Claude CodeCodex

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

not rated 11 3mo ago A 69 tokens copy · 84% MIT

chroma

35

chemany/Mente

Skill Claude CodeCodex

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…

not rated 11 3mo ago A 63 tokens copy · 83% MIT

clip

36

chemany/Mente

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

not rated 11 3mo ago A 60 tokens copy · 91% MIT

faiss

37

chemany/Mente

Skill Claude CodeCodex

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance…

not rated 11 3mo ago A 66 tokens copy · 91% MIT

chemany/Mente

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

not rated 11 3mo ago A 78 tokens copy · 78% MIT

guidance

39

chemany/Mente

Skill Claude CodeCodex

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

not rated 11 3mo ago A 38 tokens copy · 91% MIT

chemany/Mente

Skill Claude CodeCodex

Build, test, and debug Mente RL environments for Atropos training. Covers the HermesAgentBaseEnv interface, reward functions, agent loop integration, evaluation with tools, wandb logging, and the three CLI modes (serve/process/evaluate). Use when creating, reviewing, or fixing RL environments in the hermes-agent repo.

not rated 11 3mo ago A 75 tokens copy · 86% MIT

chemany/Mente

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance…

not rated 11 3mo ago A 75 tokens copy · 95% MIT

instructor

42

chemany/Mente

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library.

not rated 11 3mo ago A 41 tokens copy · 92% MIT

chemany/Mente

Skill Claude CodeCodex

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

not rated 11 3mo ago C 47 tokens copy · 95% MIT

llava

44

chemany/Mente

Skill Claude CodeCodex needs its repo

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best…

not rated 11 3mo ago A 64 tokens copy · 89% MIT

chemany/Mente

Skill Claude CodeCodex

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

not rated 11 3mo ago A 42 tokens copy · 88% MIT

nemo-curator

46

chemany/Mente

Skill Claude CodeCodex

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or…

not rated 11 3mo ago A 83 tokens copy · 95% MIT

peft-fine-tuning

47

chemany/Mente

Skill Claude CodeCodex

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

not rated 11 3mo ago A 82 tokens copy · 89% MIT

pinecone

48

chemany/Mente

Skill Claude CodeCodex

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

not rated 11 3mo ago A 63 tokens copy · 89% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: