Skip to main content
GitHub 저장소

tswift

tswift에는 siuying에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
12
업데이트
2026-07-04
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

autoloop
소프트웨어 개발자

Autonomous developer iteration loop driven by a thin orchestrator that dispatches coder/reviewer/diagnoser subagents. Pick a mode — fix (make tests green), feature (implement one or more features), optimize (push a metric), debug (root-cause a failure), ab-test (race candidate implementations), or prototype (explore design variants) — define a verification signal, confirm the plan with the user, then loop implement → verify → review → commit with all state kept in loop-log.md. Use when the user states a concrete engineering goal or says "keep iterating", "loop on this", "autoloop", or "iterate until fixed".

2026-07-04
to-issues
프로젝트 관리 전문가

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

2026-07-02
to-prd
프로젝트 관리 전문가

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-02
triage
프로젝트 관리 전문가

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-07-02
update-website
웹 개발자

Keeps the tswift project website in sync with runtime implementation changes — coverage numbers, feature tables, WASM binary, and content. Use when features are implemented, coverage changes, the runtime is updated, or the user asks to update/sync/refresh the website.

2026-07-01
pi-subagent
기타 컴퓨터 관련 직업

Spawn a pi subagent to handle a specific task in a separate process. Use when the user asks to delegate work to a subagent, run a task in parallel, or says "spawn a subagent", "use a subagent", or "run this with pi".

2026-06-28
requesting-code-review
소프트웨어 품질 보증 분석가·테스터

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-06-28
inspect-ast
소프트웨어 개발자

When user or agent need to construct a swift AST, see how the Rust frontend parses a construct — kind, text, line, resolved type, and decoded modifiers.

2026-06-27
framework-coverage
소프트웨어 개발자

Understand how much of a Swift framework runtime implements, by framework and type. Use when the user asks about Foundation/SwiftUI/stdlib coverage, what APIs are implemented/missing/verified, or which framework APIs to build next.

2026-06-27
stdlib-coverage
소프트웨어 개발자

Understand how much of the Swift standard library the runtime implements, by section and by member. Use when the user asks about stdlib coverage, what's implemented/missing/verified, which APIs to build next, or when planning stdlib work.

2026-06-27
feature-checklist
소프트웨어 개발자

Implement Swift compiler features.

2026-06-26
create-pr
소프트웨어 개발자

Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creating a pull request, submitting changes for review, or preparing code for merge.

2026-06-24
codebase-analyzer
소프트웨어 개발자

Analyzes codebase implementation details. Use when you need to find detailed information about how specific components work — trace data flow, understand key functions, identify architectural patterns, and document technical workings with precise file and line references. Does not suggest improvements or critique the code; purely documents what exists.

2026-06-24
codebase-locator
소프트웨어 개발자

Locates files, directories, and components relevant to a feature or task. Use when you need to find WHERE code lives — essentially a "Super Grep/Glob/LS" — especially when you'd otherwise reach for those tools more than once. Returns structured file locations grouped by purpose without reading or analyzing content.

2026-06-24
codebase-pattern-finder
소프트웨어 개발자

Finds similar implementations, usage examples, and existing patterns that can be modeled after. Use when you need concrete code examples — like how networking is done, how a view model is structured, how tests are written, etc. Similar to codebase-locator but goes further by reading files and extracting actual code snippets alongside their locations.

2026-06-24
research-codebase
소프트웨어 개발자

Conduct comprehensive research across the codebase to answer questions about how it works, where things live, and what patterns exist. Synthesizes findings from locating files, analyzing implementations, and extracting patterns — then saves a structured research document to docs/research/. Use when you need a thorough, documented answer about any aspect of the codebase.

2026-06-24