원클릭으로
ore
ore에는 andrewhowdencom에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Codifies the principle of centrality-weighted reasonability for Go code in the ore repository. Central packages (many dependents, high change impact) must be radically simple, while peripheral packages (few dependents, low change frequency) can carry more internal complexity provided they are self-contained. The skill guides agents to keep code simple in a contextual way: simplicity is risk management, not a moral virtue.
Implements a new ore I/O conduit package under x/conduit/<name>/ using the functional-options constructor pattern, exported Descriptor for discovery, and blocking Start(ctx) lifecycle. Dumb pipe that translates external system events (HTTP, TUI, chat bot, webhook) into ore session events via junk.Manager, subscribes to broadcast FanOut output streams, and routes text/reasoning/image artifacts back to external systems. Compatible with the broadcast multi-conduit model. Does NOT handle cognitive orchestration, provider invocation, or turn-loop management.
How to create and label GitHub issues for the ore repository. Load this skill whenever you need to open a new issue.
Guidelines for creating, reviewing, and improving agent skills.
Guidelines for Go development, testing, and tooling.
Implements a new ore I/O conduit package.