productivity▌
6,493 indexed skills · max 10 per page
ios-security
dpearson2699/swift-ios-skills · Productivity
Secure iOS apps with Keychain, CryptoKit, biometric authentication, and Apple security best practices. \n \n Covers Keychain Services for credential storage, Data Protection file classes, and CryptoKit for encryption, hashing, and HMAC operations \n Includes Secure Enclave key storage, biometric authentication with LocalAuthentication (Face ID/Touch ID), and LAContext configuration \n Enforces App Transport Security (ATS) requirements, certificate pinning patterns, and explains kSecAttrAccessibl
tdd-workflow
sickn33/antigravity-awesome-skills · Productivity
Test-Driven Development workflow guiding the RED-GREEN-REFACTOR cycle. \n \n Structured three-phase cycle: write failing tests (RED), implement minimal code to pass (GREEN), then improve code quality (REFACTOR) \n Emphasizes behavior-driven test design using the AAA pattern (Arrange, Act, Assert) with one assertion per test \n Provides test prioritization guidance (happy path, error cases, edge cases, performance) and identifies anti-patterns to avoid \n Supports multi-agent workflows where diff
creating-oracle-to-postgres-migration-bug-report
github/awesome-copilot · Productivity
Use the template in references/BUG-REPORT-TEMPLATE.md. Each report must include:
swap-integration
uniswap/uniswap-ai · Productivity
Integrate Uniswap swaps into frontends, backends, and smart contracts. \n \n Three integration methods: Trading API (recommended for most use cases), Universal Router SDK (direct control), and smart contract integration via encoded commands \n Supports multiple routing types including CLASSIC AMM swaps, UniswapX Dutch auctions (V2/V3), MEV-protected priority orders, and wrap/unwrap operations across all supported chains \n Critical implementation details: spread quote responses into request bodi
monetization-strategy
eronred/aso-skills · Productivity
You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction.
d1-drizzle-schema
jezweb/claude-skills · Productivity
Generate Drizzle ORM schemas for Cloudflare D1 with D1-specific SQLite patterns and constraints. \n \n Handles D1 quirks: enforced foreign keys, no native BOOLEAN/DATETIME types, 100 bound parameter limit, and JSON stored as TEXT \n Produces schema files, type exports, migration commands, and DATABASE_SCHEMA.md documentation \n Includes bulk insert batching logic and D1 runtime query patterns for Workers \n Reference guides cover D1 vs standard SQLite differences, column type patterns, and migra
inbox
boshu2/agentops · Productivity
Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications.
skill-authoring
microsoft/github-copilot-for-azure · Productivity
Guidelines and validation for writing Agent Skills compliant with agentskills.io specification. \n \n Covers skill structure (SKILL.md, references/, scripts/), frontmatter constraints (name format, description limits), and token budgets (SKILL.md <5000 tokens, references <1000 each) \n Enforces metadata best practices: use WHEN: trigger phrases in descriptions, avoid DO NOT USE FOR: keywords, keep descriptions under 60 words \n Implements progressive disclosure with just-in-time refere
axiom-vision
charleswiltgen/axiom · Productivity
Apple Vision Framework for computer vision tasks: subject segmentation, pose detection, text recognition, barcode scanning, and document processing. \n \n Covers 13+ Vision APIs across subject lifting, hand/body pose, person segmentation, text OCR, barcode detection, and document scanning with decision trees for choosing the right tool \n Includes 15 production patterns: combining APIs to exclude hands from objects, real-time gesture recognition, multi-person segmentation, fitness action classif
salesforce-development
davila7/claude-code-templates · Productivity
Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations.