Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

aiee-skills

aiee-skills には ai-enhanced-engineer から収集した 102 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
102
Stars
3
更新
2026-06-17
Forks
0
職業カバレッジ
8 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

product-sprint-planning
プロジェクト管理専門家

Sprint planning patterns including effort estimation, cross-project validation, ticket refinement workflows, two-validator parallel intent-only refinement, Foundation→Gates ticket pairs, workstream split thresholds, and hub/per-project reconciliation. Use for sprint capacity planning, ticket validation, dependency discovery, tier-gated dispatch, strategic pivots, or coordinating multi-agent ticket processing.

2026-06-17
ai-video-understanding
ソフトウェア開発者

Multimodal AI patterns for extracting structured information from video using Gemini, GPT-4o, and Claude vision. Frame sampling strategies, structured output with Pydantic, temporal reasoning, and cost optimization. Use for video analysis, report generation from video, and visual inspection.

2026-06-16
apple-foundation-models
ソフトウェア開発者

Apple Foundation Models framework for on-device AI. LanguageModelSession, @Generable macro, structured output, token management, and availability checking.

2026-06-16
arch-ddd
ソフトウェア開発者

Tactical DDD patterns for clean Python architecture including Domain Model, Repository, Service Layer, Unit of Work, and Aggregates. Use for backend architecture decisions, implementing data access layers, separating business logic from infrastructure, or reviewing code separation.

2026-06-16
arch-decision-records
ソフトウェア開発者

Architecture Decision Records (ADRs) for documenting significant technical decisions. Use for capturing decision context, rationale, consequences, and maintaining decision history.

2026-06-16
arch-diagrams
ソフトウェア開発者

Architecture visualization patterns using Mermaid and ASCII diagrams. Use for service flows, sequence diagrams, C4 models, decision matrices, or expressing architectural ideas visually.

2026-06-16
arch-events
ソフトウェア開発者

Event-driven architecture patterns for Python including Domain Events, Commands, Message Bus, CQRS, and Bootstrap. Use for implementing event sourcing, decoupled workflows, reactive systems, microservices integration, or making decisions about event-driven design.

2026-06-16
arch-mvp-roadmap
プロジェクト管理専門家

MVP definition, MoSCoW prioritization, and phased delivery planning. Use for scoping minimum viable products, ordering features by value and dependency, or creating implementation roadmaps.

2026-06-16
arch-python-modern
ソフトウェア開発者

Modern Python 3.10+ development standards including type hints, async patterns, pathlib, dataclasses, and recommended tooling (uv, Ruff, pytest). Use for Python code review, new feature implementation, refactoring legacy code, or making architecture decisions about Python projects.

2026-06-16
aws-app-runner
ネットワーク・コンピュータシステム管理者

AWS App Runner and ECS Express Mode deployment patterns for stateless Python services. Use when deploying containerized APIs, configuring health checks, managing auto-scaling, or migrating from App Runner to ECS Express Mode.

2026-06-16
aws-cicd-patterns
ソフトウェア開発者

CI/CD patterns for AWS using GitHub Actions, ECR, and App Runner/ECS Express Mode. Use for deployment pipelines, container image management, OIDC authentication, or automating deployments to AWS services.

2026-06-16
aws-security-hardening
情報セキュリティアナリスト

AWS security hardening patterns including IAM least privilege, GitHub OIDC federation, Secrets Manager, and container security. Use for securing AWS resources, eliminating long-lived credentials, IAM trust policy configuration, or implementing defense in depth.

2026-06-16
azure-functions-python-v2
ソフトウェア開発者

Azure Functions Python v2 programming model patterns for Service Bus-triggered services. Covers function_app.py shape, host.json for Premium SKU + Service Bus extension v5, lazy-init startup-state pattern, DefaultAzureCredential reuse, identity-based connections, custom container deployment, and the Dynatrace Functions extension. Use when migrating a long-lived worker/consumer to Functions, building a new Functions Service Bus consumer, or assessing Functions feasibility for an existing async-Python codebase. Call for function_app.py, service_bus_queue_trigger, func.FunctionApp, host.json, azure functions python v2 programming model, dynatrace functions extension.

2026-06-16
azure-identity-m2m-auth
ソフトウェア開発者

