Skip to main content

이 저장소의 skills

tangledgroup/tangled-skills - 2페이지

SkillsMP는 tangledgroup/tangled-skills에서 309개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

tangledgroup/tangled-skills

수집된 skill 309개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Minimal standalone coding agent framework by Sebastian Raschka backed by Ollama, providing workspace context collection, tool execution with approval gates, session persistence, and subagent delegation. Use when building lightweight local coding agents for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

A toolkit for creating custom AI coding agents using prompt engineering, instruction files, and skill modules. Use when building bespoke coding assistants for niche domains where general LLM training data is insufficient or misleading, particularly for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive guide to understanding and building coding agent harnesses, covering 7-layer architecture, context engineering, tool orchestration, safety systems, and real-world implementations from Codex, OpenCode, Cursor, and Claude Code. Use when designing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implements the Ralph Wiggum technique as a Claude Code plugin for iterative, self-referential AI development loops. Use when building projects that require hands-free AI implementation through continuous bash-style loops inside a single Claude Code session,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Continuous autonomy framework for the Vercel AI SDK implementing the Ralph Wiggum technique — an iterative outer loop that keeps feeding an AI agent a task until verifyCompletion confirms success. Use when building autonomous coding agents, long-running code…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous AI coding with spec-driven development combining iterative bash loops and SpecKit-style specifications for fully autonomous AI-assisted software development. Use when building projects that require hands-free AI implementation, working from…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Geoffrey Huntley's Ralph Wiggum technique — a monolithic iterative loop pattern for autonomous AI-driven software development. Use when building greenfield projects through repeated LLM invocations in a bash-style loop, tuning prompts through observation, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Principles and conceptual framework of the Ralph Wiggum Loop pattern for goal-oriented autonomous AI agent loops. Covers agentic loop structure, failure modes, safety implications, control theory comparisons, and best practices. Use when designing or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous AI coding loop that runs AI coding tools (Amp or Claude Code) repeatedly until all PRD items are complete. Each iteration is a fresh instance with clean context. Memory persists via git history, progress.txt, and prd.json. Use when building…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous coding agent that scans codebases, generates feature specs via AI interviews, and runs Ralph loops via Claude Code, Codex CLI, or any CLI-based agent. Reads GitHub backlog, runs loops, and auto-merges PRs. Use when automating feature development…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Async HTTP client/server for Python asyncio. Use when building async web applications, REST APIs, or making concurrent HTTP requests in Python.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Async HTTP client/server for Python asyncio. Use when building async web applications, REST APIs, or making concurrent HTTP requests in Python.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement Cross-Origin Resource Sharing (CORS) in aiohttp applications using aiohttp-cors 0.8.1, enabling secure cross-origin requests with configurable origins, credentials, headers, and preflight caching. Use when building aiohttp.web APIs serving browsers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Jinja2 template renderer for aiohttp.web applications providing decorator-based rendering, context processors, URL helpers, and async template support. Use when building Python web applications with aiohttp that require HTML templating, dynamic content…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Authentication and authorization toolkit for aiohttp.web applications providing identity policies (cookies, sessions, JWT) and custom authorization with permission-based access control. Use when building aiohttp.web applications requiring session-based…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Python library for Server-Sent Events (SSE) support in aiohttp applications. Use when building real-time streaming endpoints that push data from server to clients using the EventSource API, implementing chat applications, live notifications, or continuous…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Async-compatible versions of itertools, builtins, and more for Python asyncio. Use when building async Python applications that need to process iterables with familiar itertools-style functions, work with both standard and async iterables interchangeably, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Async read-write lock for Python asyncio providing concurrent reader access and exclusive writer access. Use when building async applications requiring fine-grained synchronization where multiple readers can access shared data simultaneously but writers need…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Async ZeroMQ integration for Python asyncio providing transport-level APIs, stream abstraction, and RPC frameworks (request-reply, pipeline, pub-sub). Use when building async Python applications requiring message-oriented middleware, remote procedure calls…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Python toolkit for password hashing and verification using the Argon2 algorithm via argon2-cffi 25.x. Use when implementing secure password storage, user authentication systems, migrating legacy password hashes to modern standards, or benchmarking Argon2…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Python async standard library providing async versions of builtins, itertools, functools, contextlib, and heapq for asyncio, trio, and custom event loops. Use when building async Python applications that need iterator operations (zip, map, chain, groupby),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Open-source authentication and authorization server providing multi-factor authentication (MFA), single sign-on (SSO), and OpenID Connect 1.0 Provider. Supports LDAP, file-based identity providers, TOTP, WebAuthn, Duo Push, passkeys, fine-grained access…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Open-source Identity Provider (IdP) for modern SSO supporting OAuth2/OIDC, SAML, LDAP, RADIUS, SCIM, and Proxy protocols. Use when configuring identity management, setting up authentication flows with stages and policies, deploying outposts for reverse-proxy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Opinionated loop harness for long-running agent workflows. Supports preset-driven multi-role loops with event-based routing, append-only journaling, worktree isolation, and structured parallelism. Use when building autonomous coding agents needing iterative…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CRDT library for building collaborative, local-first applications with automatic conflict-free merging. Provides JSON-like documents with maps, lists, text, rich text, and counters that sync across peers offline. Use when building multiplayer apps,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

A skill for password hashing and key derivation using bcrypt 5.0 in Python. Use when implementing secure password storage, verifying passwords, or deriving cryptographic keys with bcrypt_pbkdf.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Complete toolkit for AWS SDK for Python (Boto3) 1.43.1 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.13 JavaScript runtime, package manager, bundler, and test runner. Use when building high-performance Node.js-compatible applications, migrating from npm/yarn/pnpm workflows, bundling JS/TS projects, running Jest-compatible tests,…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Complete Caddy 2.11.2 web server toolkit covering Caddyfile configuration, JSON API, automatic HTTPS with Let's Encrypt and ZeroSSL, reverse proxy, TLS/SSL, PKI, and modules. Use when configuring Caddy as a web server or reverse proxy, setting up automatic…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mathematical framework for abstract structures and their relationships via categories, functors, natural transformations, limits, adjunctions, and monads. Provides dual mathematical and programming perspectives with Haskell typeclasses…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Ultra-compressed communication mode that cuts token usage by ~75% while maintaining full technical accuracy. Supports intensity levels (lite, full, ultra) and Classical Chinese variants (wenyan-lite, wenyan-full, wenyan-ultra). Use when user requests "caveman…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Python C Foreign Function Interface for calling C libraries from Python with C-like declarations. Use when interfacing with C code, wrapping C libraries, creating Python extensions, embedding Python in C applications, or needing high-performance C integration…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Create and maintain changelogs following the Keep a Changelog specification v1.1.0, providing standardized format guidelines, best practices, and examples for documenting project changes in a human-readable way. Use when creating release notes, documenting…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Complete toolkit for Chart.js 4.5.1, the popular JavaScript charting library using HTML5 Canvas rendering. Use when creating interactive charts (line, bar, pie, doughnut, radar, scatter, bubble, area), configuring axes and scales, customizing animations and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CLI tool for validating JSON, YAML, TOML, and JSON5 files against JSON Schema. Use when verifying configuration files, CI/CD workflows, or any structured data against a schema in the terminal via `uvx check-jsonschema`. Supports local and remote schemas, 25+…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Minimal Scheme implementation for embedding in C applications. Provides tagged-pointer VM with precise non-moving GC, opcode-based execution, hygienic macros, green threads, full R7RS compliance, and a C FFI stubber. Use when embedding Scheme in C programs,…

원문 언어: 영어

업데이트
수집된 skill 309개 중 40개를 표시합니다.