一键导入
devtools
devtools 收录了来自 raulfdeztdo 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.