Azure AD machine-to-machine authentication for Python services using azure-identity (DefaultAzureCredential, ManagedIdentityCredential, ClientSecretCredential) and MSAL (ConfidentialClientApplication). Covers KeyVault secret access, token caching, Managed Identity vs Service Principal decision, and AKS Workload Identity. Use for service-to-service auth, KeyVault integration, and credential rotation in Azure-hosted Python microservices.

2026-06-16
azure-service-bus-messaging
ソフトウェア開発者

Azure Service Bus async producer/consumer patterns with azure-servicebus 7.x — singleton credential, AutoLockRenewer for long jobs, dead-letter queue routing, Pydantic event schemas per queue, state-machine idempotency. Use for queue-based microservices, document processing pipelines, or async workflows on Azure. See `arch-events` for event-driven concepts.

2026-06-16
azure-workflow-execution-models
ソフトウェア開発者

Time-bound reference for comparing Camunda, Azure Functions, Dapr, and KEDA as workflow execution models in Azure-native environments. Use when evaluating execution model candidates for a service orchestration layer, or when assessing claims about these technologies in architecture comparison artifacts. Call for Camunda Python SDK, Zeebe streaming, Dapr CNCF status, Azure Functions timeout, KEDA workload identity, or any freshness check on vendor-specific execution-model facts.

2026-06-16
caddy-tls-proxy
ネットワーク・コンピュータシステム管理者

Caddy as a zero-config TLS reverse proxy for single-service EC2 deployments. Auto-provisioned Let's Encrypt certs, 3-line Caddyfile, systemd integration. Use when terminating HTTPS on EC2 for a Dockerized service, avoiding ALB costs, or replacing nginx+certbot.

2026-06-16
compliance-frameworks
情報セキュリティアナリスト

Security and privacy compliance patterns for B2B SaaS. Use for SOC 2 audit preparation, GDPR compliance, audit logging, PII handling, data subject rights, or building compliance controls into features.

2026-06-16
design-system-workflow
ウェブ・デジタルインターフェースデザイナー

Human-in-loop design system workflow using AI generation (Gemini) for brand identity exploration, dual-format token output (CSS + Swift), and WCAG contrast validation. Use when establishing a brand identity for a new product, generating design tokens for web and iOS, or validating a color palette against WCAG contrast requirements.

2026-06-16
dev-debugging-strategies
ソフトウェア開発者

Systematic production debugging patterns including hypothesis-driven investigation, temporal regression analysis, and environment-first triage. Use when diagnosing production failures, investigating regressions, or debugging issues without an obvious root cause. Call for recently broken features, hypothesis enumeration, or root cause analysis.

2026-06-16
dev-standards
ソフトウェア開発者

Development standards for Python projects including code style, git conventions, testing patterns, timing measurement, and validation requirements. Use when writing code, reviewing PRs, or making commits. Loaded by all implementation agents.

2026-06-16
docker-python-poetry
ソフトウェア開発者

Multi-stage Docker builds for Poetry-based Python services. Specializes the Poetry export pattern, production uvicorn configuration, slim-bullseye base image choice, and BuildKit layer caching. Sibling skill to docker-python (which covers Python 3.12 / Trixie / OpenCV foundations). Use for production Dockerfiles for FastAPI/uvicorn services using Poetry as the dependency manager.

2026-06-16
docker-python
ソフトウェア開発者

Docker patterns for Python 3.12+ applications. Debian Trixie breaking changes, OpenCV dependencies, setuptools compatibility, and port mapping verification. Use when building Dockerfiles for Python services.

2026-06-16
fastapi-patterns
ソフトウェア開発者

Modern FastAPI 0.111+ production patterns for Python services — async lifespan, Pydantic v2 schemas, dependency injection, middleware ordering, structured exception handlers, router composition. Use for FastAPI endpoint design, service composition, API contract evolution, and migrating from `@app.on_event` / Pydantic v1.

2026-06-16
ffmpeg-laravel-video
ソフトウェア開発者

FFmpeg integration with Laravel for video processing. Thumbnail generation, format conversion, video metadata extraction, streaming. Use for video upload features, thumbnail generation, or media processing.

2026-06-16
formik-yup-react-native
ウェブ開発者

Formik + Yup for React Native. TextInput integration, mobile validation UX, error timing. Use when building mobile forms with validation, handling keyboard/focus UX, or wiring Yup schemas to Formik in RN.

