Skip to content

Commit 81ff9b8

Browse files
docs: update skills repository URLs to OpenHands/extensions
Update all documentation references from OpenHands/skills to OpenHands/extensions to support the repository rename. Updated files: - overview/skills.mdx - overview/skills/public.mdx - overview/skills/keyword.mdx - overview/skills/repo.mdx - sdk/guides/skill.mdx - sdk/guides/github-workflows/pr-review.mdx - openhands/usage/use-cases/code-review.mdx Related PRs: - OpenHands/extensions#50: Prepare for rename to OpenHands/extensions - OpenHands/software-agent-sdk#2085: Update PUBLIC_SKILLS_REPO URL Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 99c4288 commit 81ff9b8

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

openhands/usage/use-cases/code-review.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The PR review workflow uses the OpenHands Software Agent SDK to analyze your cod
2525
- `openhands-agent` is requested as a reviewer
2626

2727
2. **Analysis**: The agent receives the complete PR diff and uses two skills:
28-
- [**`/codereview`**](https://github.com/OpenHands/skills/tree/main/skills/codereview) or [**`/codereview-roasted`**](https://github.com/OpenHands/skills/tree/main/skills/codereview-roasted): Analyzes code for quality, security, and best practices
29-
- [**`/github-pr-review`**](https://github.com/OpenHands/skills/tree/main/skills/github-pr-review): Posts structured inline comments via the GitHub API
28+
- [**`/codereview`**](https://github.com/OpenHands/extensions/tree/main/skills/codereview) or [**`/codereview-roasted`**](https://github.com/OpenHands/extensions/tree/main/skills/codereview-roasted): Analyzes code for quality, security, and best practices
29+
- [**`/github-pr-review`**](https://github.com/OpenHands/extensions/tree/main/skills/github-pr-review): Posts structured inline comments via the GitHub API
3030

3131
3. **Output**: Review comments are posted directly on the PR with:
3232
- Priority labels (🔴 Critical, 🟠 Important, 🟡 Suggestion, 🟢 Nit)
@@ -39,8 +39,8 @@ Choose between two review styles:
3939

4040
| Style | Description | Best For |
4141
|-------|-------------|----------|
42-
| **Standard** ([`/codereview`](https://github.com/OpenHands/skills/tree/main/skills/codereview)) | Pragmatic, constructive feedback focusing on code quality, security, and best practices | Day-to-day code reviews |
43-
| **Roasted** ([`/codereview-roasted`](https://github.com/OpenHands/skills/tree/main/skills/codereview-roasted)) | Linus Torvalds-style brutally honest review emphasizing "good taste", data structures, and simplicity | Critical code paths, learning opportunities |
42+
| **Standard** ([`/codereview`](https://github.com/OpenHands/extensions/tree/main/skills/codereview)) | Pragmatic, constructive feedback focusing on code quality, security, and best practices | Day-to-day code reviews |
43+
| **Roasted** ([`/codereview-roasted`](https://github.com/OpenHands/extensions/tree/main/skills/codereview-roasted)) | Linus Torvalds-style brutally honest review emphasizing "good taste", data structures, and simplicity | Critical code paths, learning opportunities |
4444

4545
## Quick Start
4646

overview/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OpenHands supports an **extended version** of the [AgentSkills standard](https:/
1111

1212
## Official Skill Registry
1313

14-
The official global skill registry is maintained at [github.com/OpenHands/skills](https://github.com/OpenHands/skills). This repository contains community-shared skills that can be used by all OpenHands agents. You can browse available skills, contribute your own, and learn from examples created by the community.
14+
The official global skill registry is maintained at [github.com/OpenHands/extensions](https://github.com/OpenHands/extensions). This repository contains community-shared skills that can be used by all OpenHands agents. You can browse available skills, contribute your own, and learn from examples created by the community.
1515

1616
## How Skills Work
1717

overview/skills/keyword.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ triggers:
3232
The user has said the magic word. Respond with "That was delicious!"
3333
```
3434

35-
[See examples of keyword-triggered skills in the official OpenHands Skills Registry](https://github.com/OpenHands/skills)
35+
[See examples of keyword-triggered skills in the official OpenHands Skills Registry](https://github.com/OpenHands/extensions)

overview/skills/public.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Global Skills
3-
description: Global skills are [keyword-triggered skills](/overview/skills/keyword) that apply to all OpenHands users. The official global skill registry is maintained at [github.com/OpenHands/skills](https://github.com/OpenHands/skills).
3+
description: Global skills are [keyword-triggered skills](/overview/skills/keyword) that apply to all OpenHands users. The official global skill registry is maintained at [github.com/OpenHands/extensions](https://github.com/OpenHands/extensions).
44
---
55

66
## Global Skill Registry
77

8-
The official global skill registry is hosted at [github.com/OpenHands/skills](https://github.com/OpenHands/skills). This repository contains community-shared skills that can be used by all OpenHands users.
8+
The official global skill registry is hosted at [github.com/OpenHands/extensions](https://github.com/OpenHands/extensions). This repository contains community-shared skills that can be used by all OpenHands users.
99

1010
## Contributing a Global Skill
1111

1212
You can create global skills and share with the community by opening a pull request to the official skill registry.
1313

14-
See the [OpenHands Skill Registry](https://github.com/OpenHands/skills) for specific instructions on how to contribute a global skill.
14+
See the [OpenHands Skill Registry](https://github.com/OpenHands/extensions) for specific instructions on how to contribute a global skill.
1515

1616
### Global Skills Best Practices
1717

@@ -35,7 +35,7 @@ Before creating a global skill, consider:
3535
#### 2. Create File
3636

3737
Create a new Markdown file with a descriptive name in the official skill registry:
38-
[github.com/OpenHands/skills](https://github.com/OpenHands/skills)
38+
[github.com/OpenHands/extensions](https://github.com/OpenHands/extensions)
3939

4040
#### 3. Testing the Global Skill
4141

overview/skills/repo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ To set it up, you can run `npm run build`.
5959
Always make sure the tests are passing before committing changes. You can run the tests by running `npm run test`.
6060
```
6161

62-
[See more examples of general skills at OpenHands Skills registry.](https://github.com/OpenHands/skills)
62+
[See more examples of general skills at OpenHands Skills registry.](https://github.com/OpenHands/extensions)

sdk/guides/github-workflows/pr-review.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Instead of forking the `agent_script.py`, you can customize the code review beha
4545

4646
### How It Works
4747

48-
The PR review agent uses skills from the [OpenHands/skills](https://github.com/OpenHands/skills) repository by default. When you add a `.openhands/skills/code-review.md` file to your repository, it **overrides** the default skill with your custom guidelines.
48+
The PR review agent uses skills from the [OpenHands/extensions](https://github.com/OpenHands/extensions) repository by default. When you add a `.openhands/skills/code-review.md` file to your repository, it **overrides** the default skill with your custom guidelines.
4949

5050
### Example: Custom Code Review Skill
5151

sdk/guides/skill.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ agent_context = AgentContext(
201201
# user_message_suffix is appended to each user message
202202
user_message_suffix="The first character of your response should be 'I'",
203203
# You can also enable automatic load skills from
204-
# public registry at https://github.com/OpenHands/skills
204+
# public registry at https://github.com/OpenHands/extensions
205205
load_public_skills=True,
206206
)
207207

@@ -588,7 +588,7 @@ When the user says "encrypt", the skill is triggered and the agent can use the p
588588

589589
## Loading Public Skills
590590

591-
OpenHands maintains a [public skills repository](https://github.com/OpenHands/skills) with community-contributed skills. You can automatically load these skills without waiting for SDK updates.
591+
OpenHands maintains a [public skills repository](https://github.com/OpenHands/extensions) with community-contributed skills. You can automatically load these skills without waiting for SDK updates.
592592

593593
### Automatic Loading via AgentContext
594594

@@ -655,7 +655,7 @@ The `load_public_skills()` function uses git-based caching for efficiency:
655655
This approach is more efficient than fetching individual skill files via HTTP and ensures you always have access to the latest community skills.
656656

657657
<Note>
658-
Explore available public skills at [github.com/OpenHands/skills](https://github.com/OpenHands/skills). These skills cover various domains like GitHub integration, Python development, debugging, and more.
658+
Explore available public skills at [github.com/OpenHands/extensions](https://github.com/OpenHands/extensions). These skills cover various domains like GitHub integration, Python development, debugging, and more.
659659
</Note>
660660

661661
## Customizing Agent Context

0 commit comments

Comments
 (0)