Skip to content
Merged
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
quick edit to readme
  • Loading branch information
donald-pinckney authored Mar 12, 2026
commit e253ef83c7b1bc4ed18ceff0a64a51326275bd73
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A comprehensive skill for building Temporal applications.

### As a Claude Code Plugin

1. Run `/plugin marketplace add temporalio/agent-skills`
1. Run `/plugin marketplace add temporalio/agent-skills#dev`
2. Run `/plugin` to open the plugin manager
3. Select **Marketplaces**
4. Choose `temporal-marketplace` from the list
Expand All @@ -16,11 +16,11 @@ A comprehensive skill for building Temporal applications.

### Via `npx skills` - supports all major coding agents

1. `npx skills add temporalio/skill-temporal-developer`
1. `npx skills add https://github.com/temporalio/skill-temporal-developer/tree/dev`
2. Follow prompts

### Via manually cloning the skill repo:

1. `mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer`

Appropriately adjust the installation directory based on your coding agent.
Appropriately adjust the installation directory based on your coding agent.