con un clic
devtools
devtools contiene 3 skills recopiladas de raulfdeztdo, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Step-by-step workflow for adding a new developer tool to the devtools suite. Use this skill whenever the user asks to add a new tool, utility, or converter. Covers: creating the view component, registering the route, updating navigation, updating the Home page bento grid, and verifying the build. Ensures design consistency with existing tools and follows all project conventions.
Vue 3 internationalization implementation for this devtools project using vue-i18n. Provides systematic AI-driven workflow to achieve 100% i18n coverage with zero hardcoded strings in SOURCE CODE. Use for adding i18n, migrating hardcoded strings, adding new language support, or auditing i18n coverage. CRITICAL: This skill focuses ONLY on source code internationalization (components, views, UI), NOT documentation files (README.md, docs/). Adapted for Vue 3 Composition API with `<script setup>` and vue-i18n.
Git worktree management and parallel subagent orchestration for the devtools project. Use this skill when tasks can be parallelized across multiple files or features, when setting up git worktrees for isolated work, or when orchestrating subagents to work concurrently on independent units of work. Covers: worktree lifecycle, branch strategy, subagent delegation patterns, conflict resolution, and merge workflow.