Skip to content

Commit 3a4d6e2

Browse files
authored
Merge pull request #93 from Kros-sk/copilot/add-install-skills-command
Add `install-skills` CLI command to download built-in skills
2 parents 93f0635 + 64abd3b commit 3a4d6e2

28 files changed

Lines changed: 250 additions & 63 deletions

.claude/skills/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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 already have TeaPie installed, you can add skills to your project using:
12+
13+
```sh
14+
teapie install-skills
15+
```
16+
17+
This will download skills into `.claude/skills/teapie/` in your project.
18+
19+
You can also ask your AI agent to do it for you:
20+
21+
```text
22+
Install TeaPie.Tool globally (if not already installed) and use the `teapie install-skills` command to download TeaPie skills into this project.
23+
24+
1. Install TeaPie.Tool:
25+
dotnet tool install -g TeaPie.Tool
26+
27+
2. Download skills:
28+
teapie install-skills
29+
```
30+
31+
## TeaPie skill contents
32+
33+
The TeaPie skill contains:
34+
35+
- Framework overview and capabilities
36+
- Reference documentation for CLI commands, directives, variables, and functions
37+
- Guides for creating and running tests
38+
- Best practices for writing test cases
39+
- Examples and templates
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.cursor/skills/teapie/references/test-mapping-patterns.md renamed to .claude/skills/teapie/references/test-mapping-patterns.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)