Skip to content

Commit e03e344

Browse files
sebstopepicrft
authored andcommitted
add AI Agent instructions for Kiro.dev (+ re order for alphabetical order)
1 parent 59e4f79 commit e03e344

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/en/index.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,9 @@ Choose your agent and run the commands below:
773773
<div class="code-tabs">
774774
<div class="code-tabs-nav">
775775
<button class="active">Claude Code</button>
776-
<button>Codex</button>
777776
<button>Amp</button>
777+
<button>Codex</button>
778+
<button>Kiro</button>
778779
<button>OpenCode</button>
779780
</div>
780781
<div class="code-tab-content active">
@@ -791,6 +792,14 @@ curl -o .claude/skills/swift-concurrency/SKILL.md https://fuckingapproachableswi
791792
</div>
792793
<div class="code-tab-content">
793794

795+
```bash
796+
# Project instructions (recommended)
797+
curl -o AGENTS.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
798+
```
799+
800+
</div>
801+
<div class="code-tab-content">
802+
794803
```bash
795804
# Global instructions (all your projects)
796805
curl -o ~/.codex/AGENTS.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
@@ -799,14 +808,20 @@ curl -o AGENTS.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
799808
```
800809

801810
</div>
811+
802812
<div class="code-tab-content">
803813

804814
```bash
805-
# Project instructions (recommended)
806-
curl -o AGENTS.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
815+
# Global rules (all your projects)
816+
mkdir -p ~/.kiro/steering
817+
curl -o ~/.kiro/steering/swift-concurrency.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
818+
# Project rules (just this project)
819+
mkdir -p .kiro/steering
820+
curl -o .kiro/steering/swift-concurrency.md https://fuckingapproachableswiftconcurrency.com/SKILL.md
807821
```
808822

809823
</div>
824+
810825
<div class="code-tab-content">
811826

812827
```bash

0 commit comments

Comments
 (0)