Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
5. Uninstall a skill while leaving other installed skills available

For marketplace installation flows, see:
`examples/01_standalone_sdk/43_mixed_marketplace_skills/`.
`examples/05_skills_and_plugins/05_mixed_marketplace_skills/`.
"""

import json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This pattern is useful when you want to:
## Directory Structure

```
43_mixed_marketplace_skills/
05_skills_and_plugins/05_mixed_marketplace_skills/
├── .plugin/
│ └── marketplace.json # Marketplace configuration
├── skills/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Create a curated skill set for their specific workflows

Directory Structure:
43_mixed_marketplace_skills/
05_skills_and_plugins/05_mixed_marketplace_skills/
├── .plugin/
│ └── marketplace.json # Marketplace with local and remote skills
├── skills/
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
EXAMPLES_ROOT / "01_standalone_sdk" / "33_hooks",
EXAMPLES_ROOT / "01_standalone_sdk" / "37_llm_profile_store",
EXAMPLES_ROOT / "01_standalone_sdk" / "51_agent_hooks",
EXAMPLES_ROOT / "01_standalone_sdk" / "43_mixed_marketplace_skills",
EXAMPLES_ROOT / "05_skills_and_plugins" / "05_mixed_marketplace_skills",
EXAMPLES_ROOT / "02_remote_agent_server" / "06_custom_tool",
EXAMPLES_ROOT / "05_skills_and_plugins" / "01_loading_agentskills",
EXAMPLES_ROOT / "05_skills_and_plugins" / "02_loading_plugins",
Expand Down
Loading