MichealWayne

16 mods across 2 repositories, 1.6k stars between them.

fe-tools AGENTS.md

01

MichealWayne/fe-tools

Instructions file CodexOpenCode

AGENTS.md instructions for MichealWayne/fe-tools, covering agents.md, purpose, scope, repository map and default workflow.

207 1mo ago A 1,307 tokens

architecture

02

MichealWayne/fe-tools

Cursor rule Cursor

An architecture rule for the fe-tools utilities project. It describes the project overview, directory layout, package structure, and technology stack.

207 1mo ago A 0 tokens

rules

03

MichealWayne/fe-tools

Cursor rule Cursor

// 正确示例 const example = (param1, param2) => { const result = param1 + param2; return result; }.

207 1mo ago A 0 tokens

add-tests

04

MichealWayne/fe-tools

Skill Claude CodeCodexCursor

Add or update Jest unit tests for fe-tools utilities. Writes test cases, verifies coverage for common behavior, edge cases, and error inputs. Use when new functions are added, existing behavior changes, or the user asks to add tests across utils, web-utils, node-utils, canvas-utils, or ai-utils.

207 1mo ago A 65 tokens

add-utils-function

05

MichealWayne/fe-tools

Skill Claude CodeCodexCursor

Add or modify utility functions in fe-tools. Use when the user asks to add a new utility/helper/validator (e.g., "新增utils函数", "add utility function", "新增SQL语句校验功能") or to extend existing utils in packages/utils, packages/web-utils, packages/node-utils, packages/canvas-utils, packages/env, or packages/ai-utils.

207 1mo ago A 80 tokens

bilingual-jsdoc

06

MichealWayne/fe-tools

Skill Claude CodeCodexCursor

Write or update bilingual (Chinese + English) JSDoc for exported functions in fe-tools. Use when the user asks for documentation updates, JSDoc fixes, or when adding/modifying utilities in utils, web-utils, node-utils, canvas-utils, or ai-utils.

207 1mo ago A 60 tokens

build-packages

07

MichealWayne/fe-tools

Skill Claude CodeCodexCursor

Build the fe-tools monorepo packages. Runs TypeScript compilation across all packages and resolves build errors. Use when the user asks to build, compile, verify TypeScript compilation, or check for type errors.

207 1mo ago A 46 tokens

verify-docs-tests

08

MichealWayne/fe-tools

Skill Claude CodeCodexCursor

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…

207 1mo ago A 68 tokens

create-module-file

09

MichealWayne/fe-tools

Skill Claude CodeCodex

Create a new module file for fe-tools utilities. Scaffolds a single-purpose TypeScript module with bilingual JSDoc, exports, and tests. Use when a new focused file under packages/utils/src/, packages/web-utils/src/, packages/node-utils/src/, packages/canvas-utils/src/, or packages/ai-utils/src/ is needed (e.g., new…

207 1mo ago A 82 tokens

MichealWayne/fe-tools

Skill Claude CodeCodex

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…

207 1mo ago A 93 tokens

MichealWayne/fe-tools

Skill Claude CodeCodex

Extract a reusable project template from an existing codebase by removing business-specific code, preserving only the reusable engineering skeleton, and creating template usage docs such as README. Use when the user wants to turn a frontend or backend project into a reusable starter template, scaffold, or baseline…

207 1mo ago A 63 tokens

MichealWayne/fe-tools

Skill Claude CodeCodex

Recommend the most suitable project template or initialization path from fe-tools project-templates based on product, framework, runtime, and delivery constraints. Use when the user asks which frontend or backend template to start from, how to bootstrap a React/Vue/Node/TypeScript project, or wants comparisons such as…

207 1mo ago A 89 tokens

select-package

13

MichealWayne/fe-tools

Skill Claude CodeCodex

Choose the correct fe-tools package for new functionality. Analyzes function requirements, reviews package responsibilities, and recommends the appropriate target package. Use when the user asks to add a function, create a new feature, or is unsure which package to use, where to add code, or which fe-tools module to…

207 1mo ago A 66 tokens

sync-docs

14

MichealWayne/fe-tools

Skill Claude CodeCodex

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.

207 1mo ago A 51 tokens

sync-skills

15

MichealWayne/fe-tools

Skill Claude CodeCodex

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.

207 1mo ago A 69 tokens

MichealWayne/fe-tools

Skill Claude CodeCodex

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.

207 1mo ago A 69 tokens