Skip to main content

このリポジトリの skills

tangledgroup/tangled-skills - 7ページ

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

tangledgroup/tangled-skills

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

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

Validates Vega-Lite 6.4.3 JSON specifications against the official JSON Schema using check-jsonschema. Catches structural errors, invalid field types, and missing required properties before rendering. Use when validating Vega-Lite specs generated by…

原文の言語: 英語

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

Open-source SSO authentication and user management provider for self-hosted applications. Provides OIDC Provider, ProxyAuth forward authentication, user/group management, passkeys, and email-based invitations. Use when deploying or configuring VoidAuth as an…

原文の言語: 英語

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

Fetches any URL and converts the full page to clean AI-targeted markdown using scrapling. Use when scraping arbitrary web pages, documentation, articles, or HTML content into a format suitable for AI context without requiring an API key.

原文の言語: 英語

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

Searches DuckDuckGo via its HTML endpoint and outputs results as raw YAML. Uses a deterministic bash script, extracts search results, and prints exact YAML output.

原文の言語: 英語

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

CRDT framework for conflict-free collaborative editing with shared types (Y.Map, Y.Array, Y.Text). Provides network-agnostic document sync via binary updates, awareness tracking, undo/redo, and delta-format events. Use when building real-time collaborative…

原文の言語: 英語

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

A skill for using yq v4.x, a lightweight and portable command-line YAML, JSON, XML, INI, Properties, CSV/TSV, HCL, TOML, Base64, and Lua processor with jq-like syntax. Use when reading, writing, transforming, or converting data between these formats from the…

原文の言語: 英語

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

A comprehensive toolkit for ZeroMQ (ØMQ) messaging library covering socket patterns, protocols, architecture, and best practices. Use when building distributed applications, implementing messaging patterns like REQ/REP, PUB/SUB, PUSH/PULL, designing…

原文の言語: 英語

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

Complete ZeroMQ ZGuide 3.2 toolkit covering messaging patterns, socket types, reliability mechanisms, and distributed computing architectures. Use when building asynchronous message-driven applications, implementing request-reply patterns, pub-sub systems,…

原文の言語: 英語

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

Comprehensive reference covering formal logic systems from propositional through higher-order logic, plus modal logic, soundness, and inductive reasoning. Use when working with logical formalisms, constructing proofs, analyzing arguments, building theorem…

原文の言語: 英語

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

Unix-style pipe expression syntax for chaining multiple agent operations sequentially. Each stage's output becomes the next stage's implicit context, enabling multi-step workflows in a single expression. Use when chaining 2+ operations where intermediate…

原文の言語: 英語

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

Meta skill for authoring and managing agent skills. Generates spec-compliant, cross-platform SKILL.md files from documentation sources (URLs or filesystem paths). Works on pi, opencode, Claude Code, and Codex. Use when creating new skills, converting…

原文の言語: 英語

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

Extremely fast Python package and project manager written in Rust, replacing pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more with 10-100x faster performance. Use when managing Python projects, installing packages, running scripts with…

原文の言語: 英語

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

Phase/task based workflow system with PLAN.md as single source of truth. Use when tackling projects that require structured iteration through Planning, Analysis, Design, Implementation, Testing, Deployment, Maintenance, etc phases with clear dependency graphs.

原文の言語: 英語

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

JavaScript-based diagramming tool that generates diagrams from Markdown-inspired text definitions. Supports 30+ diagram types including flowcharts, sequence diagrams, Gantt charts, class diagrams, ER diagrams, and mindmaps. Use when creating visual diagrams…

原文の言語: 英語

更新
職業分類
カスタマーサービス担当者
説明

Searches DuckDuckGo using the HTML endpoint (default, html→markdown via scrapling) and JSON API (--format json), returning clean markdown results, quick answers, abstracts, result links, and related topics. Use when performing web searches from the terminal,…

原文の言語: 英語

更新
職業分類
一般事務員
説明

Fetches web pages and converts them to clean Markdown. Delegates to the local scrapling-0-4-7 skill for all URL extraction, JS-rendered page scraping, and anti-bot bypass. Use when retrieving webpage content, converting URLs to readable text, or fetching live…

原文の言語: 英語

更新
職業分類
カスタマーサービス担当者
説明

Meta skill that delegates web search tasks to the local duckduckgo skill. Use when performing web searches, fetching Wikipedia summaries, or gathering search results into LLM context.

原文の言語: 英語

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

Persistent memory engine for AI coding agents with cross-session context capture, hybrid search (BM25 + vector + knowledge graph), and multi-agent coordination via MCP server. Works with Claude Code, Cursor, Gemini CLI, and any MCP client without external…

原文の言語: 英語

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

Persistent memory engine for AI coding agents providing automatic cross-session context capture, hybrid search (BM25 + vector + knowledge graph), and multi-agent coordination via MCP server with 43 tools. Works with Claude Code, Cursor, Gemini CLI, OpenCode,…

原文の言語: 英語

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

