本文へスキップ

認証済みのエージェントスキル

厳選し、スキャンして検証したエージェントスキル。無料でインストールできます。

14 件

Agent Governance 検証済み

Patterns for adding governance, safety, and trust controls to AI-agent systems — policy-based tool access, intent classification, trust scoring, audit trails, rate limits, and content filters for agents that call external tools.

GitHub awesome-copilot contributors v1.0.0 MIT devops #governance#security#policy#audit
Agent OWASP Compliance 検証済み

Checks an AI-agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use to evaluate an agent system security posture, run a compliance check, map controls to the 10 agentic risks, or generate an audit report.

GitHub awesome-copilot contributors v1.0.0 MIT devops #owasp#security#compliance#audit
Agent Supply Chain Integrity 検証済み

Verifies supply-chain integrity for AI-agent plugins, tools, and dependencies — SHA-256 integrity manifests, tamper detection, dependency-pinning audits, and dev-to-prod provenance chains for agent components.

GitHub awesome-copilot contributors v1.0.0 MIT devops #supply-chain#security#integrity
AWS CDK Development 検証済み

AWS CDK expert for infrastructure-as-code in TypeScript/Python — CDK stacks, constructs, stack composition, and deployment workflows. Use for CDK, CloudFormation, cdk synth/deploy, or defining AWS infrastructure programmatically.

Mengxin Zhu v1.0.0 MIT devops #aws#iac#cdk#devops
AWS Cost & Operations 検証済み

AWS cost optimization, monitoring, and operational excellence — analyze bills, estimate costs, set CloudWatch alarms, query logs, audit CloudTrail, and assess security posture. Use for AWS costs, budgets, observability, or auditing.

Mengxin Zhu v1.0.0 MIT devops #aws#finops#observability#audit
CI/CD & Automation 検証済み

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines, automating quality gates, configuring test runners in CI, or establishing deployment strategies.

Addy Osmani v1.0.0 MIT devops #ci-cd#devops#automation
Code Review & Quality 検証済み

Conducts multi-axis code review before merging any change. Use when reviewing code written by yourself, another agent, or a human, to assess quality across multiple dimensions before it enters the main branch.

Addy Osmani v1.0.0 MIT coding #code-review#quality
Documentation & ADRs 検証済み

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or recording context that future engineers and agents need to understand the codebase.

Addy Osmani v1.0.0 MIT coding #documentation#adr#architecture
Humanizer 検証済み

Removes signs of AI-generated writing so text reads naturally — detects and fixes inflated symbolism, promotional language, vague attributions, rule-of-three, and other tells from Wikipedia's "Signs of AI writing" guide. Use when editing or reviewing text.

Siqi Chen v1.0.0 MIT content #writing#editing#content
Linus Level 検証済み

A 1.0–10.0 "engineering working-mode" dial for coding agents — tunes agency, assumption budget, verification, and security posture from fast prototyping to maintainer-grade rigor. Triggers on "Linus Level", "LL n", or set-rigor / maintainer-mode requests.

Ron Soffer v1.0.0 MIT coding #agent#workflow#engineering#code-review
Nothing Design System 検証済み

Applies the Nothing design system to UI work. Use when the user explicitly asks for "Nothing style", "Nothing design", or to apply the Nothing design system — never automatically for generic UI tasks.

Dominik Martin v1.0.0 MIT content #design#ui#frontend
Observability & Instrumentation 検証済み

Instruments code so production behavior is visible and diagnosable — logging, metrics, tracing, alerting. Use when shipping features that run in production or when you cannot tell what happened from available data.

Addy Osmani v1.0.0 MIT devops #observability#monitoring#sre
Playwright Browser Automation 検証済み

Browser automation with Playwright: auto-detects dev servers, writes test scripts, fills forms, takes screenshots, checks responsive design, validates UX, and tests login flows and links. Use to test websites or automate browser interactions.

Bryan Lackey v1.0.0 MIT coding #testing#browser#playwright#automation
Security & Hardening 検証済み

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations, or building any feature that accepts untrusted data, manages sessions, or calls third-party services.

Addy Osmani v1.0.0 MIT coding #security#hardening#code-review#appsec