원클릭으로
devtools
devtools에는 raulfdeztdo에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 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.