spotme
Gym mode for agentic coding. OpenCode and Pi plugin that scaffolds exercises and reviews your work. Keep your edge.
파일 탐색기
- pr-title.yml
- pr.yml
- publish.yml
- release.yml
- stale.yml
- settings.json
- spo-1 - Fix-spotme-on-template-to-reflect-actual-parsed-args-at-command-run-time.md
- spo-10 - Improve-spotme-on-description-to-include-usage-hint.md
- spo-11 - Refactor-spotter_exercise-AI-writes-scaffold-via-Write-tool-tool-only-takes-metadata.md
- spo-12 - Make-spotme-on-spotme-off-spotme-status-execute-programmatically.md
- spo-13 - Fix-counter-reached-flow-and-scaffold-instructions.md
- spo-14 - Debug-and-fix-git-branch-not-reverting-after-exercise-ends.md
- spo-15 - Debug-why-exerciseReadyMessage-is-never-shown-to-user.md
- spo-16 - Persistent-exercise-UI-widget-with-clickable-commands-SPO-9-revisited.md
- spo-17 - Change-OpenCode-theme-when-Spot-Me-mode-is-active.md
- spo-18 - Add-SpotMe-status-to-OpenCode-sidebar.md
- spo-19 - Redesign-branching-and-cleanup-flow-for-exercises.md
- spo-2 - Fix-every-setting-not-applied-to-trigger-threshold.md
- spo-20 - Fix-counter-reset-timing-for-solve-skip.md
- spo-21 - Test-and-customise-SpotMe-for-Pi.md
- spo-22 - Refactor-extract-SpotMe-engine-platform-adapter-pattern.md
- spo-3 - Fix-status-command-to-show-live-state.md
- spo-4 - Scaffold-write-flow-plugin-reads-file-from-disk-instead-of-receiving-content.md
- spo-5 - Rename-all-spotter-spotme-commands-branch-prefix-display-text-code-identifiers.md
- spo-6 - Implement-correct-temp-branch-lifecycle-for-reps.md
- spo-7 - Check-for-git-repo-on-spotme-on-run-git-init-if-missing.md
- spo-8 - Fix-spotme-done-command-—-simplify-convoluted-template.md
- spo-9 - Add-Skip-Hint-Solve-options-display-when-exercise-starts.md
- config.yml
- flow.md
- doge.jpg
- pi.png
- spotme.gif
- spotme.png
- test-local-branch.sh
- engine.ts
- index.ts
- opencode.ts
- pi.ts
- prompts.ts
- types.ts
- .gitignore
- .prettierrc
- .release-please-manifest.json
- AGENTS.md
- bun.lock
- CHANGELOG.md
- eslint.config.js
- package-lock.json
- package.json
- README.md
- release-please-config.json
- SKILL.md
- tsconfig.json
- validate.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
