2525 results (23.0ms) page 44 / 127
mindrally / skills-pwa-development exact

Progressive Web App development guidelines covering service workers, caching strategies, offline functionality, and installability

kasperjunge / agent-resources-legacy-agent-resources-vision exact

North star guidance for the agent-resources project. Use this skill to understand project context, get inspiration for development decisions, and resolve uncertainty about feature priorities or...

nik-kale / sre-skills-production-readiness exact

Comprehensive checklist for production deployment readiness covering reliability, observability, security, and operational requirements. Use when preparing for go-live, launch readiness review,...

HuxleyMc / android-skills-kotlin-coroutines-android exact

Guides implementation of Kotlin coroutines for Android asynchronous programming. Use when writing async code, handling background operations, implementing ViewModels with suspend functions, or...

freenet / freenet-agent-skills-systematic-debugging exact

Methodology for debugging non-trivial problems systematically. This skill should be used automatically when investigating bugs, test failures, or unexpected behavior that isn't immediately...

sealifes / agent-skills-a-report exact

Search for commits within a specified date range on GitHub and generate an A+ project work report (.docx format)

dam2onkid / solo-dev-skills-sui-move exact

Write and test Move smart contracts on Sui blockchain. Use when creating new Move packages, defining modules/structs/functions, implementing objects with key/store abilities, using storage...

rcantarelli11 / shared-skills-moltbot-security exact

Security hardening guide for Moltbot/Clawdbot. Lock down your gateway, fix file permissions, set up auth, configure firewalls. Based on real vulnerability research.

michaelboeding / skills-ios-to-android exact

Use iOS/Swift code as the source of truth and implement the equivalent feature in Android/Kotlin. Understands the feature behavior, data structures, and logic from iOS, then creates idiomatic...

michaelboeding / skills-android-to-ios exact

Use Android/Kotlin code as the source of truth and implement the equivalent feature in iOS/Swift. Understands the feature behavior, data structures, and logic from Android, then creates idiomatic...

johnlindquist / claude-ts-testing exact

Design, implement, and maintain high‑value TypeScript test suites using popular JS/TS testing libraries. Use this skill whenever the user is adding tests, debugging failing tests, or refactoring...

hzqst / cs2-vibesignatures-find-ccsplayercontroller-respawn exact

Find and identify the CCSPlayerController_Respawn function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the Respawn function by...

petekp / agent-skills-autonomous-agent-readiness exact

Assess a codebase's readiness for autonomous agent development and provide tailored recommendations. Use when asked to evaluate how well a project supports unattended agent execution, assess...

itechmeat / llm-code-pydantic-ai exact

Build production AI agents with Pydantic AI: type-safe tools, structured output, embeddings, MCP, 30+ model providers, evals, graphs, and observability.

nctiggy / claude-skills-spectrocloud-clusters exact

Create and manage Spectro Cloud Palette Edge clusters. Covers edge-native deployments including agent mode, appliance mode, and 2-node HA. Both API and Terraform.

ngxtm / devkit-markdown-novel-viewer exact

View markdown files with calm, book-like reading experience via HTTP server. Use for long-form content, documentation preview, novel reading, report viewing, distraction-free reading.

ryanthedev / code-foundations-aposd-optimizing-critical-paths exact

Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX -> CRITICAL PATH REDESIGN. Use when code is too slow, laggy, hangs, doesn't scale,...