Skip to content

liyown/skill-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Skill Toolkit

This repository is a growing toolkit of reusable AI agent skills.

Each skill lives in its own folder and is designed to be versioned, reviewed, and published independently. The repository starts with one React-focused skill and is intended to expand with more task-specific skills over time.

Skills

use-effect

Refactor React code away from direct useEffect usage.

This skill helps review and rewrite components that rely on useEffect for derived state, effect-driven actions, ad hoc data fetching, or reset choreography. It guides replacements with clearer patterns such as derived values, event handlers, query abstractions, mount-only wrappers, and keyed remounts.

Path: use-effect/

Repository Structure

.
├── README.md
└── use-effect/
    ├── SKILL.md
    ├── agents/openai.yaml
    └── references/

Adding More Skills

Add each new skill in its own top-level folder with:

  • SKILL.md for trigger metadata and workflow instructions
  • agents/openai.yaml for UI-facing metadata
  • optional references/, scripts/, or assets/ folders when the skill needs them

Keep each skill self-contained so it can be published and maintained independently.

About

A growing toolkit of reusable AI agent skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors