Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

do-epub-studio

do-epub-studio contiene 39 skills recopiladas de d-oit, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
39
Stars
1
actualizado
2026-07-26
Forks
0
Cobertura ocupacional
10 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

codacy
Analistas de garantía de calidad de software y probadores

Orchestrate static analysis using Codacy. Required PR check on this repo. Use for querying PR analysis, triaging issues, fixing (not suppressing) findings, and local analysis. See SKILL.md for fix patterns and the required-check policy.

2026-07-26
reader-ui-ux
Diseñadores de interfaces web y digitales

Build localized, accessible, premium reader/admin UI with 2026 design standards. Features OKLCH colors, View Transitions, scroll-aware components, and mutual exclusivity panels.

2026-07-24
agents-md
Desarrolladores de software

Create AGENTS.md files with production-ready best practices. Activate when creating new AGENTS.md or implementing quality gates.

2026-07-14
pr-review-fix
Analistas de garantía de calidad de software y probadores

Comprehensive GitHub PR review and automated fix pipeline. Takes a PR number or auto-detects from current branch, runs code review, static analysis, security audit, and quality checks, then produces a structured report and auto-fixes must-fix issues. Activate for "review PR", "fix PR issues", "PR quality check", "review and fix PR #123".

2026-07-14
goap-agent
Desarrolladores de software

Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm execution strategies, or coordination of multiple specialized agents with quality gates.

2026-07-14
task-decomposition
Desarrolladores de software

Break down complex tasks into atomic, executable goals. Activate for multi-step feature planning, agent coordination, or request decomposition.

2026-07-14
impeccable
Diseñadores de interfaces web y digitales

Design guidance for AI coding agents. 23 commands, 44 deterministic detector rules, and live browser iteration for AI-generated frontend design. Activate for UI/UX design work, anti-pattern detection, or design quality audits.

2026-07-06
cicd-pipeline
Desarrolladores de software

Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, and Forgejo Actions. Use for automated testing, deployment strategies, security scanning, and multi-environment workflows.

2026-06-27
cloudflare-worker-api
Desarrolladores de software

Structure Worker API routes and handlers. Activate for route definition, response helpers, and typed handler patterns. Auth belongs to secure-invite-and-access.

2026-06-27
code-quality
Analistas de garantía de calidad de software y probadores

Review and improve inline code quality. Activate for code smells, refactoring, DRY violations, and best-practice fixes in active files.

2026-06-27
epub-rendering-and-cfi
Desarrolladores de software

Implement resilient EPUB rendering and annotation anchoring per ADR-006. Activate for reader-core, TOC, locator, or highlight anchoring changes.

2026-06-27
safe-regex-authoring
Desarrolladores de software

Prevent ReDoS vulnerabilities in TypeScript/JavaScript regex authoring. Activates on any task touching RegExp, .test(), .match(), .exec(), .replace(), .split() with a regex literal. Enforces length guards and unambiguous patterns.

2026-06-27
testing-strategy
Analistas de garantía de calidad de software y probadores

Plan test coverage for features. Activate for test pyramid design, Vitest/Playwright strategy, and coverage goal setting.

2026-06-27
accessibility-auditor
Analistas de garantía de calidad de software y probadores

Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast. Activate for "accessibility audit", "a11y check", "WCAG compliance", "screen reader test", or "keyboard navigation".

2026-06-24
anti-ai-slop
Diseñadores gráficos

Apply this skill whenever the user wants to audit, fix, redesign, write, or review UI, UX, copy, or text to avoid the generic "AI slop" aesthetic of 2025–2026.

2026-06-24
code-review-assistant
Analistas de garantía de calidad de software y probadores

Review pull requests holistically. Activate for PR analysis, risk assessment, cross-file consistency, and change-impact review.

2026-06-22
github-pr-autopilot
Desarrolladores de software

Automates the entire lifecycle of a GitHub Pull Request. Use this skill when a user asks to merge a PR, resolve merge conflicts, address review comments, or fully automate PR handling end‑to‑end. Works with any repository where the GitHub CLI is authenticated.

2026-06-22
github-workflow
Desarrolladores de software

