utils/skills/fe-tools-frontend-resource-finder/SKILL.md
Recommend 3-5 targeted frontend resources from the fe-tools curated directory for a user's question. Use when the user asks where to learn, what to use, how to choose frontend tools/resources/docs/platforms, or wants curated recommendations for CSS, JS/TS, React, Vue, Node/build, compatibility, AI tools, agent skills, testing, cross-platform, WebAssembly, or related modern frontend and AI coding workflows.
npx skillsauth add michealwayne/fe-tools fe-tools-frontend-resource-finderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Recommend the most relevant resources from this repository's curated indexes instead of dumping raw search results.
../README.md and ../README-en.md.../README-en.md.../README.md.utils/ as the curated resource index unless the root README pair is unavailable.Use this structure:
Category: one short label for how you classified the question.Recommended resources: 3-5 items.Why these over others: one short comparison sentence or paragraph.Next step: suggest what to read or try first.1.2 compatibility1.3 CSS tools1.4 JS plugins/libraries1.5 Vue1.6 React1.7 NodeJS and build1.10 testing/security/encryption1.11 AI1.13 IDE plugins../project-templates/README.md before answering.../project-templates/README.md when template-related.tools
Verify documentation and tests in fe-tools. Checks that exported functions have corresponding documentation and test coverage, validates JSDoc presence, and identifies missing tests. Use when the user asks to verify docs/tests, or ensure exports and docs are aligned across utils, web-utils, node-utils, canvas-utils, or ai-utils.
tools
Update barrel exports in fe-tools package index files. Adds, removes, or reorders export statements in src/index.ts to expose the public API. Use when a new function or module is added, exports need cleanup, the user mentions barrel file, re-export, expose module, or public API for any fe-tools package.
tools
Sync repository skills to local AI tool skill directories. Copies skill files from the source of truth to Claude, Cursor, Codex, Trae, and CodeBuddy directories. Use when new skills are added or updated, tool directories need refresh, or the user asks to copy skills, update agent skills, or install skills locally.
tools
Regenerate or verify documentation for fe-tools. Generates API reference from TypeDoc comments, checks for missing documentation, and validates code-doc alignment. Use when the user asks to update docs, generate TypeDoc output, or verify documentation alignment.