Skip to main content

このリポジトリの skills

tangledgroup/tangled-skills - 6ページ

SkillsMP は tangledgroup/tangled-skills から 309 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

tangledgroup/tangled-skills

収集済み skill 309 件中 40 件を表示しています。

職業分類
ネットワーク・コンピュータシステム管理者
説明

High-performance distributed object storage system with S3-compatible API, OpenStack Swift support, and comprehensive observability features built in Rust. Use when deploying S3-compatible storage backends, configuring distributed clusters, integrating with…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Alternative syntaxes for Lisp-family languages that reduce or eliminate parentheses while preserving homoiconicity and extensibility. Covers sweet-expressions (curly-infix, neoteric, indentation-based), i-expressions (SRFI-49 indentation-sensitive syntax),…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build and understand s-expression interpreters in Python and C. Covers lexer-free tokenization, recursive descent parsing, eval-apply cycles, SymbolTable scoping, lval heap allocation with mpc, sfsexp library integration, and language semantics across Scheme…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

S-expressions (symbolic expressions) are a minimal notation for nested tree-structured data using atoms and lists. Invented for Lisp, they represent both code and data with the same syntax (homoiconicity). Covers function definitions, lambda forms, calling…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build a Scheme interpreter in Python covering tokenization, eval/apply loop, environment frames with lexical and dynamic scoping, special forms (define/lambda/if/let/cond), Pair-based linked lists, built-in procedures, and a REPL. Use when implementing a…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Complete scikit-learn 1.8 toolkit for machine learning covering supervised and unsupervised algorithms, pipelines, preprocessing, model selection, metrics, and datasets. Use when building ML models in Python, performing classification/regression/clustering,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Scientific computing library for Python covering optimization, integration, interpolation, linear algebra, signal processing, statistics, and image processing built on NumPy with highly-optimized Fortran/C/C++ backends. Use when building Python programs…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Adaptive web scraping framework for Python providing HTML parsing with CSS/XPath/text/regex selection, HTTP and browser-based fetchers with anti-bot bypass, adaptive element tracking that survives website changes, a Scrapy-like spider crawling system with…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement and validate Semantic Versioning 2.0.0 to manage software version numbers, determine compatibility, compare version precedence, and validate version strings against the official specification. Use when bumping versions, writing version constraints…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Comprehensive toolkit for computing text embeddings, semantic search, and reranking using Sentence Transformers v5.4.1. Provides dense, sparse, and cross-encoder models for semantic textual similarity, paraphrase mining, clustering, retrieve-and-rerank…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Spreadsheet data toolkit for reading, writing, and converting 40+ file formats including XLSX, CSV, JSON, HTML, ODS. Use when working with spreadsheet files, converting between data formats, exporting tabular data to Excel, or importing legacy workbook…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Manages document head tags in SolidJS applications with @solidjs/meta v0.29.4, providing SSR-ready Document Head management including Title, Meta, Link, Style, Base, and Stylesheet components with MetaProvider. Use when building SolidJS applications requiring…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

The universal router for SolidJS providing fine-grained reactivity for route navigation with support for history-based, hash-based, static (SSR), and memory-based routing modes. Use when building single-page applications in SolidJS that require client-side…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fullstack framework for SolidJS providing SSR, SSG, API routes, file-based routing, and server functions. Use when building performant web applications with unified rendering modes (CSR, SSR sync/async/streaming, SSG), isomorphic code execution, single-flight…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

A comprehensive toolkit for building reactive user interfaces with SolidJS 1.x, a declarative JavaScript framework using fine-grained reactivity. Solid compiles templates to real DOM nodes and updates them with fine-grained reactions — no Virtual DOM, no…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Industrial-strength NLP library for Python providing tokenization, named entity recognition, dependency parsing, and text classification with support for 70+ languages and production-ready training systems. Use when building NLP applications, performing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Spec-Driven Development toolkit for specification-first workflows with AI agents. Generate executable specifications, implementation plans, and automated workflows that drive code generation. Use when building software projects requiring structured…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete SQLAlchemy 2.0 toolkit for database operations, ORM mapping, and SQL expression construction. Use when building Python applications that require database connectivity, object-relational mapping, or programmatic SQL generation with support for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Embedded SQL database providing ACID transactions, full-text search (FTS5), spatial indexing (R-Tree), JSON processing, virtual tables, and extensions. Use when building applications requiring embedded SQL databases, performing data analysis, implementing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Stanford NLP Group's Python NLP library for 80+ languages providing tokenization, POS tagging, lemmatization, dependency parsing, and NER via a neural pipeline built on PyTorch. Includes a Python wrapper for the Java Stanford CoreNLP server. Use when building…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

