Skip to main content

orakitine/toolbox

SkillsMP는 orakitine/toolbox에서 23개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
23
GitHub 스타
0
GitHub 포크
0

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

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Reproduce and measure iOS-Safari-only layout, rendering, and interaction bugs on a booted iOS Simulator (iPad/iPhone) — the real-device counterpart to the desktop-Playwright browser-microscope. Drives Safari via safaridriver WebDriver + xcrun simctl to inject…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Real-browser DOM and layout microscope. Runs arbitrary JS in a live page, hit-tests why a click won't land (elementFromPoint — what element is covering it), dumps scroll and box geometry (scrollWidth, offsetLeft, overflow, scroll-padding), reads CSS…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Parallel UI validation that discovers user stories from YAML files, fans out browser-qa agents to test each story, and aggregates pass/fail results with screenshots. Use for acceptance testing, UI review, or regression testing across multiple user stories.

원문 언어: 영어

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

Headless browser automation via playwright-cli for testing, screenshots, scraping, and parallel sessions. Use for UI testing, web scraping, screenshot capture, or any browser-based workflow.

원문 언어: 영어

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

Executes saved browser automation workflows with consistent setup, teardown, and reporting. Loads workflow files and runs them through the browser skill. Use for repeatable browser automations like scraping, form-filling, or monitoring.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes…

원문 언어: 영어

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

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce, minimise, hypothesise, instrument, fix, regression-test. Use when user says "diagnose this", "debug this", reports a bug, says something is broken / throwing / failing, or…

원문 언어: 영어

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

Text-to-speech, multi-voice dialogue, custom voice design, sound effects, music generation, and audio processing using the ElevenLabs API via the el CLI. Use for voice generation, character voices, designing new voices (e.g. children/creatures), expressive…

원문 언어: 영어

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

Fork a terminal session to a new window with a command or agentic coding tool (Claude Code, Codex CLI, Gemini CLI). Supports context handoff. Use when the user requests 'fork terminal', 'new terminal', or 'fork session'.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Relentless interview mode that drives toward shared understanding of a plan or design. Walks every branch of the decision tree one question at a time, each with a recommended answer. Use when user says "grill me", "interview me", or invokes /grill-me.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Grilling interview that stress-tests a plan against the project's existing domain language and documented decisions, sharpening terminology and updating CONTEXT.md and ADRs inline as decisions crystallise. Use when user says "grill me with docs", "grill on…

원문 언어: 영어

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

Compacts the current conversation into a handoff document so a fresh agent can pick up the work. Use when user says "handoff", "hand off", "create handoff", "handoff doc", "pass to next session", "summarize for next agent", or invokes /handoff. Optional…

원문 언어: 영어

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

Find deepening opportunities in a codebase — refactors that turn shallow modules into deep ones, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. The aim is testability and AI-navigability. Use when user wants to "improve…

원문 언어: 영어

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

Authors and maintains a living, executable engineering plan as a single Markdown document in docs/plans/. The plan has a fixed goal (Purpose + a Definition of Done) but a living path: a status-tracked phase/task checklist ([] idle, [wip] in progress, [x]…

원문 언어: 영어

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

Scaffolds the CONTEXT.md glossary and docs/adr/ directory that grill-with-docs and improve-codebase-architecture expect. Single-context or multi-context layout based on the repo. Use when starting a new project, adopting the CONTEXT.md convention, or invoking…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Creates, evaluates, and refines agent skills following the agentskills.io specification. Use when building new skills from scratch, auditing existing skills for quality, or cleaning up skill structure and naming. Produces portable skills that work across any…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Discovers and explains installed skills and agents. Lists what's available (global and project), shows how to use them, explains skill families and dependencies. Use when asking what skills exist, how to use a skill, or what tools are available for a task.

원문 언어: 영어

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

Provider-agnostic text-to-speech output with audio caching. Converts text to audio and plays it immediately. Caches generated audio to avoid redundant API calls on repeated phrases. Falls back through available TTS providers (elevenlabs, macOS say). Use as a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test-driven development via the red-green-refactor loop using vertical slices (one test → one implementation at a time). Tests verify behavior through public interfaces, not implementation details. Use when user wants to build a feature or fix a bug…

원문 언어: 영어

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

Pulls the agent up a layer of abstraction and maps the relevant modules and callers around the code in focus, using the project's domain glossary vocabulary. Use when you're unfamiliar with a section of code or invoke "zoom out" or `/zoom-out`.

원문 언어: 영어

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

Generate or edit images using AI image models. Currently supports Google Gemini (Nano Banana Pro for creation, Nano Banana for editing). Provider-agnostic design. Use for image generation, visual content creation, or image editing tasks.

원문 언어: 영어

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

Convert a restaurant menu (PDF, image, Word, HTML, Markdown) into a self-contained single-page HTML ordering app. Extracts items, prices, categories, and contact info, then generates a mobile-friendly page with search, filters, cart, and copy-to-clipboard…

원문 언어: 영어

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

Transparent read-through cache for documentation lookups. Checks cache before WebFetch, caches results with expiration, garbage collects stale entries. TRIGGER when: fetching docs, API references, technical documentation, or user asks to look up…

원문 언어: 영어

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