Skip to main content

这个仓库中的 skills

DojoGenesis/plugins - 第 9 页

SkillsMP 已收集 DojoGenesis/plugins 中的 352 个 Skill。打开任一 Skill 可查看来源和详情。

DojoGenesis/plugins

已展示 32 / 352 个已收集 Skill。

职业分类
软件开发工程师
描述

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".

原文语言:英语

更新
已展示 32 / 352 个已收集 Skill。