Skip to main content
conorluddy
GitHub-Creator-Profil

conorluddy

Repository-Ansicht von 43 gesammelten Skills in 9 GitHub-Repositories.

gesammelte Skills
43
Repositories
9
aktualisiert
4. Sept. 2026
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

vestige-scan-sessions
Softwareentwickler

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?",…

14. Juni 2026
vestige-sources
Ablagesachbearbeiter

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…

8. Mai 2026
vestige-trace-list
Netzwerk- und Computersystemadministratoren

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".…

8. Mai 2026
vestige-trace-replay
Softwarequalitätssicherungsanalysten und -tester

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…

8. Mai 2026
vestige-trace-show
Softwareentwickler

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…

8. Mai 2026
vestige-why
Datenbankarchitekten

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…

8. Mai 2026
vestige-review
Softwarequalitätssicherungsanalysten und -tester

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…

1. Mai 2026
vestige-auto-memorise
Allgemeine Bürokräfte

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…

1. Mai 2026
Es werden 8 von 17 gesammelten Skills angezeigt.
swift-accessibility-agent
nicht klassifiziert

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,…

4. Sept. 2026
spec-speak
Softwareentwickler

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…

1. Aug. 2026
claude-md-kit
Softwareentwickler

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…

1. Aug. 2026
ios-aso
Marktforschungsanalysten und Marketingspezialisten

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,…

2. Mai 2026
code-review
Softwarequalitätssicherungsanalysten und -tester

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…

19. Apr. 2026
team-work
Sonstige Computerberufe

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…

18. Apr. 2026
and-then
Projektmanagementspezialisten

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.

13. Apr. 2026
openhue
Softwareentwickler

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…

13. Apr. 2026
Es werden 8 von 11 gesammelten Skills angezeigt.
ios-testing-patterns
Softwarequalitätssicherungsanalysten und -tester

XCTest and XCUITest execution workflows and flaky test detection patterns

8. Nov. 2025
xcode-workflows
Softwareentwickler

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.

8. Nov. 2025
simulator-workflows
Softwareentwickler

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.

6. Nov. 2025
ui-automation-workflows
Softwareentwickler

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,…

6. Nov. 2025
accessibility-testing
Softwarequalitätssicherungsanalysten und -tester

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,…

6. Nov. 2025
crash-debugging
Softwareentwickler

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…

6. Nov. 2025
performance-profiling
Softwareentwickler

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…

6. Nov. 2025
state-management
Softwareentwickler

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.

6. Nov. 2025
9 von 9 Repositories angezeigt
Alle Repositories angezeigt