Skip to main content

Skills dans ce dépôt

DojoGenesis/plugins - Page 3

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

DojoGenesis/plugins

Affichage de 40 skills collectés sur 352.

métier
Développeurs de logiciels
description

Produces engineering commissions — structured implementation prompts stored in `docs/audits/` and `prompts/` — by auditing repositories for critical issues, security gaps, and sustainability risks. Use when: "audit this repo", "what are the blockers", "run a…

Langue du texte source : anglais

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

Produces a hook script scaffold and settings.json registration block by looking up the correct lifecycle event, exit code pattern, and configuration for a Claude Code hook. Use when: "write a new hook", "hook is not firing", "block a tool call mechanically",…

Langue du texte source : anglais

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

Scaffolds new MCP servers with tool definitions, transport wiring, handler structure, and test harness for Python (FastMCP) or TypeScript (MCP SDK). Use when: 'build a new MCP server', 'scaffold an MCP integration', 'create tools for an external API', 'set up…

Langue du texte source : anglais

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

Produces a running multi-agent observability dashboard by deploying the hook capture pipeline, SQLite WAL store, and WebSocket-streaming Vue client — then validates it with a live test session. Use when: "set up monitoring for multi-agent workflows", "debug…

Langue du texte source : anglais

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

Produces an architectural specification document mapping Gateway SSE events and OTEL spans to named dashboard widgets, a data flow diagram, and an MCP App config — ready to hand to an implementation agent. Use when: "design the observability dashboard", "spec…

Langue du texte source : anglais

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

Produces a provenance determination — pointer or gap — for empty or apparently incomplete directories, with a documented rationale and recommended action. Use when: "this directory is empty", "missing SKILL.md", "coverage metric shows a gap", "why is this…

Langue du texte source : anglais

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

Produces grounding context summaries — directory structure, recent diffs, and file patterns — from local repository state, enabling more accurate architectural and implementation decisions. Use when: "extract context from this repo", "what changed since last…

Langue du texte source : anglais

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

Produces a behavioral architecture map grouping components by action-verb clusters (CONVERSE, REASON, REMEMBER, etc.) that reveals capabilities, gaps, and cross-cutting concerns invisible to directory trees. Use when: "what does this app actually do", "walk…

Langue du texte source : anglais

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

Produces a graded audit report and upgraded SKILL.md files by systematically assessing all skills against an A+ quality framework (8 sections, concrete examples, pitfalls, related skills) and patching gaps. Use when: "audit all the skills", "upgrade skills to…

Langue du texte source : anglais

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

Produces a Supply Chain Refresh Report and updated manifest.json by pulling the latest from all watched repos, scanning for new or changed skills, normalizing, and packaging them into CAS. Use when: "refresh the supply chain", "update community skills",…

Langue du texte source : anglais

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

Produces structured OTEL-compatible log entries and a session summary (call counts, success rate, cost, top tools by cost and frequency) for all tool executions within a session. Use when: "log tool calls for this session", "debug unexpected tool selection",…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Map an external AI tool's behavioral patterns to Dojo ADA disposition fields by analyzing its ingested system prompt. Produces a disposition YAML approximation and similarity score against Dojo defaults. Use when understanding how other agents think or when…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Produces a cross-tool disposition matrix, behavioral cluster analysis, and a set of named YAML disposition presets by synthesizing analyses from 3+ ingested AI system prompts. Use when: "build an intelligence map", "compare all agent behaviors", "generate…

Langue du texte source : anglais

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

Maintains a running decision log and context state across agent sessions, preventing context loss between clears and session boundaries. Use when: 'starting a new session on an ongoing project', 'context is getting heavy', 'preserve state before clearing',…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Produces a stored MemoryEntry (structured sections + ADA disposition indicators) and one or more MemorySeeds by parsing a system prompt from an external AI tool into Dojo memory. Use when: "ingest this system prompt", "store this prompt in memory", "parse…

Langue du texte source : anglais

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

Captures user corrections from a session, validates them semantically, and writes approved learnings to the most specific persistence target (skill file, project CLAUDE.md, or global CLAUDE.md). Use when: "remember this for next time", "don't do that again",…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Suggests and loads Dojo Seed Patches as reusable thinking modules, producing a ranked seed recommendation with a full application guide. Use when: "which seed applies here", "suggest a seed pattern", "apply a seed to this", "what pattern should we use", "load…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Produces a new SKILL.md file by converting a proven Dojo Seed into a fully-structured skill with philosophy, workflow, templates, and quality checklist. Use when: "promote this seed to a skill", "convert this seed into a skill", "make this seed into a skill",…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Designs and configures all three loops of solo-operator session automation — session bookends, background maintenance agents, and a delegation flywheel. Use when setting up a new workspace, recovering from the 44% zero-artifact session leak, or preparing to…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Produces a named ADA disposition preset (YAML) and a layered behavioral analysis (structural decomposition + evidence-cited classifications) from a system prompt. Use when: "analyze this system prompt", "extract disposition from prompt", "reverse-engineer…

