aj-geddes

92 mods across 4 repositories, 822 stars between them.

bmad-spec

25

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Distills ANY messy input — brain dump, transcript, long PRD, stakeholder notes, feature request, voice memo — into a tight five-field SPEC.md kernel that any downstream planning skill can consume. The five fields are: Problem, Capabilities, Constraints, Non-Goals, Success Metrics. Use when the user says "create a…

480 2mo ago A 184 tokens

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Orchestration handoff bridge: emits and maintains sprint-status.yaml as the project's sequencing system-of-record. Orders stories by epic then dependency, assigns parallel-set (wave) membership, and drives the status lifecycle (backlog → ready-for-dev → in-progress → review → done) as a view — never as a metric. Use…

480 2mo ago A 230 tokens

bmad-tech-spec

27

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Quick Flow lightweight technical specification for small-scope work (1-15 stories). Replaces the full PRD + architecture pair when scope is small and requirements are clear. Produces bmad-output/tech-spec.md as the single planning artifact before story creation. Use when the user says: "write a tech spec", "create a…

480 2mo ago A 202 tokens

bmad-ux

28

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Solutioning-phase UX planning skill (optional; activate when the project has a UI). Produces TWO planning documents: DESIGN.md (the visual system — design tokens, color palette, typography, spacing, component specs, WCAG 2.1 AA contract) and EXPERIENCE.md (user journeys, flow diagrams, screen states…

480 2mo ago A 181 tokens

index

29

aj-geddes/claude-code-bmad-skills

Command

Complete reference for all 20 BMAD Planning & Orchestrator skills. Invoked as /bmad-planning-orchestrator: or auto-triggered by Claude. Includes migration map from old slash commands.

480 2mo ago A 44 tokens

aj-geddes/useful-ai-prompts

Instructions file

Instructions for aj-geddes/useful-ai-prompts, covering claude.md, repository overview, key commands, development commands and install dependencies.

326 6mo ago A 1,341 tokens original MIT

A/B Test Analysis

31

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Design and analyze A/B tests, calculate statistical significance, and determine sample sizes for conversion optimization and experiment validation.

326 6mo ago A 26 tokens original MIT

access-control-rbac

32

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with fine-grained permissions.

326 6mo ago A 34 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

326 6mo ago A 52 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Test web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility test, a11y, axe, ARIA, keyboard navigation, screen reader compatibility, and WCAG validation.

326 6mo ago A 45 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily standups to maximize team productivity and deliver value incrementally.

326 6mo ago A 44 tokens original MIT

alert-management

36

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when setting up alerting systems, managing on-call schedules, or coordinating incident response.

326 6mo ago A 36 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigation architecture.

326 6mo ago A 38 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angular applications with proper separation of concerns.

326 6mo ago A 30 tokens original MIT

Anomaly Detection

39

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Identify unusual patterns, outliers, and anomalies in data using statistical methods, isolation forests, and autoencoders for fraud detection and quality monitoring.

326 6mo ago A 32 tokens original MIT

ansible-automation

40

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Infrastructure automation and configuration management using Ansible playbooks, roles, and inventory. Use for deploying applications, patching, and managing servers.

326 6mo ago A 33 tokens original MIT

api-authentication

41

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement secure API authentication with JWT, OAuth 2.0, API keys, and session management. Use when securing APIs, managing tokens, or implementing user authentication flows.

326 6mo ago A 38 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Document API changes, breaking changes, migration guides, and version history for APIs. Use when documenting API versioning, breaking changes, or creating API migration guides.

326 6mo ago A 38 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Verify API contracts between services to ensure compatibility and prevent breaking changes. Use for contract testing, Pact, API contract validation, schema validation, and consumer-driven contracts.

326 6mo ago A 36 tokens original MIT

api-error-handling

44

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement comprehensive API error handling with standardized error responses, logging, monitoring, retry logic, and validation patterns. Use when building resilient APIs, debugging issues, improving error reporting, implementing retry logic, handling HTTP error codes, managing API timeouts, designing error response…

326 6mo ago A 64 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement advanced filtering and sorting capabilities for APIs with query parsing, field validation, and optimization. Use when building search features, complex queries, or flexible data retrieval endpoints.

326 6mo ago A 39 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Configure API gateways for routing, authentication, rate limiting, and request/response transformation. Use when deploying microservices, setting up reverse proxies, or managing API traffic.

326 6mo ago A 39 tokens original MIT

api-pagination

47

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, managing large result sets, or optimizing query performance.

326 6mo ago A 38 tokens original MIT

api-rate-limiting

48

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when protecting APIs from abuse, managing traffic, or implementing tiered rate limits.

326 6mo ago A 40 tokens original MIT