fe-tools
Frontend utility packages, project templates, and curated resources
All Skills in This Repository (10)
Pure Emerald Level Indicatorsbuild-packages
Build fe-tools monorepo packages and validate TypeScript compilation.
add-tests
Implement Jest unit tests for fe-tools utilities with deterministic inputs.
bilingual-jsdoc
Generate bilingual Chinese and English JSDoc for exported TypeScript functions.
verify-docs-tests
Compare public API exports with documentation and test coverage across fe-tools packages.
add-utils-function
Automate adding utility functions across fe-tools monorepo packages with typed exports and tests.
sync-skills
Synchronize repository-defined skills into local AI tool directories via npm run skills:sync.
sync-docs
Regenerate and verify TypeDoc documentation across packages after code changes.
create-module-file
Create a module file under packages/<pkg>/src/ and export it from index.ts.
select-package
Classifies requests by runtime and domain to select the fe-tools package directory before coding.
update-index-exports
Update fe-tools package index.ts exports and validate tests for new modules.
Frequently Asked Questions
FAQPage SchemaHow to install fe-tools?โผ
Run `npx skills add MichealWayne/fe-tools --all -g -y` in your terminal to install all skills in this suite globally.
What does fe-tools include?โผ
It provides TypeScript utility packages for browser, Node.js, canvas, and AI tasks, plus starter project templates and a curated index of frontend learning resources.
How to add a new utility function with AI?โผ
Ask your agent in plain English, and the add-utils-function skill picks the right package, writes typed code with bilingual JSDoc, exports it, and adds Jest tests automatically.
How to choose a frontend starter template?โผ
The template recommender skill compares React, Vue, Next.js, Koa, Fastify, and NestJS starters against your requirements and suggests the best fit with a fallback option.
Does fe-tools work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and sync automatically to Claude Code, Cursor, Codex, Trae, and CodeBuddy directories.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core