Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agent-skills

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

수집된 skills
8
Stars
1
업데이트
2026-06-09
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

extract-reconcile
소프트웨어 개발자

Incrementally extract stable code units from exploratory work. Use when the user wants to carve a stable unit out of a messy WIP branch, promote a coherent piece to a clean branch, run an extract/reconcile loop, manage PROTO/MERGE/RECONCILE branches, or avoid post-hoc commit reconstruction. Triggers on "extract stable unit", "promote to merge", "reconcile proto onto merge", "incremental extraction", "carve out stable code", "extract-reconcile workflow".

2026-06-09
code-drift
소프트웨어 개발자

Detect drift between documented invariants/interface and actual implementation. Multi-phase: explore docs, build code hierarchy (parallel subagents), then analyze each module for invariant-linked vs unexplained code. Outputs drift metrics per module and aggregate across the project.

2026-06-07
htmx-typescript
소프트웨어 개발자

Enforces disciplined HTMX + TypeScript server-driven UI development. Focuses on HTMX lifecycle correctness, DOM mutation semantics, runtime observability, browser-debugging methodology, and preventing architectural drift toward imperative SPA patterns. Optimized for workflows using browser automation/debugging agents and server-rendered HTML fragments.

2026-06-07
process-mgmt
네트워크·컴퓨터 시스템 관리자

MANDATORY skill for spawning and killing processes

2026-06-07
refactor-consolidate
소프트웨어 개발자

Systematically refactor, tighten, and deduplicate implementation while preserving complete functionality

2026-06-07
rust-safety
소프트웨어 개발자

Audit Rust changes for bugs the compiler and Clippy do not catch (TOCTOU, panic surfaces, UTF-8 issues, error suppression, and trust-boundary mistakes) before finalizing work

2026-06-07
spec-reconciliation
소프트웨어 개발자

Reconcile lat.md spec against implementation and tests, find contradictions, remove trash, and produce a verified truth table

2026-06-07
type-driven-development
소프트웨어 개발자

Strengthen types and make invalid states unrepresentable. Two-phase delegation: BREAK (intentionally break compilation by strengthening types) then FIX (compiler-driven repair, no weakening). Each phase runs in an isolated subagent to prevent cross-contamination of incentives.

2026-06-07