Skip to main content
aj-geddes
GitHub クリエイタープロフィール

aj-geddes

3 件の GitHub リポジトリにある 292 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
292
リポジトリ
3
更新
2026年7月3日
リポジトリエクスプローラー

リポジトリと代表的な skills

access-control-rbac
ソフトウェア開発者

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

2026年3月4日
accessibility-compliance
ウェブ・デジタルインターフェースデザイナー

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.

2026年3月4日
accessibility-testing
ソフトウェア品質保証アナリスト・テスター

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.

2026年3月4日
agile-sprint-planning
プロジェクト管理専門家

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.

2026年3月4日
alert-management
ネットワーク・コンピュータシステム管理者

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.

2026年3月4日
android-kotlin-development
ソフトウェア開発者

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.

2026年3月4日
angular-module-design
ソフトウェア開発者

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

2026年3月4日
ansible-automation
ネットワーク・コンピュータシステム管理者

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

2026年3月4日
収集済み skill 257 件中 8 件を表示しています。
bmad-builder
その他コンピュータ職

Meta-skill for scaffolding and validating custom PLANNING/ORCHESTRATION skills within the BMAD Planning & Orchestrator plugin. Produces the full skill directory: SKILL.md, scripts, and templates — all pre-targeted at this plugin's path conventions. Includes a…

2026年6月20日
bmad-architecture
ソフトウェア開発者

Solutioning skill (Winston, the Architect). Produces architecture.md with ADRs and systematic NFR coverage, mapping every FR/NFR from the PRD to a concrete design decision. ONE architecture forces all future parallel dev agents to share the same API style,…

2026年6月20日
bmad-brainstorm
プロジェクト管理専門家

Facilitates structured ideation sessions using proven brainstorming techniques (SCAMPER, SWOT, 5 Whys, Mind Mapping, Six Thinking Hats, Reverse Brainstorming, Starbursting, Brainwriting). Produces a brainstorming-report.md of organized ideas and actionable…

2026年6月20日
bmad-correct-course
プロジェクト管理専門家

CROSS-PHASE mid-stream scope correction. Re-enters planning when requirements, features, architecture, or constraints change after planning has started. Re-shards affected epics/stories, re-sequences sprint-status.yaml, appends rationale to decision-log.md.…

2026年6月20日
bmad-document-project
ソフトウェア開発者

BROWNFIELD planning input. Scans an existing codebase READ-ONLY and writes project-documentation.md — ground truth for stack, structure, key flows, conventions, and integration points — so downstream BMAD planning skills start from reality. Does NOT modify…

2026年6月20日
bmad-epics-and-stories
プロジェクト管理専門家

Solutioning flagship — shards a PRD + architecture into epics.md and individual {epic}.{story}.{slug}.story.md context objects, the LAST planning artifact before external dev handoff. Each story is a self-contained ~8K-token compiled context object: Dev Notes…

2026年6月20日
bmad-handoff
その他コンピュータ職

Emits a dev-tool-agnostic handoff manifest from ready-for-dev stories so an external dev plugin or runner can pick up and execute the work. Use when the user says "generate a handoff", "create handoff manifest", "export stories for dev", "hand off to dev…

2026年6月20日
bmad-help
プロジェクト管理専門家

Orchestration spine and "what do I do next?" router for the BMAD Planning & Orchestrator plugin. Detects current planning state by scanning the output folder for which artifacts exist (project-context.md, decision-log.md, product-brief, prd/tech-spec,…

2026年6月20日
収集済み skill 20 件中 8 件を表示しています。
long-running
ソフトウェア開発者

Orchestrates long-running, multi-iteration tasks with Fable-5-style checkpointing, resume packs, self-paced scheduling, and per-iteration enforcement gates. ALWAYS trigger on "long running task", "keep working", "work overnight", "autonomous loop",…

2026年7月3日
orchestrator
ソフトウェア開発者

Coordinates the 10X Unicorn agent team with cost-aware model tiering, MCP-aware routing, and workflow fan-out. ALWAYS trigger on "implement", "build", "create", "design system", "deploy", "learn new language", "refactor", "fix bug", "set up CI", "code…

2026年7月3日
go
ソフトウェア開発者

Guides Go development with idiomatic patterns, tooling, and project structure. ALWAYS trigger on "go project", "go module", "go mod", "goroutine", "channel", "go test", "go build", "golangci-lint", "go interface", "go error handling", "go concurrency", "go…

2026年3月24日
domain-devops
ネットワーク・コンピュータシステム管理者

Guides the user through containerization, CI/CD pipelines, Kubernetes deployments, observability, and infrastructure management. ALWAYS trigger on "dockerize", "CI/CD", "kubernetes", "deploy", "monitoring", "logging", "metrics", "helm", "infrastructure",…

2026年3月15日
code-reading
ソフトウェア開発者

Strategic code comprehension protocol for navigating existing codebases. ALWAYS trigger on "understand this code", "how does this work", "refactor", "before changing", "legacy code", "code review", "what does this do", "explain this codebase", "walk me…

2026年3月10日
estimation
プロジェクト管理専門家

Guides the user through risk-based task estimation using decomposition, three-point estimates, and PERT formula. ALWAYS trigger on "estimate", "how long will this take", "time to complete", "sizing", "scope this", "effort estimate", "how many hours", "story…

2026年3月10日
javascript
ソフトウェア開発者

Guides JavaScript and TypeScript development with modern tooling and patterns. ALWAYS trigger on "typescript", "javascript", "tsconfig", "eslint", "prettier", "vitest", "jest", "react", "node.js", "express", "npm", "package.json", "type error", "ts error",…

2026年3月10日
language-learning
ソフトウェア開発者

Guides rapid acquisition of new programming languages, frameworks, and paradigms through a structured 5-phase protocol. ALWAYS trigger on "learn Rust", "learn Go", "new language", "pick up a language", "never used X before", "getting started with", "how does…

2026年3月10日
収集済み skill 15 件中 8 件を表示しています。
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました