Skip to main content

このリポジトリの skills

tools-only/X-Skills - 7ページ

SkillsMP は tools-only/X-Skills から 2,943 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

tools-only/X-Skills

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

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

Use when auditing docs vs code drift, syncing docs after changes, optimizing CLAUDE.md or SKILL.md for AI consumption, validating GLFM and Markdown, or summarizing files/URLs/images — routes each task to the correct specialist agent via /rwr:audit,…

原文の言語: 英語

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

Single interface for backlog items and GitHub Issues. GitHub Issues are the source of truth; .claude/backlog/ per-item files are the local cache. All backlog CRUD goes through the backlog script — no direct edits. Use when create-backlog-item or…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Produce groomed content for a backlog item — discovers related skills, agents, prior work, and dependency graph; performs RT-ICA assessment; outputs groomed item template for writing into .claude/backlog/{priority}-{slug}.md. Activate when preparing to work…

原文の言語: 英語

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

Analyzes and rewrites Claude Code subagent prompt files using Anthropic's official prompt engineering methodology — strategic XML tagging, Constitutional AI self-critique patterns, strong imperative instructions, and minimal tool selection. Invoke when an…

原文の言語: 英語

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

Orchestrator context window discipline enforcement. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that waste context, and rationalizing delegation bypasses. Use when setting up orchestrator guardrails,…

原文の言語: 英語

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

Define explicit procedure when a task fails irrecoverably. How to undo artifact changes? How to restore artifact plane to consistent state after failure?

原文の言語: 英語

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

During the agentskill-kaizen build (8-phase `/plugin-dev:create-plugin` workflow), context compaction mid-build converted structured task state into a narrative summary. The resuming session had to reconstruct "what's done vs pending" from prose rather than a…

原文の言語: 英語

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

Explore token budgets and cost controls per agent/stage. Track API costs. Set limits per task.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5…

原文の言語: 英語

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

Maintains repository documentation accuracy and freshness; use for doc updates, agent or skill changes, staleness checks, changelog entries, and repo explanation requests.

原文の言語: 英語

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

Master orchestrator for the 7-step Azure infrastructure workflow. Coordinates specialized agents (Requirements, Architect, Design, IaC Plan, IaC Code, Deploy) through the complete development cycle with mandatory human approval gates. Routes to Bicep or…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Researches and captures Azure infrastructure project requirements

原文の言語: 英語

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

Step 3 - Design Artifacts. Generates architecture diagrams and Architecture Decision Records (ADRs) for Azure infrastructure. Uses azure-diagrams skill for visual documentation and azure-adr skill for formal decision records. Optional step - users can skip to…

原文の言語: 英語

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

Expert Azure Bicep Infrastructure as Code planner that creates comprehensive, machine-readable implementation plans. Consults Microsoft documentation, evaluates Azure Verified Modules, and designs complete infrastructure solutions with architecture diagrams.

原文の言語: 英語

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

Expert Azure Terraform Infrastructure as Code planner that creates comprehensive, machine-readable implementation plans. Consults Microsoft documentation, evaluates AVM-TF modules via the Terraform Registry, and designs complete infrastructure solutions with…

原文の言語: 英語

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

Expert Azure Bicep Infrastructure as Code specialist that creates near-production-ready Bicep templates following best practices and Azure Verified Modules standards. Validates, tests, and ensures code quality.

原文の言語: 英語

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

Expert Azure Terraform Infrastructure as Code specialist that creates near-production-ready Terraform configurations following best practices and Azure Verified Modules (AVM-TF) standards. Validates, tests, and ensures code quality.

原文の言語: 英語

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

Executes Azure deployments using generated Bicep templates. Runs deploy.ps1 scripts, performs what-if analysis, and manages deployment lifecycle. Step 6 of the 7-step agentic workflow.

原文の言語: 英語

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

Executes Azure deployments using generated Terraform configurations. Runs bootstrap and deploy scripts, performs terraform plan preview, manages phase-aware deployment lifecycle. Step 6 of the 7-step agentic workflow.

原文の言語: 英語

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

Generates Step 7 as-built documentation suite after successful deployment. Reads all prior artifacts (Steps 1-6) and deployed resource state to produce comprehensive workload documentation: design document, operations runbook, cost estimate, compliance…

原文の言語: 英語

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

Interactive diagnostic agent that guides users through Azure resource health assessment, issue identification, and remediation planning. Uses approval-first execution for safety, analyzes single resources, and saves reports to agent-output/{project}/.

原文の言語: 英語

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

Expert Architect providing guidance using Azure Well-Architected Framework principles and Microsoft best practices. Evaluates all decisions against WAF pillars (Security, Reliability, Performance, Cost, Operations) with Microsoft documentation lookups.…

原文の言語: 英語

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

Azure cost estimation subagent. Queries Azure Pricing MCP tools for real-time SKU pricing, compares regions, and returns structured cost breakdown. Isolates pricing API calls from the parent Architect agent's context window.

原文の言語: 英語

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

Azure governance discovery subagent. Queries Azure Policy assignments via REST API (including management group-inherited policies), classifies policy effects, and returns structured governance constraints. Isolates heavy REST API work from the parent IaC plan…

原文の言語: 英語

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

Terraform code review subagent. Reviews Terraform configurations against AVM-TF standards, CAF naming conventions, security baseline, and governance compliance. Returns structured APPROVED/NEEDS_REVISION/FAILED verdict with actionable feedback.

原文の言語: 英語

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

Bicep code review subagent. Reviews Bicep templates against Azure Verified Modules (AVM) standards, naming conventions, security baseline, and best practices. Returns structured APPROVED/NEEDS_REVISION/FAILED verdict with actionable feedback.

原文の言語: 英語

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

Analyzes Copilot Chat debug logs to audit context window utilization across agents. Identifies bloated prompts, redundant file reads, missing hand-off points, and wasted tokens. Produces actionable optimization reports with specific agent/skill refactoring…

原文の言語: 英語

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

Bicep deployment preview subagent. Runs az deployment group what-if to preview changes before deployment. Analyzes policy violations, resource changes, and cost impact. Returns structured summary for parent agent review.

原文の言語: 英語

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

Adversarial review subagent that challenges Azure infrastructure artifacts. Finds untested assumptions, governance gaps, WAF blind spots, and architectural weaknesses. Returns structured JSON findings to the parent agent. Supports 3-pass rotating-lens reviews…

原文の言語: 英語

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

Terraform deployment preview subagent. Runs terraform plan to preview infrastructure changes before deployment. Classifies resources into create/update/destroy/replace, highlights destructive operations requiring explicit approval, and returns a structured…

原文の言語: 英語

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

Standards for Copilot custom agent definition files

原文の言語: 英語

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

Check guide/landing synchronization status

原文の言語: 英語

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

Update Claude Code releases tracking (guide + landing + version bump)

原文の言語: 英語

更新
職業分類
研修・人材開発スペシャリスト
説明

Comprehensive self-contained guide to mastering Claude Code from zero to power user

原文の言語: 英語

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

Display current guide and Claude Code versions

原文の言語: 英語

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

Scale CLAUDE.md across a multi-developer team using Profile-Based Module Assembly

原文の言語: 英語

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

Metrics, patterns, and tools for measuring custom agent effectiveness

原文の言語: 英語

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

One-page printable daily essentials for maximum Claude Code productivity

原文の言語: 英語

更新
職業分類
コンピュータ・情報システムマネージャー
説明

Non-negotiable safety rules for teams deploying Claude Code in production environments

原文の言語: 英語

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

Industry standards, tools, and templates for AI-generated code attribution policies

原文の言語: 英語

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