mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 09:32:03 +08:00
chore: sync content to repo (#10303)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
co-authored by
nilbuild
parent
bae2a28f45
commit
a9fc099378
@@ -0,0 +1,10 @@
|
||||
# Loops
|
||||
|
||||
`/loop` is a Claude Code command that reruns a prompt on a repeating interval within an open session, useful for polling a deployment or babysitting a pull request. Giving it an interval and a prompt runs on a fixed schedule, giving just a prompt lets Claude pick the interval dynamically each iteration, and giving neither runs a built-in maintenance prompt that checks unfinished work and pending PR comments. Loops are session-scoped and expire after seven days, and can be stopped early by pressing Es
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@article@Run a prompt repeatedly with /loop](https://code.claude.com/docs/en/scheduled-tasks#run-a-prompt-repeatedly-with-/loop)
|
||||
- [@article@What Is the Claude Code /loop Command?](https://www.mindstudio.ai/blog/what-is-claude-code-loop-command-recurring-tasks)
|
||||
- [@video@Stop Prompting Claude. Start Loop Engineering.](https://www.youtube.com/watch?v=YAS4ojuhbW4)
|
||||
- [@video@Claude Code Loops in 7 Minutes](https://www.youtube.com/watch?v=pWZh37iRnDA)
|
||||
@@ -4,5 +4,6 @@ Claude Code offers multiple interfaces to cater to diverse development workflows
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@course@Claude 101](https://anthropic.skilljar.com/claude-101)
|
||||
- [@official@Use Claude Code everywhere](https://code.claude.com/docs/en/overview#use-claude-code-everywhere)
|
||||
- [@official@Use Claude Code everywhere](https://code.claude.com/docs/en/overview#use-claude-code-everywhere)
|
||||
- [@article@Claude Cowork vs. Code vs. Chat: When to use each](https://roadmap.sh/claude-code/vs-cowork-vs-chat)
|
||||
- [@course@Claude 101](https://anthropic.skilljar.com/claude-101)
|
||||
Reference in New Issue
Block a user