Logo
Agent Skills Guide
All SkillsCategoryTags>Publishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Publishers
  3. aj-geddes/useful-ai-prompts
aj-geddes/useful-ai-prompts logo

aj-geddes/useful-ai-prompts

A curated collection of useful AI prompts for various tasks and use cases

16 skills published40 starsGitHub

Computer Vision

@aj-geddes/useful-ai-prompts

52

Implement computer vision tasks including image classification, object detection, segmentation, and pose estimation using PyTorch and TensorFlow

Data & AI

concurrency-patterns

@aj-geddes/useful-ai-prompts

40

Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel operations, race conditions, or building high-performance concurrent systems.

Software Development

graceful-shutdown

@aj-geddes/useful-ai-prompts

40

Implement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and clean up resources properly. Use when deploying containerized applications, handling server restarts, or ensuring zero-downtime deployments.

DevOps & Infrastructure

mutation-testing

@aj-geddes/useful-ai-prompts

40

Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, test quality, mutant detection, Stryker, PITest, and test effectiveness analysis.

Software Development

mobile-offline-support

@aj-geddes/useful-ai-prompts

40

Implement offline-first mobile apps with local storage, sync strategies, and conflict resolution. Covers AsyncStorage, Realm, SQLite, and background sync patterns.

Software Development

data-encryption

@aj-geddes/useful-ai-prompts

40

Implement strong encryption using AES, RSA, TLS, and proper key management. Use when securing data at rest, in transit, or implementing end-to-end encryption.

DevOps & Infrastructure

session-management

@aj-geddes/useful-ai-prompts

40

Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token lifecycle, and securing sessions.

Software Development

accessibility-compliance

@aj-geddes/useful-ai-prompts

40

Implement WCAG 2.1/2.2 accessibility standards, screen reader compatibility, keyboard navigation, and a11y testing. Use when building inclusive web applications, ensuring regulatory compliance, or improving user experience for people with disabilities.

Software Development

vulnerability-scanning

@aj-geddes/useful-ai-prompts

40

Automated vulnerability detection using OWASP tools, CVE databases, and security scanners. Use when performing security audits, compliance checks, or continuous security monitoring.

DevOps & Infrastructure

synthetic-monitoring

@aj-geddes/useful-ai-prompts

40

Implement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use when creating end-to-end test scenarios, monitoring API flows, or validating user workflows.

DevOps & Infrastructure

infrastructure-cost-optimization

@aj-geddes/useful-ai-prompts

40

Optimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduction strategies.

DevOps & Infrastructure

database-schema-documentation

@aj-geddes/useful-ai-prompts

40

Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.

Data & AI

websocket-implementation

@aj-geddes/useful-ai-prompts

40

Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.

Software Development

flask-api-development

@aj-geddes/useful-ai-prompts

40

Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response handling. Use when building RESTful APIs, microservices, or lightweight web services with Flask.

Software Development

dns-management

@aj-geddes/useful-ai-prompts

40

Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.

DevOps & Infrastructure

code-generation-template

@aj-geddes/useful-ai-prompts

40

Generate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, and template engines. Use when generating code, scaffolding projects, creating boilerplate, or using templates.

Software Development