Skip to main content

Skills neste repositório

DojoGenesis/plugins - Página 3

O SkillsMP coletou 352 skills de DojoGenesis/plugins. Abra uma skill para revisar a origem e os detalhes.

DojoGenesis/plugins

Mostrando 40 de 352 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Paralegais e assistentes jurídicos
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Gerentes gerais e de operações
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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

Idioma do texto original: inglês

atualizado
Mostrando 40 de 352 skills coletadas.