Skip to main content

Skills in this repository

DojoGenesis/plugins - Page 3

SkillsMP has collected 352 skills from DojoGenesis/plugins. Open a skill to review its source and details.

DojoGenesis/plugins

Showing 40 of 352 collected skills.

occupation
Software Developers
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…

updated
occupation
Software Developers
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",…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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",…

updated
occupation
Software Developers
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",…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Software Developers
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',…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Software Developers
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",…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Computer Occupations, All Other
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",…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Quality Assurance Analysts & Testers
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'.

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
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'.

updated
occupation
Software Developers
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…

updated
occupation
Computer Occupations, All Other
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…

updated
occupation
Computer Occupations, All Other
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".

updated
occupation
Project Management Specialists
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…

updated
occupation
Paralegals & Legal Assistants
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',…

updated
occupation
Software Quality Assurance Analysts & Testers
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".

updated
occupation
General & Operations Managers
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…

updated
occupation
Information Security Analysts
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…

updated
occupation
Web Developers
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',…

updated
occupation
Software Quality Assurance Analysts & Testers
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'.

updated
occupation
Software Quality Assurance Analysts & Testers
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'.

updated
occupation
Software Quality Assurance Analysts & Testers
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…

updated
occupation
Software Quality Assurance Analysts & Testers
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…

updated
occupation
Computer Occupations, All Other
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',…

updated
occupation
Software Quality Assurance Analysts & Testers
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'.

updated
Showing 40 of 352 collected skills.