aj-geddes/useful-ai-prompts
These skills were imported into SkillJury from the public skills ecosystem.
ios-swift-development
by aj-geddes/useful-ai-prompts
Build high-performance native iOS applications using Swift with modern frameworks including SwiftUI, Combine, and async/await patterns.
nodejs-express-server
by aj-geddes/useful-ai-prompts
Create robust Express.js applications with proper routing, middleware chains, authentication mechanisms, and database integration following industry best practices.
markdown-documentation
by aj-geddes/useful-ai-prompts
Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM).
rest-api-design
by aj-geddes/useful-ai-prompts
Design REST APIs that are intuitive, consistent, and follow industry best practices for resource-oriented architecture.
android-kotlin-development
by aj-geddes/useful-ai-prompts
Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI.
architecture-diagrams
by aj-geddes/useful-ai-prompts
Create clear, maintainable architecture diagrams using code-based diagramming tools like Mermaid and PlantUML for system design, data flows, and technical documentation.
wireframe-prototyping
by aj-geddes/useful-ai-prompts
Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development.
ansible-automation
by aj-geddes/useful-ai-prompts
Automate infrastructure provisioning, configuration management, and application deployment across multiple servers using Ansible playbooks, roles, and dynamic inventory management.
css-architecture
by aj-geddes/useful-ai-prompts
Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions.
nginx-configuration
by aj-geddes/useful-ai-prompts
Master Nginx configuration for production-grade web servers, reverse proxies, load balancing, SSL termination, caching, and API gateway patterns with advanced performance tuning.
responsive-web-design
by aj-geddes/useful-ai-prompts
Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences.
user-story-writing
by aj-geddes/useful-ai-prompts
Well-written user stories communicate requirements in a user-focused way, facilitate discussion, and provide clear acceptance criteria for developers and testers.
jenkins-pipeline
by aj-geddes/useful-ai-prompts
Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow.
api-security-hardening
by aj-geddes/useful-ai-prompts
Implement comprehensive API security measures including authentication, authorization, rate limiting, input validation, and attack prevention to protect against common vulnerabilities.
mobile-app-testing
by aj-geddes/useful-ai-prompts
Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing.
flutter-development
by aj-geddes/useful-ai-prompts
Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration.
aws-lambda-functions
by aj-geddes/useful-ai-prompts
AWS Lambda enables you to run code without provisioning or managing servers. Build serverless applications using event-driven triggers, pay only for compute time consumed, and scale automatically with workload.
api-contract-testing
by aj-geddes/useful-ai-prompts
Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently.
flask-api-development
by aj-geddes/useful-ai-prompts
Create efficient Flask APIs with blueprints for modular organization, SQLAlchemy for ORM, JWT authentication, comprehensive error handling, and proper request validation following REST principles.
technical-specification
by aj-geddes/useful-ai-prompts
Create comprehensive technical specifications that define system requirements, architecture, implementation details, and acceptance criteria for software projects.
mobile-first-design
by aj-geddes/useful-ai-prompts
Mobile-first design prioritizes small screens as the starting point, ensuring core functionality works on all devices while leveraging larger screens for enhanced experience.
fastapi-development
by aj-geddes/useful-ai-prompts
Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration.
docker-containerization
by aj-geddes/useful-ai-prompts
Build production-ready Docker containers following best practices for security, performance, and maintainability.
ruby-rails-application
by aj-geddes/useful-ai-prompts
Build comprehensive Ruby on Rails applications with proper model associations, RESTful controllers, Active Record queries, authentication systems, middleware chains, and view rendering following Rails conventions.