Complete GitHub workflow automation - push, create branch/PR, monitor Actions with pre-existing issue detection, auto-merge/rebase when checks pass.

2026-06-22
secure-invite-and-access
Desarrolladores de software

Implement grants, Argon2id passwords, sessions, and signed URLs per ADR-004. Activate for auth changes, access endpoints, or permission revocation.

2026-06-22
security-code-auditor
Analistas de seguridad de la información

Audit d.o.EPUB Studio code for vulnerabilities. Activate for auth, EPUB parsing, signed URL, or offline sync security reviews. Read-only analysis.

2026-06-22
skill-creator
Desarrolladores de software

Create and edit skills. Activate for skill authoring, frontmatter optimization, or restructuring existing skills per the agentskills.io spec.

2026-06-22
test-runner
Analistas de garantía de calidad de software y probadores

Execute tests, analyze results, and diagnose failures across any testing framework. Use when running test suites, debugging failing tests, or configuring CI/CD testing pipelines.

2026-06-22
triz-analysis
Desarrolladores de software

Identify contradictions in system design. Activate for architecture decisions, permissions, offline sync, or EPUB rendering trade-offs. Must run BEFORE triz-solver.

2026-06-22
turso-schema-migrations
Arquitectos de bases de datos

Design Turso schema and write migrations. Activate for table design, migration scripts, or SQLite-compatible schema changes.

2026-06-22
jules-delegator
Desarrolladores de software

Use this skill to delegate complex coding tasks by creating Jules sessions via the Jules CLI. Jules is an AI coding agent that can autonomously implement features, fix bugs, and make code changes across repositories.

2026-06-14
do-web-doc-resolver
Desarrolladores de software

Python implementation for resolving URLs and queries into compact, LLM-ready markdown documentation. Use when you need the Python resolver with full cascade support, quality scoring, circuit breakers, and advanced routing features.

2026-05-26
github-actions-version-fix
Desarrolladores de software

Fix GitHub Actions "Unable to resolve action" errors using gh CLI to find correct version tags or commit SHAs.

2026-05-26
privacy-first
Desarrolladores de software

Prevent email addresses and personal data from entering the codebase. Activate when user asks to "prevent emails", "remove personal data", "privacy check", "no email", or when writing/editing any code, config, or documentation files.

2026-05-26
release-management
Desarrolladores de software

Cut releases, bump versions, sync changelog, and publish GitHub Releases. Activates on "cut a release", "bump version", "publish vX", "create release".

2026-05-26
migration-refactoring
Desarrolladores de software

Automate complex code migrations and refactorings with safety patterns. Use when upgrading dependencies, migrating frameworks, modernizing languages, or performing large-scale refactorings.

2026-04-29
agent-browser
Desarrolladores de software

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-04-12
dogfood
Analistas de garantía de calidad de software y probadores

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence.

2026-04-12
memory-context
Empleados de oficina generales

Retrieve past learnings and analysis via csm CLI. Activate at session start or when facing a problem that might have been solved before.

2026-04-12
shell-script-quality
Administradores de redes y sistemas informáticos

Write safe, portable shell scripts. Activate for bash/sh authoring, ShellCheck fixes, BATS test writing, and shell security patterns.

2026-04-12
skill-evaluator
Científicos de datos

Evaluate skill output quality with grading, benchmarking, and human review. Activate for benchmarking skills, comparing versions, or validating evals.

2026-04-12
triz-solver
Analistas de sistemas informáticos

Resolve contradictions found by triz-analysis. Activate after triz-analysis completes. Applies TRIZ principles to derive system design.

2026-04-12
learn
Empleados de oficina generales

Extract non-obvious session learnings into scoped files. Activate after non-trivial tasks to capture fragile config, quirks, or breakthroughs.

2026-04-09
pwa-offline-sync
Desarrolladores de software

Design Cache Storage + IndexedDB strategy and sync queue per ADR-005. Activate for service worker, cache, or offline bug investigation.

2026-04-09
testdata-builders
Analistas de garantía de calidad de software y probadores

Maintain deterministic builders for schema entities. Activate when authoring tests, extending testkit, or adding schema fields that affect fixtures.

2026-04-09