Skip to main content
conorluddy
GitHub 제작자 프로필

conorluddy

9개 GitHub 저장소에서 수집된 43개 skills를 저장소 단위로 보여줍니다.

수집된 skills
43
저장소
9
업데이트
2026년 9월 4일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

vestige-scan-sessions
소프트웨어 개발자

Mine recent local coding-agent transcripts for memories worth keeping, using the `vestige_scan_sessions` MCP tool. Fire at session start (to catch up on what happened in prior sessions), when the user says "scan my sessions", "what did we work on recently?",…

2026년 6월 14일
vestige-sources
파일 사무원

Use this skill when you need the raw source receipts for a memory or candidate — the typed evidence rows, not the narrative walk. Fire when the user says "what sources back mem_X?", "show me the source receipts", "list the sources for mem_X", or "filter…

2026년 5월 8일
vestige-trace-list
네트워크·컴퓨터 시스템 관리자

Use this skill when you want to audit what queries the agent or CLI has run against project memory. Fire when the user says "what queries did the agent run?", "show recent trace events", "did anyone search for X recently?", or "list traces by caller mcp".…

2026년 5월 8일
vestige-trace-replay
소프트웨어 품질 보증 분석가·테스터

Use this skill to re-run a stored trace against the current memory store and diff the results against the original — answering "would the agent get the same answer today?". Fire when the user says "re-run trace_X", "replay that search", "diff trace_X against…

2026년 5월 8일
vestige-trace-show
소프트웨어 개발자

Use this skill when you want to expand a specific trace to its full detail — the query text, mode requested vs resolved, provider, result IDs, and scores. Fire when the user says "expand trace_X", "show me what trace_X returned", or "what did that search…

2026년 5월 8일
vestige-why
데이터베이스 아키텍트

Use this skill when you want to know where a memory came from, need to explain its provenance, or must audit what was captured and when. Fire when the user says "where did this come from?", "explain that memory", "why do we have mem_X?", "show provenance for…

2026년 5월 8일
vestige-review
소프트웨어 품질 보증 분석가·테스터

Review Vestige code against this repo's CODESTYLE.md, CLAUDE.md, and PRD — naming, progressive disclosure, error handling, agentic patterns, and the seven hard architectural rules (soft-delete only, project-scope boundary, immutable migrations, one-way crate…

2026년 5월 1일
vestige-auto-memorise
일반 사무원

Fires automatically — without the user asking — when the conversation produces something a future session would want. Watch for decisions ("we'll go with…", "settled — X"), preferences ("I prefer…", "always…", "never…", "make sure to…"), open questions…

2026년 5월 1일
수집된 skill 17개 중 8개를 표시합니다.
swift-accessibility-agent
미분류

Audit, fix, and initialise SwiftUI accessibility so an app is navigable by VoiceOver users, XCUITest, and AI agents. Use this skill whenever a user mentions an accessibility audit, accessibility modifiers, identifiers/labels/hints/values/traits, VoiceOver,…

2026년 9월 4일
spec-speak
소프트웨어 개발자

Convert any subject matter — rough feature ideas, brain-dumps, meeting notes, loose PRDs, existing docs — into a rigorous, testable spec written to industry requirements standards (EARS templates, RFC 2119 keywords, INCOSE/ISO 29148 rules, Gherkin acceptance…

2026년 8월 1일
claude-md-kit
소프트웨어 개발자

Compose or extend a project's CLAUDE.md from a library of stack-agnostic, composable prompt-segment modules (naming, error handling, testing, agentic patterns, a condensed spec-speak, etc.) stored as standalone files under references/. Use this skill whenever…

2026년 8월 1일
ios-aso
시장조사 분석가·마케팅 전문가

Generate a paste-ready English (U.S.) App Store Optimization metadata file (ASO.md) for an iOS app by scanning its Swift/SwiftUI codebase. Produces App Name (30), Subtitle (30), Keywords (100), Promotional Text, Description, category recommendations,…

2026년 5월 2일
code-review
소프트웨어 품질 보증 분석가·테스터

Review code against Conor's style guide — naming, progressive disclosure, function design, error handling, agentic patterns, and token economics. Use this skill whenever the user asks for a code review, says things like "review this", "check my code", "look…

2026년 4월 19일
team-work
기타 컴퓨터 관련 직업

Decompose the current session's jobs-to-be-done into a parallelizable task plan for an agent team. Assigns each task a model tier (haiku / sonnet / opus) and a specialist subagent when one fits. Organises work into dependency waves with no shared-file edits…

2026년 4월 18일
and-then
프로젝트 관리 전문가

Ambiguity-first planning — identify and resolve unknowns before committing to a plan. Use when the user wants to plan, scope, or think through work before building.

2026년 4월 13일
openhue
소프트웨어 개발자

Control Philips Hue lights from the CLI. Use this skill whenever the user wants to control smart lights, adjust brightness or color, manage lighting scenes, or automate lighting. Examples include turning lights on/off, setting brightness levels, changing…

2026년 4월 13일
수집된 skill 11개 중 8개를 표시합니다.
ios-testing-patterns
소프트웨어 품질 보증 분석가·테스터

XCTest and XCUITest execution workflows and flaky test detection patterns

2025년 11월 8일
xcode-workflows
소프트웨어 개발자

Xcode build system guidance for xcodebuild operations. Use when building iOS projects, running tests, analyzing build failures, or configuring schemes. Covers build/clean/test operations, interpreting xcodebuild output, and troubleshooting common build errors.

2025년 11월 8일
simulator-workflows
소프트웨어 개발자

iOS Simulator device and app management with simctl. Use when managing simulator devices (boot, create, delete), installing/launching apps, or troubleshooting simulator issues. Covers device lifecycle, app lifecycle, and diagnostics.

2025년 11월 6일
ui-automation-workflows
소프트웨어 개발자

Accessibility-first UI automation using IDB. Query accessibility tree (fast, 50 tokens) before screenshots (slow, 170 tokens). Use when automating simulator interactions, tapping UI elements, finding buttons, or testing user flows. Covers idb-ui-describe,…

2025년 11월 6일
accessibility-testing
소프트웨어 품질 보증 분석가·테스터

WCAG compliance testing and accessibility quality assurance workflows for iOS apps. Use when validating accessibility labels, testing VoiceOver compatibility, checking contrast ratios, or ensuring WCAG 2.1 compliance. Covers accessibility tree analysis,…

2025년 11월 6일
crash-debugging
소프트웨어 개발자

Crash log analysis, symbolication, and debugging workflows for iOS apps. Use when investigating app crashes, analyzing crash reports, symbolicating stack traces, or identifying root causes. Covers crash log retrieval, symbolication with dSYM files, stack…

2025년 11월 6일
performance-profiling
소프트웨어 개발자

Instruments integration and performance analysis workflows for iOS apps. Use when profiling CPU usage, memory allocation, network activity, or energy consumption. Covers Time Profiler, Allocations, Leaks, Network instruments, and performance optimization…

2025년 11월 6일
state-management
소프트웨어 개발자

Cache management, configuration best practices, and progressive disclosure patterns for efficient context window usage. Use when working with large responses, optimizing token costs, or managing plugin state across operations.

2025년 11월 6일
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다