Skip to main content

Skills dans ce dépôt

DojoGenesis/plugins - Page 9

SkillsMP a collecté 352 skills depuis DojoGenesis/plugins. Ouvrez un skill pour examiner sa source et ses détails.

DojoGenesis/plugins

Affichage de 32 skills collectés sur 352.

métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement technical plans from thoughts/shared/plans with verification

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Planning agent that creates implementation plans and handoffs from conversation context

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Document codebase as-is with thoughts directory for historical context

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 32 skills collectés sur 352.