Agent skill
simple-example
A simple example Skill demonstrating basic functionality
Install this agent skill to your Project
npx add-skill https://github.com/JiangDing1990/universal-skill-kit/tree/main/examples/simple-skill
SKILL.md
Simple Example Skill
This is a simple example Skill that demonstrates the basic structure.
Usage
This Skill helps with:
- Task A
- Task B
- Task C
Example
// Example code
function hello() {
console.log('Hello from Simple Skill!')
}
Notes
- Keep it simple
- Focus on one thing
- Provide clear examples
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
src
test-skill
A test skill
senior-frontend-engineer-react
Enterprise React development skill for building CRUD applications with React 16.14, DVA 2.x, and @lianjia/antd-life component library. Core capabilities: (1) Auto-generate list pages with pagination/filtering/sorting, (2) Form dialog management with validation, (3) Detail page rendering in read-only/edit modes, (4) DVA model integration for state management, (5) API service layer with async/await patterns. Tech stack: React 16.14, DVA 2.x, TypeScript, @lianjia/antd-life, Ant Design 3.x. Best suited for internal management systems, dashboards, and data-driven applications. Important: NOT compatible with React 18 or Ant Design 5. Use appropriate versions for your project.
universal-example
An example of universal Skill using template engine for multi-platform support
src
src
Didn't find tool you were looking for?