Skip to main content
conorluddy
Profil créateur GitHub

conorluddy

Vue par dépôt de 43 skills collectés dans 9 dépôts GitHub.

skills collectés
43
dépôts
9
mis à jour
4 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

vestige-scan-sessions
Développeurs de logiciels

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 juin 2026
vestige-sources
Préposés aux dossiers

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
Administrateurs de réseaux et de systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Architectes de bases de données

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
Analystes en assurance qualité des logiciels et testeurs

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
Commis de bureau généraux

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
Affichage de 8 skills collectés sur 17.
swift-accessibility-agent
non classé

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
Développeurs de logiciels

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 août 2026
claude-md-kit
Développeurs de logiciels

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 août 2026
ios-aso
Analystes en études de marché et spécialistes en marketing

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
Analystes en assurance qualité des logiciels et testeurs

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 avr. 2026
team-work
Autres occupations informatiques

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 avr. 2026
and-then
Spécialistes en gestion de projets

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 avr. 2026
openhue
Développeurs de logiciels

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 avr. 2026
Affichage de 8 skills collectés sur 11.
ios-testing-patterns
Analystes en assurance qualité des logiciels et testeurs

XCTest and XCUITest execution workflows and flaky test detection patterns

8 nov. 2025
xcode-workflows
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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 dépôts affichés sur 9
Tous les dépôts sont affichés