Skip to main content

このリポジトリの skills

yanacuti1121/Yana-AI - 22ページ

SkillsMP は yanacuti1121/Yana-AI から 1,566 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

yanacuti1121/Yana-AI

収集済み skill 1,566 件中 40 件を表示しています。

職業分類
情報セキュリティアナリスト
説明

Deploy Google BeyondCorp Enterprise zero trust access controls using Identity-Aware Proxy (IAP), context-aware access policies, device trust validation, and Access Context Manager to enforce identity and posture-based access to GCP resources and internal…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Implement HashiCorp Boundary for identity-aware zero trust infrastructure access management with dynamic credential brokering, session recording, and Vault integration.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

In-memory vector index with JSON persistence for small-scale agent RAG. Upsert/query/delete embeddings, cosine similarity search, JSON snapshot save/load, and memory-budget enforcement. Sources: wseagar/vector-storage.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Run and document production incidents — severity classification, incident commander role, communication cadence, triage steps, post-incident review (PIR/postmortem) generation, and action item tracking. Use when asked about "incident response", "how to run an…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Semantic codebase ingestion — given a topic or repo URL, agent maps the dependency graph, identifies key entry points, filters noise files, and synthesizes a structured spec. BloopAI-inspired semantic search over code at macro scale. Triggered by /ingest-repo.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Học hành vi từ session thực tế — tạo atomic instincts với confidence scoring, tự động activate khi gặp pattern tương tự. Bản đơn giản hơn continuous-learning-v2.

原文の言語: ベトナム語

更新
職業分類
情報セキュリティアナリスト
説明

This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD pipelines. It addresses configuring baseline, full, and API scans against running applications, interpreting ZAP findings, tuning scan policies, and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

This skill covers integrating Static Application Security Testing (SAST) tools—CodeQL and Semgrep—into GitHub Actions CI/CD pipelines. It addresses configuring automated code scanning on pull requests and pushes, tuning rules to reduce false positives,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Intercepts and analyzes HTTP/HTTPS traffic from mobile applications using Burp Suite proxy to identify insecure API communications, authentication flaws, data leakage, and server-side vulnerabilities. Use when performing mobile application penetration…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Investigates insider threat indicators including data exfiltration attempts, unauthorized access patterns, policy violations, and pre-departure behaviors using SIEM analytics, DLP alerts, and HR data correlation. Use when SOC teams receive insider threat…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Investigates phishing email incidents from initial user report through header analysis, URL/attachment detonation, impacted user identification, and containment actions using SOC tools like Splunk, Microsoft Defender, and sandbox analysis platforms. Use when…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identify, collect, and analyze ransomware attack artifacts to determine the variant, initial access vector, encryption scope, and recovery options.

原文の言語: 英語

更新
職業分類
財務・投資アナリスト
説明

4-agent parallel investment research team modeled after legendary investors. business-analyst (Duan Yongping lens), financial-analyst (Buffett lens), industry-researcher (Munger lens), risk-assessor (Li Lu lens). team-lead synthesizes into a single verdict.…

原文の言語: ベトナム語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Istio service mesh traffic management for agent clusters. VirtualService routing, DestinationRule load balancing, circuit breaking, canary deployments, mTLS policies, and fault injection. Sources: istio/istio (Apache-2.0).

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Jaeger distributed trace collection and visualization. OTLP ingest, sampling strategies, trace analysis, latency bottleneck detection, and agent chain root-cause analysis. Sources: jaegertracing/jaeger (Apache-2.0).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Production-grade RAG system patterns — keyword search foundations + vector hybrid retrieval, FastAPI, OpenSearch, Airflow pipelines. Dùng khi build RAG cho production.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Jepsen-style distributed system fault injection patterns. Network partition simulation, clock skew injection, process kill scenarios, linearizability checkers, and fault-tolerance test design. Sources: jepsen-io/jepsen (EPL-1.0).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Coding Interview University — John Washam's CS study plan để land job tại FAANG. Data structures, algorithms, system design. Checklist-based, forked 400K+. CC BY-SA 4.0.

原文の言語: 判定不能

更新
職業分類
ソフトウェア開発者
説明

