Skip to main content

这个仓库中的 skills

tools-only/X-Skills - 第 7 页

SkillsMP 已收集 tools-only/X-Skills 中的 2,943 个 Skill。打开任一 Skill 可查看来源和详情。

tools-only/X-Skills

已展示 40 / 2,943 个已收集 Skill。

职业分类
软件开发工程师
描述

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

原文语言:英语

更新
已展示 40 / 2,943 个已收集 Skill。