Skip to content

Commit 2950e69

Browse files
authored
📝 Add Library Skills documentation (#645)
1 parent 783a462 commit 2950e69

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/tutorial/install.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,21 @@ If you prefer to manage a virtual environment and packages manually, create and
4040
Read the [Virtual Environments guide](https://tiangolo.com/guides/virtual-environments/) for the detailed steps.
4141

4242
///
43+
44+
## AI Agent Skills
45+
46+
Asyncer includes an official skill for AI coding agents. It is bundled with the package, so its guidance stays aligned with the version of Asyncer installed in your project and updates when you update Asyncer.
47+
48+
After installing Asyncer in your project, you can install the skill with <a href="https://library-skills.io">Library Skills</a>:
49+
50+
```bash
51+
uvx library-skills
52+
```
53+
54+
/// note
55+
56+
`uvx` is an alias for `uv tool run`. It runs Library Skills in a temporary, isolated environment while Library Skills scans the packages installed in your project.
57+
58+
///
59+
60+
The skill is compatible with Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, Pi, OpenCode, and most other coding agents. For Claude Code, select `.claude/skills` when asked where to install the skill.

0 commit comments

Comments
 (0)