Server-side sessions for aiohttp.web applications using aiohttp-session 2.12, providing multiple storage backends including encrypted cookies (Fernet/NaCl), Redis, and Memcached for persistent user state management. Use when building aiohttp.web applications…

原文の言語: 英語

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

Async ZeroMQ integration for Python asyncio providing transport-level APIs, stream abstraction, and RPC frameworks for building distributed applications with request-reply, push-pull, and pub-sub patterns. Use when building async Python applications requiring…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

A skill for building reactive user interfaces with Alpine.js 3.15, a minimal JavaScript framework that uses HTML-first declarative syntax with directives like x-data, x-model, and x-show. Use when creating interactive web components, forms, dropdowns, modals,…

原文の言語: 英語

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

A comprehensive toolkit for making HTTP requests using Axios 1.x, a promise-based HTTP client for browser and Node.js environments. Use when building applications that require REST API communication, file uploads/downloads, request/response interception,…

原文の言語: 英語

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

Complete toolkit for AWS SDK for Python (Boto3) 1.42.89 providing high-level resource interface and low-level client access to 200+ AWS services with automatic pagination, retries, credential management, and session handling. Use when building Python…

原文の言語: 英語

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

Complete toolkit for Bun 1.3.12 JavaScript runtime, package manager, bundler, and test runner. Use when building high-performance Node.js-compatible applications, migrating from npm/yarn/pnpm workflows, bundling JavaScript/TypeScript projects, running…

原文の言語: 英語

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

Lightweight Rust-based text chunking library for RAG pipelines providing 10+ chunking strategies, pipeline orchestration, and vector database integrations with Python and JavaScript APIs. Use when building document ingestion pipelines for retrieval-augmented…

原文の言語: 英語

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

Lightweight OCI container runtime written in C for running Linux containers with low memory footprint and high performance. Use when deploying containers via podman, building container orchestration tools, checkpointing/restoring containers with CRIU, running…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Comprehensive toolkit for Python cryptographic operations using the cryptography library. Use when implementing encryption, decryption, hashing, digital signatures, key derivation, X.509 certificate handling, and other cryptographic primitives in Python…

原文の言語: 英語

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

CLI tool and C library for multi-protocol data transfers supporting HTTP/HTTPS, FTP, SFTP, and 30+ protocols. Covers command-line usage, authentication, proxies, SSL/TLS, and WebSocket support. Use when making HTTP requests from the terminal, writing scripts…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

A skill for using DaisyUI 5.5, a component library for Tailwind CSS 4 that provides semantic class names for common UI components with built-in theming support. Use when building responsive web interfaces with pre-styled components, implementing theme…

原文の言語: 英語

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

Complete toolkit for date and time manipulation using Day.js 1.11, a minimalist 2kB library with Moment.js-compatible API. Use when parsing, validating, manipulating, and displaying dates in JavaScript applications requiring immutable operations, i18n…

原文の言語: 英語

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

A comprehensive toolkit for the Deno 2.x JavaScript/TypeScript runtime, covering installation, permissions, built-in APIs, development tools (task runner, test runner, lint, fmt), TypeScript support, npm integration, workspaces, and deployment patterns. Use…

原文の言語: 英語

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

Framework for programming rather than prompting language models. Compiles LM calls into self-improving pipelines by tuning prompts and/or weights to maximize user-defined metrics. Use when building classifiers, RAG pipelines, agents, or any multi-stage LM…

原文の言語: 英語

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

GitHub CLI v2.91.0 for managing repositories, pull requests, issues, releases, workflows, codespaces, and more from the terminal. Use when automating GitHub workflows, scripting API calls, managing PRs/issues/releases from the command line, or integrating…

原文の言語: 英語

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

Complete HAProxy 3.3.0 toolkit for load balancing, reverse proxying, SSL/TLS termination, and traffic management. Use when configuring HTTP/TCP load balancers, implementing high availability, managing SSL certificates, setting up health checks, configuring…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

A skill for using htm 3.1, a tagged template syntax library that provides JSX-like markup in plain JavaScript without requiring a transpiler. Use when building browser-compatible React/Preact applications with native ES modules, implementing server-side…

原文の言語: 英語

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

Comprehensive toolkit for Matplotlib 3.10.8, the Python plotting library for static, animated, and interactive visualizations. Use when generating plots (line, scatter, bar, histogram, contour, 3D), customizing figures/axes/colors/text, managing backends and…

原文の言語: 英語

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

Universal self-improving memory layer for LLM applications (Mem0 v1.0.11) enabling persistent context across sessions with support for both managed platform and open-source deployments. Use when building LLM applications requiring memory persistence, semantic…

原文の言語: 英語

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

Local AI memory system that mines projects and conversations into a searchable index using ChromaDB for vector search and SQLite for knowledge graph storage. No API keys or cloud dependencies required. Use when building AI agents requiring persistent memory,…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

NetworkX-compatible interface for external memory MultiDiGraphs persisted in databases (SQLite, PostgreSQL, MySQL, MongoDB, Neo4J). Use when working with Terabyte-Petabyte graphs that won't fit into RAM, needing multi-edge support with key/label-based edge…

原文の言語: 英語

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