Version History
This project records all feature updates, improvements, and fixes for each version.
v1.0.0 - January 2026
🎉 Initial Release
This is the first official release of Agent Skills, featuring a complete skill pack and build toolchain.
New Features
React Performance Optimization Rules
- 40+ React/Next.js performance optimization rules
- 8 major categories: eliminate waterfalls, bundle optimization, server-side performance, re-render optimization, and more
- Categorized by impact level (CRITICAL > HIGH > MEDIUM > LOW)
- Each rule includes Incorrect/Correct code example comparisons
Vercel One-Click Deployment
- Automatic detection support for 40+ mainstream frameworks
- Zero-auth deployment workflow
- Auto-generated preview links and ownership transfer links
- Static HTML project support
Web Design Guidelines
- 100+ web interface design rules
- Multi-dimensional review: accessibility, performance, UX
- Remote fetching of latest rules (from GitHub)
Build Toolchain
pnpm build- Generate AGENTS.md complete rule documentationpnpm validate- Validate rule file integritypnpm extract-tests- Extract test casespnpm dev- Development workflow (build + validate)
Tech Stack
- TypeScript 5.3.0
- Node.js 20+
- pnpm 10.24.0+
- tsx 4.7.0 (TypeScript runtime)
Documentation
- AGENTS.md complete rule guide
- SKILL.md skill definition file
- README.md installation and usage instructions
- Build toolchain complete documentation
Version Naming Convention
The project follows Semantic Versioning:
- Major: Incompatible API changes
- Minor: Backwards-compatible new features
- Patch: Backwards-compatible bug fixes
Example: 1.0.0 indicates the first stable version.