2026-06-16
frontend-accessibility
ウェブ・デジタルインターフェースデザイナー

Web accessibility patterns for WCAG 2.1 AA compliance including ARIA, keyboard navigation, screen reader support, contrast ratios, touch targets, design-token contrast safety, and Svelte-specific implementations. Use for accessibility audits, a11y implementation, ADA compliance, or inclusive design.

2026-06-16
frontend-angular-ai
ソフトウェア開発者

AI integration patterns for Angular applications using Genkit, Firebase AI Logic, or Gemini API. Includes streaming responses, tool calling, and RAG patterns. Use when building AI-powered features in Angular apps.

2026-06-16
frontend-angular
ソフトウェア開発者

Modern Angular 21+ patterns including signals, standalone components, zoneless change detection, and new control flow syntax (@if, @for). Use for Angular architecture decisions, implementing components with latest APIs, computed signal chains, select binding, ngModel two-way binding, or CanDeactivate guard patterns.

2026-06-16
frontend-angular-tooling
ソフトウェア開発者

Angular CLI and MCP server integration for AI-assisted development. Includes Web Codegen Scorer for code quality, CLI commands, and project scaffolding. Use when setting up Angular projects, running ng generate, or evaluating AI-generated code quality.

2026-06-16
frontend-design-systems
ウェブ・デジタルインターフェースデザイナー

Integrating design systems (Material Design, Carbon, etc.) into existing sites while preserving brand identity and design tokens. Use for design system adoption, brand preservation, visual consistency improvements, and subtle UX enhancements. Call for any work involving design tokens, CSS token bridges, or component-level design system integration.

2026-06-16
frontend-material-chat
ウェブ・デジタルインターフェースデザイナー

Material Design 3 patterns for chat widget components. Use for status indicators, input fields, empty states, message bubbles, or typing indicators in chat UIs.

2026-06-16
frontend-material-design-3
ウェブ・デジタルインターフェースデザイナー

Material Design 3 (Material You) patterns for dashboards and web apps. Use for M3 components, design tokens, color system, tonal elevation, navigation patterns, canonical layouts, or dashboard layouts. Covers Angular Material and Svelte implementations.

2026-06-16
frontend-svelte
ソフトウェア開発者

Svelte 5 and SvelteKit production patterns — runes-based reactivity, stores, Web Components, Shadow DOM, and performance optimization. Use for frontend architecture decisions or implementing complex UI components.

2026-06-16
gcp-cicd-patterns
ソフトウェア開発者

Cloud-native CI/CD patterns for GCP using Cloud Build, Cloud Deploy, and GitOps. Use for pipeline design, deployment strategies (canary, blue-green), artifact management, or automating deployments to Cloud Run and GKE.

2026-06-16
gcp-cloud-run
ネットワーク・コンピュータシステム管理者

Cloud Run deployment patterns for stateless, scalable Python services. Use when deploying to Cloud Run, configuring health checks, optimizing cold starts, or troubleshooting container issues.

2026-06-16
gcp-cloudsql-infrastructure
データベースアーキテクト

Cloud SQL PostgreSQL infrastructure provisioning and operations. Machine type selection, storage sizing, HA configuration, backup strategies, VPC networking. Use when configuring Cloud SQL instances, planning database capacity, setting up backups, or designing high availability.

2026-06-16
gcp-finops
ソフトウェア開発者

GCP cost engineering and financial operations. Analyze billing, optimize resources, manage budgets, reduce spending. Use when discussing GCP costs, budget optimization, pricing decisions, cost analysis, or spend management.

2026-06-16
gcp-observability
ソフトウェア開発者

Cloud-native observability patterns for GCP using Cloud Monitoring, Cloud Logging, and SLO-based alerting. Use for metrics design, dashboard creation, burn-rate alerting, or implementing SRE practices.

2026-06-16
gcp-security-hardening
情報セキュリティアナリスト

GCP security hardening patterns including IAM best practices, Workload Identity Federation (WIF), zero trust architecture, binary authorization, and container security. Use for securing GCP resources, eliminating service account keys, or implementing defense in depth.

2026-06-16
このリポジトリの収集済み skills 102 件中、上位 40 件を表示しています。