Skip to content

Commit e001061

Browse files
authored
Merge pull request #82 from Kros-sk/skills
Add AI Agent Skills Support for TeaPie
2 parents fecb508 + 6d5800e commit e001061

24 files changed

Lines changed: 4412 additions & 0 deletions

.cursor/skills/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# TeaPie Skills
2+
3+
This directory contains skills for the TeaPie framework that extend AI agent capabilities when working with TeaPie projects.
4+
5+
## What are skills?
6+
7+
Skills are specialized knowledge and guides that help AI agents work more effectively with specific frameworks or technologies. The TeaPie skill provides comprehensive knowledge about the TeaPie framework, its syntax, CLI commands, test cases, and best practices.
8+
9+
## Using skills in a project
10+
11+
If you want to use the TeaPie skill in another project, the agent can download it from this directory. The agent will automatically determine the correct target location based on the IDE it's working in:
12+
13+
- **Cursor**: `.cursor/skills/teapie/`
14+
- **VS Code**: `.github/skills/teapie/`
15+
- **Other IDEs**: The agent will decide based on standard conventions for that IDE
16+
17+
## Prompt for agent to download skill
18+
19+
```text
20+
Download the TeaPie skill from the GitHub repository into this project.
21+
22+
The skill is located at: https://github.com/Kros-sk/TeaPie/tree/master/.cursor/skills/teapie/
23+
24+
The agent should determine the target location based on the IDE it's working in:
25+
- For Cursor: .cursor/skills/teapie/
26+
- For VS Code: .github/skills/teapie/
27+
- For other IDEs: use standard conventions for that IDE
28+
29+
Download the entire teapie directory (including SKILL.md and all subdirectories with their contents: references/, scripts/, templates/) from the GitHub repository and copy it to the correct target location in the project.
30+
```
31+
32+
## TeaPie skill contents
33+
34+
The TeaPie skill contains:
35+
36+
- Framework overview and capabilities
37+
- Reference documentation for CLI commands, directives, variables, and functions
38+
- Guides for creating and running tests
39+
- Best practices for writing test cases
40+
- Examples and templates

0 commit comments

Comments
 (0)