Langue du texte source : anglais

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

Read the project's design language and philosophy before writing structural artifacts. Ground manifests, READMEs, and descriptions in the project's voice, not boilerplate. Use when creating manifests or READMEs for established projects, writing…

Langue du texte source : anglais

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

Runs Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device coverage. Use when: 'run on BrowserStack', 'cross-browser testing', 'cloud testing', 'browser matrix', 'test on Safari', 'test on Firefox', 'browser compatibility'.

Langue du texte source : anglais

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

Builds AI agents on Cloudflare Workers using the Agents SDK with persistent state, real-time WebSockets, scheduled tasks, and tool integration. Use when: 'build an agent on Cloudflare', 'Agents SDK', 'chat agent', 'stateful agent', 'real-time AI', 'WebSocket…

Langue du texte source : anglais

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

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tool definitions, OAuth authentication, and production deployment. Use when: 'build MCP server on Cloudflare', 'remote MCP', 'deploy MCP', 'MCP OAuth', 'MCP authentication', 'MCP…

Langue du texte source : anglais

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

Generates pragmatic CI/CD pipeline configs from detected project stack signals for GitHub Actions, GitLab CI, or similar. Use when: 'set up CI', 'CI/CD pipeline', 'build pipeline', 'add GitHub Actions', 'configure deployment pipeline', 'automate tests in CI'.

Langue du texte source : anglais

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

Reverse-engineers any codebase into a complete Product Requirements Document (PRD) by analyzing routes, components, state, APIs, and user interactions. Use when: 'generate PRD from code', 'reverse-engineer requirements', 'code to documentation', 'extract…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Scaffold production-ready MCP servers from OpenAPI specs with schema validation and versioning. Use when exposing APIs to LLM agents. Trigger phrases: "build MCP server", "create tool server", "expose API to agent".

Langue du texte source : anglais

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

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5…

Langue du texte source : anglais

mis à jour
métier
Parajuristes et assistants juridiques
description

Generates professional, jurisdiction-aware business documents — freelance contracts, project proposals, SOWs, NDAs, MSAs — in Markdown with docx conversion instructions. Use when: 'write a contract', 'draft proposal', 'create SOW', 'NDA template', 'MSA',…

Langue du texte source : anglais

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

Maps all testable surfaces in the application and identifies what is tested versus what is missing. Use when: 'test coverage', 'coverage gaps', 'what needs testing', 'missing tests', 'coverage report', "what's not tested".

Langue du texte source : anglais

mis à jour
métier
Directeurs généraux et responsables des opérations
description

Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Audits .env files and secrets hygiene across local development and production, detecting drift, leaked secrets, and rotation gaps. Use when: 'manage environment variables', 'secrets audit', 'env hygiene', 'rotate secrets', '.env review', 'check for leaked…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Builds immersive, cinematic 2.5D websites with scroll storytelling, parallax depth, text animations, and 45+ premium scroll effects — no WebGL required. Use for any web design task: 'Apple-style animation', 'immersive landing page', 'scrollytelling',…

Langue du texte source : anglais

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

Diagnoses and fixes failing or flaky Playwright tests using a systematic failure taxonomy. Use when: 'fix test', 'flaky test', 'test failing', 'debug test', 'test broken', 'test passes sometimes', 'intermittent test failure'.

Langue du texte source : anglais

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

Generates production-ready Playwright tests from a user story, URL, component name, or feature description. Use when: 'write tests', 'generate tests', 'add tests for', 'test this component', 'e2e test', 'create test for this page', 'test this feature'.

Langue du texte source : anglais

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

Sets up a production-ready Playwright testing environment by detecting the framework, generating config, folder structure, an example test, and CI workflow. Use when: 'set up Playwright', 'add e2e tests', 'configure Playwright', 'init Playwright', 'add test…

Langue du texte source : anglais

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

Interactively migrates Cypress or Selenium test suites to Playwright with file-by-file conversion and equivalence checking. Use when: 'migrate from Cypress', 'move from Selenium', 'convert tests to Playwright', 'switch to Playwright', 'replace Cypress', 'port…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Runs a comprehensive 8-phase audit pipeline on a skill, plugin, agent, or command — validating structure, quality, security, marketplace compliance, and cross-platform compatibility. Use when: 'audit this plugin', 'validate skill', 'check plugin quality',…

Langue du texte source : anglais

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

Generates test reports that integrate with the user's existing workflow — summarizing pass/fail status, flaky tests, and coverage trends. Use when: 'test report', 'results summary', 'test status', 'show test results', 'test dashboard', 'how did tests go'.

Langue du texte source : anglais

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