Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

setup

setup enthält 19 gesammelte Skills von hletrd, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
19
Stars
0
aktualisiert
2026-07-26
Forks
0
Berufsabdeckung
6 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

queue-loop
Softwareentwickler

Run forever as a resident worker in ONE Codex turn: every 5 minutes poll a watched directory for new task files and execute each one to completion, then keep watching — the turn never ends. Use when the user says "queue-loop", "무한 루프로 돌려", "큐 감시해서 계속 실행", "resident worker", "watch a directory and run new tasks forever", or wants a single invocation that keeps picking up dropped commands indefinitely. Because the work stays inside one already-running turn, it keeps issuing model requests across usage-limit windows (the workspace spend cap gates only NEW top-level turns, not an in-flight one). Do NOT use for a single one-shot task, or when the user wants the turn to finish and report back.

2026-07-26
writing-fixer
Technische Redakteure

Use when the user wants Korean prose cleaned of AI tone, stiff old-fashioned (할아버지/훈장/공문서) tone, translationese, and excessive quotation marks - or asks to "글 다듬어", "자연스럽게", "AI 말투 제거", "할아버지 말투 빼", "deslop 한국어", or "writing-fixer". Removes as many AI and unnatural expressions as possible in one thorough pass while preserving meaning, code, math, and markup. Korean prose only.

2026-07-26
queue-submit
Sonstige Computerberufe

Inject a task into the queue-loop worker's queue so a running Codex resident worker picks it up on its next poll (~5 min). Use when the user says "queue-submit", "큐에 작업 넣어", "task 주입해", "이거 워커한테 넘겨", "submit a task to the codex worker", "enqueue this for queue-loop", or wants to hand a job off to the always-on worker instead of doing it inline. It only writes a *.task file into the watched queue directory (default ~/codex-queue) — it does NOT run the task in this session. Do not use when the user wants the work done right now in the current session.

2026-07-25
korean-naturalizer
Technische Redakteure

한국어 텍스트에서 AI가 쓴 흔적, 번역체, 부자연스러운 표현을 제거하고 자연스러운 한국어로 다시 써 주는 스킬. 말투 통일, 문장부호 교정, 피동 표현 정리, 영어 직역체 제거를 수행한다.

2026-07-16
review-plan-fix
Softwareentwickler

Iteratively review the current repository, plan fixes from the reviews, and implement the plans. Runs three prompts in strict order (deep review → plan from reviews → implement with ralph) and repeats the full three-prompt cycle up to N times (default 100). Context is cleaned between iterations by spawning each full cycle in a fresh subagent.

2026-07-16
agent-browser-config
Webentwickler

Browser configuration: viewport sizing, device emulation, geolocation, offline mode, color scheme, and HTTP settings.

2026-03-10
agent-browser-debug
Softwareentwickler

Browser debugging: execute JavaScript, view console output and page errors, record traces, and run performance profiling.

2026-03-10
agent-browser-interact
Softwareentwickler

Browser interaction commands: clicking, typing, filling forms, selecting options, scrolling, dragging, file uploads, and raw mouse/keyboard input.

2026-03-10
agent-browser-network
Softwareentwickler

Network interception, request monitoring, cookie management, localStorage and sessionStorage operations, HTTP headers, and credentials.

2026-03-10
agent-browser-query
Softwareentwickler

Query page content: get text, HTML, attributes, element state, accessibility snapshots, and find elements by role, text, label, placeholder, or testid.

2026-03-10
agent-browser
Softwareentwickler

Headless browser automation CLI for AI agents. Core navigation, session management, tabs, frames, and dialogs using the agent-browser CLI.

2026-03-10
agent-browser-state
Softwareentwickler

Browser authentication state management: save and restore login sessions, cookies, and storage across automation runs.

2026-03-10
agent-browser-visual
Softwareentwickler

Visual capture and comparison: screenshots, PDFs, element highlighting, accessibility snapshot diffs, screenshot diffs, and URL comparisons.

2026-03-10
agent-browser-wait
Softwarequalitätssicherungsanalysten und -tester

Wait for elements, timeouts, text appearance, URL patterns, page load states, and custom JavaScript conditions.

2026-03-10
fetch
Softwareentwickler

Fetch web content, download files, and make HTTP requests. Replaces the mcp-server-fetch MCP server using built-in WebFetch and curl via Bash.

2026-03-05
filesystem
Netzwerk- und Computersystemadministratoren

File and directory operations using built-in tools. Replaces the @modelcontextprotocol/server-filesystem MCP server. Maps all 14 filesystem MCP tools to their native equivalents.

2026-03-05
git
Softwareentwickler

Git version control operations using the git CLI. Replaces the mcp-server-git MCP server with direct git commands via Bash.

2026-03-05
github
Softwareentwickler

GitHub platform operations using the gh CLI. Replaces the GitHub MCP server (Docker-based ghcr.io/github/github-mcp-server) with native gh commands.

2026-03-05
playwright
Softwarequalitätssicherungsanalysten und -tester

Browser automation and testing using Playwright CLI and scripts. Replaces the @playwright/mcp MCP server with direct npx playwright commands and temporary script files.

2026-03-05