JWT/JWS/JWE token patterns for Swarm Bus agent identity. Sign JWTs with ES256/RS256, verify claims, encrypt payloads with JWE (A256GCM), short-lived token rotation, and agent-to-agent bearer auth. Sources: panva/jose.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Kubernetes JavaScript client for agent-driven cluster operations. Pod CRUD, Deployment scaling, namespace isolation, ConfigMap injection, log streaming, and exec into containers. Sources: kubernetes-client/javascript (Apache-2.0).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Kubernetes Custom Resource Definitions and controller reconciliation loop patterns. CRD schema design, controller-runtime reconciler, desired-state diffing, and agent lifecycle as a K8s-native resource. Sources: kubernetes/kubernetes (Apache-2.0).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

SQLite task board for structured multi-agent parallelization. Workers claim tasks, send heartbeats, request approval gates, and spawn child tasks. Use when orchestrating 3+ parallel agents on a complex project with dependencies.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Khoj — open-source self-hostable AI second brain: chat với docs + web, semantic search, custom agents, image gen, TTS. Multi-LLM (Claude/GPT/Gemini/Ollama). Browser/Obsidian/Phone.

原文の言語: ベトナム語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Design and debug Kubernetes workloads — Deployment/StatefulSet patterns, resource requests/limits, liveness/readiness/startup probes, HPA/KEDA autoscaling, ConfigMap/Secret injection, PodDisruptionBudget, rolling update strategy, and debugging…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

KV-cache optimization patterns for LLM inference. Prefix caching, sliding window attention, cache reuse across turns, static cache for fixed prompts, and TTFT reduction strategies. Sources: huggingface/transformers (Apache-2.0).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Review L2 session facts and promote valuable ones to L1 Atomic Memory. Use at end of session or when L2 accumulates facts worth keeping permanently. Runs add-fact.sh for each promoted fact.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Scan codebase and git history for leaked secrets — API keys, tokens, passwords, private keys. Uses whispers-style regex patterns + gitleaks. Run as /leak-check before any git push. Alerts on Claude API keys, GitHub tokens, AWS credentials, and generic…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Anti-slop frontend framework cho AI agents — layout, typography, motion, spacing chuẩn thay vì boilerplate UI nhàm. Dùng khi muốn AI build UI có aesthetic thực sự.

原文の言語: ベトナム語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Linkerd2 lightweight service mesh for automatic mTLS, traffic metrics, and certificate rotation. Zero-config mTLS, per-route metrics, traffic splits, retries, and timeouts for inter-agent communication. Sources: linkerd/linkerd2 (Apache-2.0).

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

lint-staged pre-commit hook for running linters only on Git-staged files. Pattern-matched task runners, auto-fix before commit, integration with husky, and staged-only analysis to minimize CI overhead. Sources: okonet/lint-staged (MIT).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

LLM evaluation harness for accuracy benchmarking. MMLU/HumanEval/MATH eval runners, model-graded scoring, prompt regression testing, and per-skill accuracy tracking. Sources: openai/simple-evals (MIT).

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Design UI for LLM-powered features — streaming response display, hallucination states, RAG source attribution, generative UI patterns, and AI trust calibration. Use when asked to "show streaming output", "display AI response", "cite sources", "handle AI…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Design and run load tests — tool selection (k6/Locust), test type strategy (smoke/load/stress/spike/soak), ramp-up curves, p50/p95/p99 targets, and threshold policy. Use when asked to "write a load test", "k6 script", "performance test", "check how many…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Grafana Loki label-based log aggregation. LogQL queries, Promtail scraping, structured log indexing, stream selectors, and log-to-metric extraction for agent audit trail analysis. Sources: grafana/loki (AGPL-3.0).

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

This skill covers implementing Okta as a centralized identity provider for cloud environments, configuring SSO integration with AWS, Azure, and GCP, deploying phishing- resistant MFA with Okta FastPass, managing lifecycle automation for user provisioning and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Manages the end-to-end cyber threat intelligence lifecycle from planning and direction through collection, processing, analysis, dissemination, and feedback to ensure intelligence products meet stakeholder requirements and continuously improve. Use when…

原文の言語: 英語

更新
職業分類
特殊効果アーティスト・アニメーター
説明

Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Maps observed adversary behaviors, security alerts, and detection rules to MITRE ATT&CK techniques and sub-techniques to quantify detection coverage and guide control prioritization. Use when building an ATT&CK-based coverage heatmap, tagging SIEM alerts with…

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

End-to-end marketing campaign — audience research, positioning, landing page copy, email sequences, social posts, ad copy, video scripts, content calendars. Use with marketing-agent.

原文の言語: 判定不能

更新
収集済み skill 1,566 件中 40 件を表示しています。