AI-powered UI design tool generating high-fidelity screens and frontend code from text prompts and images. Provides MCP tools for coding agents, a TypeScript SDK, DESIGN.md format, and export to Figma/AI Studio. Use when generating UI designs from prompts or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

High-performance SIMD-accelerated string library for search, hashing, sorting, and fuzzy matching in C/C++/Python/Rust/JavaScript/Swift/Go. Use when optimizing string operations for big data processing, bioinformatics, or high-throughput applications…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete toolkit for SymPy 1.14.0 providing symbolic mathematics in Python including algebra, calculus, matrices, equation solving, simplification, and printing. Use when building Python programs that require exact symbolic computation, symbolic expression…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

A skill for using Tailwind CSS v4.2, a utility-first CSS framework with CSS-based configuration via @theme, OKLCH color space, cascade layers, and Lightning CSS optimization. Use when building responsive web interfaces, customizing design systems, adding…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

In-browser Tailwind CSS v4.2 build (@tailwindcss/browser) that compiles utility classes at runtime without a build step. Use when prototyping, creating documentation sites, building static pages, or learning Tailwind CSS without setting up Node.js tooling.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Official CLI for Gitea servers. Manage repositories, issues, pull requests, releases, and admin operations from the terminal. Supports multiple Gitea instances, OAuth2/token auth, and machine-readable output (JSON, YAML, CSV). Use when automating Gitea…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

ECMAScript Temporal API for date/time management replacing legacy Date. Provides timezone-aware arithmetic, calendar support, nanosecond precision, and immutable Plain types. Use when building JavaScript/TypeScript applications requiring date-time…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Python library for simplified natural language processing providing POS tagging, noun phrase extraction, sentiment analysis, classification (Naive Bayes, Decision Tree), tokenization, lemmatization, spelling correction, and WordNet integration. Use when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Python framework for building terminal and browser UIs. Provides widget-based DOM, CSS styling (.tcss), reactive attributes, event system, Workers API for concurrency, command palette, and theming. Use when building terminal UIs, CLI tools with rich…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete toolkit for TinyCC 0.9.27, a small hyper-fast C compiler generating native x86/x86_64/ARM code without an external assembler or linker. Use when compiling C code extremely fast, creating C scripts with shebangs, using libtcc for dynamic code…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Minimalist Python implementation in ~64k of code with a bootstrapped parser, bytecode compiler, and VM with incremental GC. Supports classes, dicts, lists, exceptions, and modules. Cross-platform with C API for embedding. Use when building embedded scripting…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Lightweight Scheme interpreter (R5RS subset) in ~5000 lines of C, designed as an embeddable scripting engine. Opcode-based dispatch, Schorr-Deutsch-Waite GC, and conditional compilation for footprint tuning (down to ~64KB). Supports closures, continuations,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fast state-of-the-art tokenizers library for NLP written in Rust with Python, Node.js, and Ruby bindings. Use when training custom vocabularies, implementing BPE/WordPiece/Unigram tokenization, building NLP pipelines, or working with transformer models…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete toolkit for Hugging Face Transformers 5.7.0 providing pretrained models for NLP, vision, audio, video, and multimodal tasks with Pipeline API, Trainer, generation, and quantization. Use when building Python applications that integrate transformer…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Extremely fast Python type checker and language server written in Rust, 10x-100x faster than mypy and Pyright. Provides comprehensive diagnostics, configurable rule levels, and advanced typing features including intersection types. Use when type checking…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

A skill for using UPX (Ultimate Packer for eXecutables) v5.1.1 to compress and decompress executable files across multiple platforms including Windows, Linux, macOS, DOS, Atari, and PlayStation. Achieves 50%-70% file size reduction with very fast…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

High-performance single-file similarity search engine for vectors using HNSW with user-defined metrics, quantization, and multi-language bindings (Python, C++, Rust, JavaScript, Go, Swift, C#, Wolfram). Use when building vector search applications,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fast Python package and project manager written in Rust. Replaces pip, pip-tools, pipx, poetry, pyenv, virtualenv, twine, and more. Use when managing Python dependencies, creating virtual environments, running tools with uvx (pipx alternative), installing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Vega 6.2.0 — declarative visualization grammar for creating interactive charts in JSON. Define data, scales, marks, axes, legends, signals, and interactions to render HTML5 Canvas or SVG visualizations. Use when authoring Vega specifications, building…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Vega-Lite 6.4.3 — high-level grammar of interactive graphics. Generate, author, and debug Vega-Lite specifications for bar charts, line charts, scatterplots, area charts, maps, heatmaps, boxplots, faceted/layered/concatenated multi-view visualizations, and…

原文の言語: 英語

更新
収集済み skill 309 件中 40 件を表示しています。