Tangled Skills for Agents
All skills in this repository are automatically generated using the write-skill skill. Each skill is created from public references, official documentation URLs, and other publicly available resources to ensure accuracy and completeness.
Install / Update
mkdir -p .agents/skills && \
curl -L https://github.com/tangledgroup/tangled-skills/archive/refs/heads/main.tar.gz | \
tar -xz --strip-components=3 -C .agents/skills tangled-skills-main/.agents/skills- Detailed yet concise: Skills provide comprehensive coverage while staying within typical LLM context limits
- Modular reference files: Large topics are broken down into separate reference files that can be loaded on demand
- Markdown only: All skill files are plain Markdown documents - no scripts or executable code
- Reference-driven: Each skill links to official documentation and public resources for further exploration
| Skill | Project | Version | Technologies | Description |
|---|---|---|---|---|
| agent-coding-mini-rasbt | - | 0.3.0 | coding-agent, ollama, local-llm, python, agent-harness | A minimal standalone coding agent framework by Sebastian Raschka backed by Ollama that provides workspace context col... |
| agent-coding-wyattdave | - | 0.2.0 | ai-agents, prompt-engineering, vscode-extensions, coding-assistants, customization | A toolkit for creating custom AI coding agents using prompt engineering, instruction files, and skill modules. Use wh... |
| agentmemory-0-8-10 | agentmemory | 0.8.10 | ai-agents, memory, persistent-context, mcp-server, iii-engine | Persistent memory engine for AI coding agents providing automatic cross-session context capture, hybrid search (BM25 ... |
| agentmemory-0-8-9 | agentmemory | 0.8.9 | ai-agents, memory, mcp-server, persistent-context, vector-search | Persistent memory engine for AI coding agents providing automatic cross-session context capture, hybrid search (BM25 ... |
| agent-nirzabari | - | 0.2.0 | ai-agents, coding-agents, harness-engineering, llm-systems, agent-architecture | A comprehensive guide to understanding and building coding agent harnesses, covering the 7-layer architecture, contex... |
| agent-ralph-wiggum-fstandhartinger | - | 0.2.0 | autonomous-development, spec-driven, iterative-loops, ai-coding, ralph-wiggum | Autonomous AI coding with spec-driven development combining iterative bash loops and SpecKit-style specifications for... |
| aiohttp-3-13 | aiohttp | 0.2.0 | async, python, web-server, websocket | Async HTTP client/server for Python asyncio. Use when building async web applications, REST APIs, or making concurren... |
| aiohttp-cors-0-8-1 | aiohttp-cors | 0.2.0 | cors, aiohttp, web-security, cross-origin | A skill for implementing Cross-Origin Resource Sharing (CORS) support in aiohttp web applications using aiohttp-cors ... |
| aiohttp-jinja2-1-6 | aiohttp-jinja2 | 0.2.0 | jinja2, templating, aiohttp, web-framework, html-rendering | Jinja2 template renderer for aiohttp.web applications providing decorator-based rendering, context processors, URL he... |
| aiohttp-security-0-5-0 | aiohttp-security | 0.2.0 | aiohttp, authentication, authorization, security, identity | A skill for implementing authentication and authorization in aiohttp.web applications using aiohttp-security 0.5.0, p... |
| aiohttp-session-2-12 | aiohttp-session | 0.2.0 | aiohttp, sessions, web, async, storage | A skill for implementing server-side sessions in aiohttp web applications using aiohttp-session 2.12.1, providing mul... |
| aiohttp-sse-2-2-0 | aiohttp-sse | 0.2.0 | aiohttp, sse, server-sent-events, streaming, real-time | Python library for Server-Sent Events (SSE) support in aiohttp applications. Use when building real-time streaming en... |
| aioitertools-0-13 | aioitertools | 0.2.0 | asyncio, python, itertools, async-iterators, generators | Async-compatible versions of itertools, builtins, and more for Python asyncio. Use when building async Python applica... |
| aiorwlock-1-5-1 | aiorwlock | 0.2.0 | asyncio, concurrency, synchronization, read-write-lock, python | Async read-write lock implementation for Python asyncio providing concurrent reader access and exclusive writer acces... |
| aiozmq-0-7-0 | aiozmq | 0.7.0 | zeromq, asyncio, rpc, messaging, distributed-systems | Async ZeroMQ integration for Python asyncio providing transport-level APIs, stream abstraction, and RPC frameworks fo... |
| alpinejs-3-15 | alpinejs | 0.2.0 | javascript, frontend, reactive, html, directives | A skill for building reactive user interfaces with Alpine.js 3.15, a minimal JavaScript framework that uses HTML-firs... |
| argon2-25 | argon2 | 0.2.0 | password-hashing, authentication, cryptography, argon2, security | Python toolkit for password hashing and verification using the Argon2 algorithm via argon2-cffi. Use when implementin... |
| asyncstdlib-3-14 | asyncstdlib | 0.2.0 | async, asyncio, itertools, functools, contextlib | Python async standard library providing async versions of builtins, itertools, functools, contextlib, and asynctools ... |
| axios-1-15 | axios | 0.2.0 | rest, api, fetch, ajax, promises | A comprehensive toolkit for making HTTP requests using Axios 1.x, a promise-based HTTP client for browser and Node.js... |
| bcrypt-5-0 | bcrypt | 0.2.0 | password-hashing, cryptography, security, authentication, key-derivation | A skill for password hashing and key derivation using bcrypt 5.0 in Python. Use when implementing secure password sto... |
| boto3-1-42-89 | boto3 | 1.0.0 | aws, boto3, cloud, python, sdk | Complete toolkit for AWS SDK for Python (Boto3) 1.42.89 providing high-level resource interface and low-level client ... |
| bun-1-3-12 | bun | 0.2.0 | javascript, typescript, runtime, package-manager, bundler | Complete toolkit for Bun 1.3.12 JavaScript runtime, package manager, bundler, and test runner. Use when building high... |
| caddy-2-11-2 | caddy | 2.11.2 | web server, reverse proxy, HTTPS, Caddyfile, automatic SSL | Complete Caddy 2.11.2 web server toolkit covering Caddyfile configuration, JSON API, CLI commands, automatic HTTPS wi... |
| caveman-1-5-1 | caveman | 1.5.1 | communication, token-optimization, brevity, efficiency | Ultra-compressed communication mode that cuts token usage by ~75% while maintaining full technical accuracy. Supports... |
| cffi-2-0-0 | cffi | 2.0.0 | cffi, c-integration, ffi, foreign-function-interface, python-c-bindings | Python C Foreign Function Interface for calling C libraries from Python with C-like declarations. Use when interfacin... |
| changelog-1-1 | changelog | 0.2.0 | changelog, documentation, versioning, semver, release-notes | A skill for creating and maintaining changelogs following the Keep a Changelog specification v1.1.0, providing standa... |
| chart-js-4-5-1 | chart-js | 4.5.1 | charts, canvas, data-visualization, javascript, html5 | Complete toolkit for Chart.js 4.5.1, the most popular open-source JavaScript charting library using HTML5 Canvas rend... |
| chonkie-1-6-2 | chonkie | 1.6.2 | text-chunking, rag, nlp, embeddings, vector-databases | A skill for using Chonkie 1.6.2, a lightweight Rust-based text chunking library for RAG pipelines providing 10+ chunk... |
| coding-guidelines-0-1-0 | coding-guidelines | 0.1.0 | behavioral-guidelines, code-quality, simplicity, llm-best-practices | Behavioral guidelines to reduce common LLM coding mistakes including overcomplication, hidden assumptions, orthogonal... |
| crun-1-27 | crun | 0.2.0 | oci-runtime, containers, podman, checkpointing, criu | Lightweight OCI container runtime written in C for running Linux containers with low memory footprint and high perfor... |
| cryptography-46 | cryptography | 0.2.0 | cryptography, encryption, hashing, asymmetric, symmetric | Comprehensive toolkit for Python cryptographic operations using the cryptography library. Use when implementing encry... |
| curl-8-19-0 | curl | 8.19.0 | HTTP client, FTP, URL transfer, libcurl, CLI tool | Complete toolkit for curl 8.19.0 CLI tool and libcurl C library covering command-line usage, URL syntax, HTTP/HTTPS/F... |
| cython-3-2-4 | cython | 3.2.4 | python, compiler, c-extension, performance, optimization | A skill for using Cython 3.2.4, an optimizing Python compiler that makes writing C extensions as easy as Python itsel... |
| d3-7-9-0 | d3 | 7.9.0 | JavaScript, visualization, SVG, Canvas, data-visualization | Complete toolkit for D3.js 7.9.0, the JavaScript library for bespoke data-driven documents providing SVG and Canvas-b... |
| daisyui-5-5 | daisyui | 0.2.0 | tailwindcss, daisyui, ui-components, theming, css-framework | A skill for using DaisyUI 5.5, a component library for Tailwind CSS 4 that provides semantic class names for common U... |
| dayjs-1-11 | dayjs | 0.2.0 | date, time, parsing, formatting, manipulation | Complete toolkit for date and time manipulation using Day.js 1.11, a minimalist 2kB library with Moment.js-compatible... |
| deno-2-7 | deno | 0.2.0 | javascript, typescript, runtime, web-server, cli-tools | A comprehensive toolkit for the Deno 2.x JavaScript/TypeScript runtime, covering installation, permissions, built-in ... |
| docker-docs-2026-04-16 | docker-docs | 2026.4.16 | containers, docker-engine, docker-desktop, docker-compose, dockerfile | Comprehensive reference for Docker platform including Docker Engine, Docker Desktop, Docker Compose, Docker Build/Bui... |
| duckdb-1-5-2 | duckdb | 1.5.2 | sql, analytics, embedded-database, olap, data-science | High-performance analytical SQL database with support for nested types, vectorized execution, and seamless integratio... |
| esbuild-0-28 | esbuild | 0.28.0 | javascript, bundler, typescript, jsx, css | Complete toolkit for esbuild v0.28 JavaScript bundler providing CLI, JavaScript API, and Go API access for bundling, ... |
| git | - | 0.3.0 | git, version-control, conventional-commits, keep-a-changelog, semver | > |
| haproxy-3-3-0 | haproxy | 3.3.0 | load balancing, reverse proxy, SSL termination, high availability, HTTP proxy | Complete HAProxy 3.3.0 toolkit for load balancing, reverse proxying, SSL/TLS termination, and traffic management. Use... |
| htm-3-1 | htm | 0.2.0 | jsx-alternative, tagged-templates, preact, react, virtual-dom | A skill for using htm 3.1, a tagged template syntax library that provides JSX-like markup in plain JavaScript without... |
| htmx-2 | htmx | 0.2.0 | htmx, html, ajax, web-development, frontend | A skill for building interactive web applications with htmx 2.x, a JavaScript library that allows accessing modern br... |
| htmx-4 | htmx | 0.2.0 | htmx, hypermedia, ajax, html, web-development | A skill for building interactive web applications with htmx 4.0, a JavaScript library that provides HTML attributes f... |
| jinja2-3-1-6 | jinja2 | 0.2.0 | templating, python, html, web-development, template-engine | Complete toolkit for Jinja2 v3.1.6 templating engine covering template design, Python API integration, custom filters... |
| jq-1-8-1 | jq | 1.8.1 | JSON, command-line, data transformation, shell scripting, text processing | Complete toolkit for jq 1.8.1, the lightweight and flexible command-line JSON processor. Use when parsing, transformi... |
| jsonpath-rfc-9535 | jsonpath-rfc | 1.0.0 | JSON, query language, data selection, extraction, IETF standard | Complete reference for JSONPath RFC 9535, the IETF Standards Track specification defining a string syntax for selecti... |
| lingua-py-2-2-0 | lingua-py | 2.2.0 | nlp, language-detection, text-processing, multilingual, natural-language-processing | Accurate natural language detection library for Python supporting 75 languages with high accuracy on short text and m... |
| llama-cpp-b8789 | - | 1.0.0 | llm, inference, gguf, quantization, cuda | C/C++ LLM inference library providing GGUF model support, quantization, GPU acceleration (CUDA/Metal/HIP/Vulkan/SYCL)... |
| lodash-4-18 | lodash | 0.2.0 | javascript, utility-library, arrays, objects, strings | Complete toolkit for Lodash 4.18 utility library providing 300+ helper functions for arrays, collections, objects, st... |
| logfire-4-32-1 | logfire | 4.32.1 | observability, tracing, OpenTelemetry, logging, metrics | Complete toolkit for Pydantic Logfire 4.32.1 — production-grade AI observability built on OpenTelemetry. Use when ins... |
| matplotlib-3-10-8 | matplotlib | 3.10.8 | plotting, visualization, charts, graphs, data-visualization | Comprehensive toolkit for Matplotlib 3.10.8, the Python plotting library for creating static, animated, and interacti... |
| mem0-1-0-11 | mem0 | 1.0.0 | memory, llm, ai-agents, vector-search, langchain | A skill for using Mem0 v1.0.11, a universal self-improving memory layer for LLM applications that enables persistent ... |
| mempalace-3-3-0 | mempalace | 3.3.0 | ai-memory, rag, chromadb, local-ai, mcp-server | Local AI memory system that mines projects and conversations into a searchable palace using ChromaDB for vector searc... |
| mermaid-11-14-0 | mermaid | 11.14.0 | diagrams, visualization, flowchart, sequence-diagram, class-diagram | Complete Mermaid 11.14.0 toolkit for creating diagrams and visualizations using text-based syntax including flowchart... |
| networkx-3-6-1 | networkx | 1.0.0 | graph-theory, network-analysis, complex-networks, algorithms, data-science | A comprehensive toolkit for NetworkX 3.6.1, the Python package for creating, manipulating, and studying complex netwo... |
| networkxternal-0-3 | networkxternal | 0.3 | graph, database, networkx, sqlite, postgresql | NetworkX-compatible interface for external memory MultiDiGraphs persisted in databases (SQLite, PostgreSQL, MySQL, Mo... |
| nextjs-16-2-3 | nextjs | 0.2.0 | nextjs, react, web-development, ssr, ssg | A skill for building production-ready React applications with Next.js 16.2.3, providing App Router and Pages Router s... |
| nginx-1-30-0 | nginx | 1.30.0 | HTTP server, reverse proxy, load balancer, SSL/TLS, caching | Complete toolkit for Nginx 1.30.0 high-performance HTTP server, reverse proxy, and load balancer covering configurati... |
| nltk-3-9-2 | nltk | 3.9.2 | nlp, natural-language-processing, python, text-processing, wordnet | Complete toolkit for Natural Language Processing with NLTK 3.9.2, covering tokenization, stemming, lemmatization, POS... |
| nodejs-24-14 | nodejs | 0.2.0 | nodejs, javascript, runtime, server-side, async | Complete Node.js 24.14 runtime toolkit covering core modules, async programming, HTTP servers, file system operations... |
| nuitka-4-0-8 | nuitka | 0.2.0 | python-compiler, native-code, c-generation, standalone-executables, performance-optimization | Python compiler that translates Python code to C and native executables. Use when compiling Python applications for d... |
| numba-0-65-0 | numba | 0.65.0 | jit, compiler, numpy, performance, gpu | Just-in-time compiler for numerical Python using LLVM, providing @jit, @vectorize, @guvectorize, @stencil, @jitclass,... |
| numeral-2 | numeral | 0.2.0 | number-formatting, currency, percentage, bytes, localization | A JavaScript library for formatting and manipulating numbers. Use when formatting currency, percentages, bytes, time ... |
| numpy-2-4-4 | numpy | 2.4.4 | numpy, arrays, scientific-computing, linear-algebra, numerical-analysis | Complete toolkit for NumPy 2.4.4, the fundamental package for scientific computing with Python, providing powerful n-... |
| oat-0-6-0 | oat | 0.2.0 | ui-library, css-framework, semantic-html, zero-dependency, webcomponents | Ultra-lightweight semantic UI component library with zero dependencies (~8KB). Use when building web applications wit... |
| openai-2-31 | openai | 0.2.0 | openai, python, llm, chat-completions, embeddings | Python SDK for OpenAI API v2.31 providing type-safe access to Responses API, Chat Completions, embeddings, audio tran... |
| opentelemetry-1-55-0 | opentelemetry | 1.55.0 | distributed-tracing, metrics, logging, observability, OTLP | Complete OpenTelemetry 1.55.0 specification toolkit for implementing distributed tracing, metrics collection, and log... |
| opentelemetry-collector-1-56-0 | opentelemetry-collector | 1.56.0 | observability, tracing, metrics, logging, otel | Complete toolkit for OpenTelemetry Collector 1.56 covering configuration, deployment patterns (agent/gateway), pipeli... |
| opentelemetry-python-1-41-0 | opentelemetry-python | 1.41.0 | observability, distributed-tracing, metrics, logging, opentelemetry | Complete OpenTelemetry Python toolkit v1.41.0 for distributed tracing, metrics collection, and log management with su... |
| pacote-21-5 | pacote | 0.2.0 | npm, packages, npx, download, extract | Use pacote 21.5 via npx to inspect, download, and extract npm packages without installing them first. Supports regist... |
| paramiko-4-0-0 | paramiko | 4.0.0 | SSH, SFTP, SCP, networking, remote execution | Complete toolkit for Paramiko 4.0.0, a pure-Python SSHv2 implementation providing both client and server functionalit... |
| payloadcms-3-82-1 | payloadcms | 0.2.0 | cms, headless-cms, content-management, nextjs, typescript | Complete toolkit for Payload CMS v3.82.1 headless CMS development including collections, fields, access control, auth... |
| payloadcms-blank-3-82-1 | payloadcms-blank | 0.2.0 | cms, payload, nextjs, mongodb, headless-cms | Minimal Payload CMS 3.82.1 starter template providing a clean foundation for building custom headless CMS application... |
| payloadcms-ecommerce-3-82-1 | payloadcms-ecommerce | 0.2.0 | payloadcms, nextjs, typescript, ecommerce, mongodb | Complete guide for Payload CMS ecommerce template v3.82.1 providing production-ready online store with products, vari... |
| payloadcms-website-3-82-1 | payloadcms-website | 0.2.0 | payloadcms, nextjs, typescript, website, blog | Complete guide for Payload CMS website template v3.82.1 providing production-ready starter for content-driven website... |
| picocss-2-1 | picocss | 0.2.0 | css-framework, semantic-html, responsive-design, light-dark-mode, minimal-css | A skill for using Pico CSS v2.1, a minimalist CSS framework that styles semantic HTML elements elegantly by default w... |
| pi-mono-0-66-1 | pi-mono | 0.2.0 | TypeScript, AI agents, LLM, terminal UI, coding agents | Complete implementation guide for pi-mono monorepo architecture covering provider abstraction, agent runtime, termina... |
| pinecone-router-7-5 | pinecone-router | 0.2.0 | alpinejs, routing, client-side-routing, single-page-application, javascript | A comprehensive toolkit for building client-side routing in Alpine.js applications using Pinecone Router v7.5, provid... |
| podman-5-8-1 | podman | 0.2.0 | containers, podman, docker-alternative, rootless-containers, pods | Comprehensive toolkit for Podman 5.8.1 container engine providing daemonless container management with Docker-compati... |
| podman-compose-1-5-0 | podman-compose | 0.2.0 | podman, compose, containers, orchestration, devops | Orchestrates multi-container applications using Compose specification files with Podman backend. Use when deploying c... |
| podman-py-5-8-0 | podman-py | 0.2.0 | podman, containers, python, docker-alternative, containerization | Python client library for Podman container engine providing programmatic access to containers, images, pods, networks... |
| pulp-3-3-0 | pulp | 3.3.0 | linear-programming, optimization, mip, operations-research, python | Complete toolkit for PuLP 3.3.0, a Python linear and mixed-integer programming (MIP) modeling library that generates ... |
| python-scrypt | - | 0.2.0 | cryptography, key-derivation, password-hashing, scrypt, kdf | Python toolkit for scrypt-based key derivation and password hashing. Use when implementing secure password storage, d... |
| pywebview-6-2 | pywebview | 0.2.0 | python, desktop-gui, webview, cross-platform, native-apps | A skill for building cross-platform desktop applications with native webview components using pywebview 6.2, enabling... |
| pyzmq-27-1-0 | pyzmq | 0.2.0 | zeromq, zmq, messaging, networking, sockets | Complete toolkit for Python bindings to ZeroMQ (pyzmq 27.x) covering socket types, messaging patterns, async/await in... |
| quickjs-2025-09-13 | quickjs | 2025.9.13 | JavaScript, engine, C API, bytecode, embedding | Small and fast JavaScript engine supporting ES2023 with C API for embedding, qjs REPL interpreter, and qjsc bytecode ... |
| qwen3-embedding | - | 1.0.0 | embedding, semantic-search, retrieval, multilingual, reranking | Complete toolkit for Qwen3 Embedding models (0.6B, 4B, 8B) and Qwen3 Reranker models providing state-of-the-art text ... |
| qwen3-reranker | - | 1.0.0 | reranking, text-ranking, retrieval, cross-encoder, multilingual | Comprehensive toolkit for Qwen3 Reranker models (0.6B, 4B, 8B) — state-of-the-art cross-encoder text reranking with 1... |
| qwen3-vl-embedding | - | 0.1.0 | embedding, multimodal, vision-language, retrieval, semantic-search | Complete toolkit for Qwen3-VL-Embedding 0.1.0 multimodal embedding models (2B and 8B) supporting text, images, screen... |
| qwen3-vl-reranker | - | 1.0.0 | reranker, multimodal, retrieval, qwen, cross-encoder | Complete toolkit for Qwen3-VL-Reranker (2B and 8B) multimodal reranking models that score relevance of text, image, v... |
| redis-om-python-1-1 | redis-om-python | 0.2.0 | redis, orm, pydantic, redisearch, redisjson | A skill for using Redis OM Python v1.1.0, an object mapping library that provides declarative models, automatic secon... |
| redis-py-7-4 | redis-py | 0.2.0 | redis, database, key-value-store, caching, async | Comprehensive Python client for Redis database and key-value store. Use when building Python applications requiring R... |
| rqlite-9-4 | rqlite | 0.2.0 | database, distributed-systems, sqlite, raft, high-availability | Comprehensive toolkit for rqlite 9.4, a lightweight distributed relational database built on SQLite with Raft consens... |
| rsync-3-4-1 | rsync | 3.4.1 | file synchronization, backup, mirroring, delta transfer, remote copy | Complete toolkit for rsync 3.4.1, the fast and versatile file-copying tool using delta-transfer algorithm for remote ... |
| ruff-0-4-10 | ruff | 0.2.0 | python, linting, formatting, code-quality, flake8-alternative | A skill for using Ruff 0.4.10, an extremely fast Python linter and formatter written in Rust that replaces Flake8, is... |
| rustfs-1-0-0-alpha-93 | rustfs | 1.0.0-alpha.93 | object-storage, s3, swift, distributed-systems, observability | High-performance distributed object storage system with S3-compatible API, OpenStack Swift support, and comprehensive... |
| scikit-learn-1-8-0 | scikit-learn | 1.8.0 | machine learning, classification, regression, clustering, preprocessing | Complete toolkit for scikit-learn 1.8.0 machine learning library covering supervised/unsupervised algorithms, pipelin... |
| scipy-1-17-1 | scipy | 1.0.0 | scipy, scientific-computing, optimization, statistics, linear-algebra | Comprehensive toolkit for SciPy 1.17.1 scientific computing library covering optimization, integration, interpolation... |
| semver-2-0 | semver | 0.2.0 | semantic-versioning, semver, versioning, software-versions, dependency-management | A skill for implementing and validating Semantic Versioning 2.0.0 (SemVer) to manage software version numbers, determ... |
| sentence-transformers-5-4-1 | sentence-transformers | 5.4.1 | embeddings, semantic-search, reranking, nlp, pytorch | A comprehensive toolkit for computing text embeddings, semantic search, and reranking using Sentence Transformers v5.... |
| solidjs-1-19 | solidjs | 0.2.0 | javascript, typescript, frontend, reactivity, jsx | A comprehensive toolkit for building reactive user interfaces with SolidJS 1.19, a declarative JavaScript framework u... |
| solid-meta-0-29 | solid-meta | 0.29.7 | solidjs, meta-tags, ssr, document-head, seo | A skill for managing document head tags in SolidJS applications with @solidjs/meta v0.29, providing asynchronous SSR-... |
| solid-router-0-16 | solid-router | 0.2.0 | solidjs, router, routing, navigation, ssr | A skill for using Solid Router v0.16, the universal router for SolidJS that provides fine-grained reactivity for rout... |
| solid-start-1-3 | solid-start | 0.2.0 | solidjs, fullstack, ssr, ssg, api-routes | Fullstack framework for SolidJS providing SSR, SSG, API routes, and file-based routing. Use when building performant ... |
| spacy-3-8-14 | spacy | 3.8.14 | nlp, natural-language-processing, text-analysis, machine-learning, python | Industrial-strength NLP library for Python providing tokenization, named entity recognition, dependency parsing, text... |
| spec-kit-0-6-1 | spec-kit | 0.6.1 | specification-driven-development, sdd, ai-assisted-development, project-management, workflow-automation | A skill for implementing Spec-Driven Development (SDD) using GitHub's Spec Kit v0.6.1 toolkit, enabling specification... |
| sqlalchemy-2-0 | sqlalchemy | 0.2.0 | database, orm, sql, python, postgresql | Complete SQLAlchemy 2.0 toolkit for database operations, ORM mapping, and SQL expression construction. Use when build... |
| sqlite-3-53 | sqlite | 0.2.0 | sqlite, database, sql, json, fts | Complete toolkit for SQLite 3.53 covering all official documentation topics including SQL queries, C API integration,... |
| stanza-1-11-1 | stanza | 1.11.1 | nlp, natural-language-processing, python, multilingual, pytorch | Stanford NLP Python library for linguistic analysis of 80+ human languages. Use when building multilingual NLP pipeli... |
| stringzilla-4-6 | stringzilla | 0.2.0 | simd, string-processing, search, hashing, bioinformatics | High-performance SIMD-accelerated string library for search, hashing, sorting, and fuzzy matching in C/C++/Python/Rus... |
| tailwindcss-4-2 | tailwindcss | 0.2.0 | css, tailwind, styling, frontend, utility-first | A skill for using Tailwind CSS v4.2, a utility-first CSS framework with CSS-based configuration, OKLCH color space, c... |
| tailwindcss-browser-4-2 | tailwindcss-browser | 0.2.0 | css, tailwind, browser, prototyping, no-build | A skill for using Tailwind CSS v4.2 browser build (@tailwindcss/browser) that enables in-browser Tailwind compilation... |
| textblob-0-20-0 | textblob | 0.20.0 | nlp, text-processing, sentiment-analysis, pos-tagging, classification | Python library for simplified natural language processing (NLP) tasks including sentiment analysis, part-of-speech ta... |
| tinycc-0-9-27 | tinycc | 0.9.27 | C compiler, x86, libtcc, dynamic code generation, C scripting | Complete toolkit for TinyCC 0.9.27, a small hyper-fast C compiler that generates x86 code directly without external a... |
| tinypy-1-1 | tinypy | 1.1.0 | python, embedded, vm, bytecode, c-api | TinyPy 1.1 — a minimalist Python implementation in ~64k of code featuring a Lua-esque bytecode VM, garbage collection... |
| tokenizers-0-22-3 | tokenizers | 0.22.3 | nlp, tokenization, rust, python, transformers | Fast state-of-the-art tokenizers library for NLP written in Rust with Python, Node.js, and Ruby bindings. Use when tr... |
| transformers-5-5-4 | transformers | 1.0.0 | nlp, machine-learning, deep-learning, pytorch, huggingface | Complete toolkit for Hugging Face Transformers 5.5.4 providing state-of-the-art pretrained models for NLP, computer v... |
| ty-0-0-29 | ty | 0.2.0 | python, type-checking, static-analysis, language-server, mypy-alternative | A skill for using ty 0.0.29, an extremely fast Python type checker and language server written in Rust that is 10x-10... |
| tzip | - | 0.3.1 | token-compression, efficiency | > |
| upx-5-1-1 | upx | 0.2.0 | compression, executable, packer, optimization, deployment | A skill for using UPX (Ultimate Packer for eXecutables) v5.1.1 to compress and decompress executable files across mul... |
| usearch-2-24 | usearch | 0.2.0 | vector-search, hnsw, similarity-search, approximate-nearest-neighbors, embedding-search | A skill for using USearch 2.24, a high-performance single-file similarity search and clustering engine for vectors su... |
| uv-0-11-6 | uv | 0.2.0 | python, package-management, dependency-resolution, virtual-environments, pip-replacement | A skill for using uv 0.11.6, an extremely fast Python package and project manager written in Rust that replaces pip, ... |
| write-skill | - | 0.6.0 | skill-generation, automation, meta-skill | Generate fine-grained agent skills from user requirements, creating complete spec-compliant markdown files that work ... |
| yq-4 | yq | 4.52 | yaml, json, xml, jq, command-line | Complete toolkit for yq v4.x, the lightweight portable command-line YAML, JSON, XML, INI, TOML, HCL, CSV/TSV, Propert... |
| zeromq-wiki-3-2 | zeromq-wiki | 0.2.0 | messaging, sockets, distributed-systems, zero-mq, zmq | A comprehensive toolkit for ZeroMQ (ØMQ) messaging library covering socket patterns, protocols, architecture, and bes... |
| zeromq-zguide-3-2 | zeromq-zguide | 0.2.0 | zeromq, zmq, messaging, sockets, distributed-systems | Complete ZeroMQ ZGuide 3.2 toolkit covering messaging patterns, socket types, reliability mechanisms, and distributed... |
- Total Skills: 128