TheSoftwareHouse/tsh-writing-hooks
Custom hook and composable patterns — naming, composition, stable return shapes, lifecycle cleanup, and testing strategies. Use when writing reusable logic units (React hooks, Vue composables), refactoring logic into hooks, debugging hook behavior, or reviewing hook implementations.
↵ npx skillhub install TheSoftwareHouse/copilot-collections/tsh-writing-hooks
rmyndharis/llm-evaluation
Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.
↵ npx skillhub install rmyndharis/antigravity-skills/llm-evaluation
rmyndharis/pci-compliance
Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.
↵ npx skillhub install rmyndharis/antigravity-skills/pci-compliance
CharlesWiltgen/axiom-swift-concurrency
Use when you see 'actor-isolated', 'Sendable', 'data race', '@MainActor' errors, or when asking 'why is this not thread safe', 'how do I use async/await', 'what is @MainActor for', 'my app is crashing with concurrency errors', 'how do I fix data races' - Swift 6 strict concurrency patterns with actor isolation and async/await
↵ npx skillhub install CharlesWiltgen/Axiom/axiom-swift-concurrency
CharlesWiltgen/axiom-privacy-ux
Use when implementing privacy manifests, requesting permissions, App Tracking Transparency UX, or preparing Privacy Nutrition Labels - covers just-in-time permission requests, tracking domain management, and Required Reason APIs from WWDC 2023
↵ npx skillhub install CharlesWiltgen/Axiom/axiom-privacy-ux
thedaviddias/external-links
Use when auditing content pages for citation quality, suggesting authoritative sources to link for factual claims, or reviewing whether a page's external link attributes (nofollow, noopener) are correctly set.
↵ npx skillhub install thedaviddias/Front-End-Checklist/external-links
amazingloft999-droid/migrate-to-shoehorn
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
↵ npx skillhub install amazingloft999-droid/mattpocock-skills/migrate-to-shoehorn
rmyndharis/embedding-strategies
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
↵ npx skillhub install rmyndharis/antigravity-skills/embedding-strategies
dotnet/triage
Triage a dotnet/source-build GitHub issue. Reads the issue body, classifies it by area/kind/severity, checks for blocking impact, suggests an owner based on recent issue activity, and posts a structured triage comment in restricted mode. Use when asked "triage issue", "triage #1234", "classify this issue", or "run triage pass".
↵ npx skillhub install dotnet/source-build/triage