Skip to main content

이 저장소의 skills

DojoGenesis/plugins - 9페이지

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

DojoGenesis/plugins

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

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

Ensure fallback and redundancy paths are idempotent to prevent loops, churn, or data corruption. Use when adding belt-and-suspenders patterns. Trigger phrases: "make fallback safe", "idempotent retry", "safe redundancy pattern".

원문 언어: 영어

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

Implement technical plans from thoughts/shared/plans with verification

원문 언어: 영어

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

Manage production incidents from detection through postmortem with severity classification and timeline reconstruction. Use during outages or post-incident reviews. Trigger phrases: "incident response", "run postmortem", "classify severity".

원문 언어: 영어

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

Index artifacts immediately when created, not in deferred batches, so downstream logic can query them. Use when data must be searchable right away. Trigger phrases: "index immediately", "artifact not queryable", "write-time indexing".

원문 언어: 영어

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

Evidence-based LLM parameter configurations for theorem proving, code generation, and reasoning tasks. Use when tuning temperature, top_p, or max_tokens. Trigger phrases: "tune LLM parameters", "best temperature for", "LLM config for reasoning".

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Create a minimalist marketing plan focused on building an audience through content, not ads. Use when someone has product-market fit (~100 customers) and wants to scale with marketing, or needs a content strategy. Trigger phrases: "create a minimalist…

원문 언어: 영어

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

Follow conventions for MCP scripts: CLI args via argparse, call_mcp_tool pattern, and stdout output. Use when writing scripts that wrap MCP tools. Trigger phrases: "write MCP script", "call MCP tool from script", "script conventions".

원문 언어: 영어

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

Plan zero-downtime migrations with phased rollout, compatibility validation, and rollback strategies. Use when migrating databases, APIs, or infrastructure. Trigger phrases: "plan migration", "zero-downtime upgrade", "rollback strategy".

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

Review any business decision, plan, or strategy through the minimalist entrepreneur lens. Use when someone wants a gut-check on a business decision, wants to simplify their approach, or needs to decide between options. Trigger phrases: "review any business…

원문 언어: 영어

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

Keep code files within 150-500 lines by splitting at natural boundaries for AI-assisted development. Use when files grow too large. Trigger phrases: "split large file", "modular code organization", "file too big to edit".

원문 언어: 영어

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

Navigate and optimize monorepos with cross-package impact analysis, selective builds, and dependency graphs. Use when managing Turborepo, Nx, or pnpm workspaces. Trigger phrases: "monorepo setup", "affected packages", "workspace dependency graph".

원문 언어: 영어

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

Guide building a minimum viable product the minimalist entrepreneur way — manual first, then processized, then productized. Use when someone is ready to build their first product or struggling with scope. Trigger phrases: "guide building a minimum viable…

원문 언어: 영어

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

Never poll background agents with sleep loops; continue working and check status files only when needed. Use when tempted to loop-wait on agents. Trigger phrases: "stop polling agents", "sleep loop waste", "agent completion check".

원문 언어: 영어

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

Avoid TaskOutput tool which floods context with 70k+ token agent transcripts; use synchronous Task instead. Use when managing agent context budgets. Trigger phrases: "context window full", "TaskOutput bloat", "agent transcript too large".

원문 언어: 영어

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

Check actual system outputs before editing code to fix bugs -- outputs don't lie, assumptions do. Use when debugging unexpected behavior. Trigger phrases: "check before editing", "verify actual output", "don't assume the error".

원문 언어: 영어

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

Understand OPC (Orchestrated Parallel Claude) architecture: hooks, skills, scripts, and DB extending Claude Code. Use when building or debugging OPC orchestration. Trigger phrases: "how does OPC work", "hook architecture", "agent spawning mechanism".

원문 언어: 영어

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

Prevent type duplication across parallel agents by requiring grep-before-create and tsc verification. Use when launching parallel code implementation agents. Trigger phrases: "parallel type conflicts", "duplicate interface", "agent type contract".

원문 언어: 영어

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

Profile CPU, memory, and I/O bottlenecks in Node.js, Python, and Go apps with flamegraphs and load tests. Use when diagnosing slow endpoints or memory leaks. Trigger phrases: "profile performance", "find bottleneck", "memory leak detection".

원문 언어: 영어

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

Planning agent that creates implementation plans and handoffs from conversation context

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Help figure out pricing for a product or service using minimalist entrepreneur principles. Use when someone is setting prices, considering price changes, or struggling with what to charge. Trigger phrases: "help figure out pricing for a product or service…

원문 언어: 영어

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

Turn a product idea into a manual-first process you can start delivering today. Use when you have an idea and want to figure out how to deliver value by hand before writing any code. Trigger phrases: "turn a product idea into a manual-first process you can…

원문 언어: 영어

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

Run QLTY lint and format checks during development to catch issues early, not just before commit. Use after significant code changes. Trigger phrases: "run linter", "check code quality", "format before commit".

원문 언어: 영어

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

Document codebase as-is with thoughts directory for historical context

원문 언어: 영어

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

Generate operational runbooks from a service name with deployment, incident response, and rollback sections. Use when a service lacks documentation. Trigger phrases: "create runbook", "generate ops playbook", "document service operations".

원문 언어: 영어

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

Pick the most token-efficient search tool per query type: AST-grep, LEANN, Grep, or Read. Use when minimizing search token cost. Trigger phrases: "efficient code search", "reduce search tokens", "search decision tree".

원문 언어: 영어

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

Route code searches to the optimal tool: LEANN for semantic, AST-grep for structural, Morph/Grep for text. Use when choosing a search strategy. Trigger phrases: "which search tool", "find code pattern", "semantic vs text search".

원문 언어: 영어

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

Follow conventions for writing and maintaining SKILL.md files including structure, triggers, and MCP wrappers. Use when creating or editing skills. Trigger phrases: "write a skill", "skill file structure", "add skill trigger".

원문 언어: 영어

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

Validate, test, and score skill quality against BASIC/STANDARD/POWERFUL tier requirements. Use when checking skill structure, scripts, or grading quality. Trigger phrases: "test this skill", "validate skill quality", "grade skill tier".

원문 언어: 영어

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

Build production Stripe integrations: subscriptions, webhooks, checkout, invoicing, and usage-based billing. Use when implementing payments. Trigger phrases: "integrate Stripe", "subscription billing", "webhook handler for payments".

원문 언어: 영어

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

Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Validate a business idea using the minimalist entrepreneur framework. Use when someone has a business idea and wants to test if it's worth pursuing before building anything. Trigger phrases: "validate a business idea using the minimalist entrepreneur…

원문 언어: 영어

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

Verify that infrastructure components are actually invoked in the execution path with a four-step check. Use when built modules may be dead code. Trigger phrases: "verify wiring", "is this code reachable", "check entry points".

원문 언어: 영어

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