Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

cto-advisor首席技术官顾问

Agent Skill

cto-advisor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

528

周安装

22

GitHub Stars

公开资料未说明

下载量

176
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cto-advisor(首席技术官顾问)
来源仓库:https://github.com/rickydwilson-dcs/claude-skills
仓库路径:skills/cto-advisor
安装命令:
npx skills add rickydwilson-dcs/claude-skills --skill "cto-advisor"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add rickydwilson-dcs/claude-skills --skill "cto-advisor"

简介

cto-advisor 用于查找、检索和筛选相关信息,支持技术战略决策。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中根据关键词定位技术方案或架构文档。
  • 通过 npx 命令从 rickydwilson-dcs/claude-skills 仓库安装并使用该技能。
  • 安装前需确认仓库路径正确性及是否涉及敏感技术细节或第三方服务集成。
  • 建议参考原始 README 了解适用场景和建议范围限制后再部署使用。

SKILL.md

name
cto-advisor
title
CTO Advisor Skill Package
description
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.
domain
engineering
subdomain
cto-general
difficulty
advanced
time-saved
TODO: Quantify time savings
frequency
TODO: Estimate usage frequency
use-cases
related-agents
[]
related-skills
[]
related-commands
[]
orchestrated-by
[]
dependencies
scripts
[]
references
[]
assets
[]
compatibility
python-version
3.8+
platforms
[macos, linux, windows]
tech-stack
examples
title
Example Usage
input
TODO: Add example input for cto-advisor
output
TODO: Add expected output
stats
downloads
0
stars
0
rating
0.0
reviews
0
version
v1.0.0
author
Claude Skills Team
contributors
[]
created
2025-10-19
updated
2025-11-08
license
MIT
tags
[advisor, architecture, cto, engineering]
featured
false
verified
true

CTO Advisor

Key Workflows

Workflow 1: Comprehensive Technical Debt Assessment

Time: 3-4 hours (data gathering and analysis)

Steps:

  1. Gather system data across 5 categories - Collect metrics from engineering systems

- Code metrics: Test coverage, cyclomatic complexity, code duplication percentage - Infrastructure: Deployment frequency, change lead time, incident rate, uptime - Architecture: Service coupling, deprecated patterns, monolith vs microservices assessment - Team velocity: 5-sprint trend, bug rate trend, refactoring time allocation - Technical: Outdated dependencies, security vulnerabilities, scalability assessment - Source data from: CI/CD dashboards, incident management systems, code analysis tools, sprint metrics

  1. Run tech debt analyzer Python tool - Execute comprehensive analysis
   python scripts/tech_debt_analyzer.py system_data.json

- Scores each category 0-100 (100=excellent, 0=critical) - Produces prioritized reduction plan with estimated effort - Identifies which debt is blocking velocity, reliability, or hiring

  1. Interpret results and identify root causes - Understand debt landscape

- Critical debt (score <40): Must address immediately (blocking scaling/reliability) - High debt (40-60): Needs attention next quarter (affecting efficiency) - Medium debt (60-80): Tactical improvements (quality enhancements) - Emerging debt (80+): Well-managed, preventive focus - Root cause analysis: Why did debt accumulate? Speed over quality, architectural limitation, team growth?

  1. Develop quarterly reduction strategy - Create actionable paydown plan

- Tier 1 (Critical): Allocate 10-15% engineering capacity, target 2-sprint completion - Tier 2 (High): Allocate 5-10% engineering capacity, target next quarter - Tier 3 (Medium): Allocate 2-5% engineering capacity, target next half year - Balance: Don't allocate >20% to debt without impacting feature delivery

  1. Create executive business case - Present with impact analysis

- Current impact: How is debt affecting velocity, reliability, hiring, or product? - Financial impact: Cost of incidents, developer productivity loss, hiring difficulty? - Paydown investment: How many engineer-months and cost? - Expected benefits: Faster deployments, fewer bugs, easier hiring, better retention? - Timeline: How many quarters to address critical debt? - See references/templates.md for executive presentation template

  1. Get leadership approval and allocation - Secure commitment to plan

- Present to CTO, VP Engineering, and CFO - Get committed budget and engineer allocation - Set quarterly targets and review cadence

Expected Output: Quantified technical debt landscape with severity scores, prioritized reduction roadmap, business case for investment, and leadership-approved engineering allocation for debt paydown. Engineering team has clear guidance on what to fix first.

See references/tools.md for detailed tech debt analyzer documentation, scoring methodology, and reduction planning.

Workflow 2: Plan Engineering Team Scaling

Time: 3-4 hours (analysis and planning)

Steps:

  1. Assess current team state - Establish baseline for scaling decisions

- Headcount by discipline: Frontend, backend, QA, DevOps, data engineers, etc. - Seniority distribution: % junior, mid, senior, staff engineers - Current velocity and throughput (story points/sprint) - Attrition rate and retention trends (% turnover annually) - Skill gaps: Missing expertise, bottleneck persons, weak areas - Geographic distribution and time zone coverage - Current hiring velocity (people hired per month)

  1. Define business-driven scaling needs - Understand what growth requires

- Revenue growth targets: How much larger is business in 12-24 months? - Feature roadmap: How many new products, features, or services? - Platform initiatives: Architecture changes, tech debt paydown, infrastructure modernization? - Capability expansion: New skills needed (AI/ML, security, data, mobile)? - Quality improvements: Need for QA, DevOps, site reliability engineers?

  1. Run team scaling calculator - Calculate optimal hiring plan
   python scripts/team_scaling_calculator.py team_data.json

- Outputs: Recommended team size, hiring plan by quarter, budget projections - Models: Conservative (10% growth/quarter), Steady (20% growth/quarter), Aggressive (40% growth/quarter) - Factors: Historical hiring velocity, onboarding ramp time, market competition, budget constraints

  1. Evaluate scenarios and pick growth strategy - Make informed choice

- Conservative (slow scale): Low hiring risk, easier onboarding, may constrain growth - Steady (moderate scale): Balanced growth and risk, sustainable long-term - Aggressive (fast scale): Enables rapid growth but high coordination/onboarding overhead - Trade-offs: Speed to market vs quality vs team stability - Review budget impact, cash runway, and hiring market feasibility

  1. Design team organization structure - Plan the team for growth

- Squad/team count: 1 squad (10 people), 2 squads (20 people), etc. - Leadership model: Engineering manager per squad, tech lead structure - Team missions: Backend squad, frontend squad, infrastructure squad, etc. - Cross-functional dependencies: Shared platforms, data, or services? - Onboarding infrastructure: Mentoring, bootcamps, documentation needed?

  1. Create hiring and budget plan - Execute scaled growth

- Quarterly hiring targets (Q1: 2 engineers, Q2: 3 engineers, Q3: 4 engineers) - Roles to recruit: Mix of junior, mid, senior by team need - Compensation bands and budget total - Sourcing strategy: Referrals, agencies, direct recruitment, universities? - Onboarding plan: Bootcamp, buddy system, ramp-up timeline - Retention strategy: Career development, promotion paths, compensation reviews

  1. Present to board and secure approval - Get executive buy-in

- Show connection between team growth and business impact - Budget approved: Total cost of planned hiring - Hiring authority: Authority to approve hires per role/quarter - Runway impact: Does hiring fit with cash constraints?

Expected Output: Detailed engineering hiring plan with quarterly targets by role, team organization design, budget projections, and board-approved hiring authority. Organization can execute growth strategy with clear goals and constraints.

See references/tools.md for team scaling calculator documentation, scenario analysis examples, budget modeling, and risk assessment.

Workflow 3: Make Architecture Decisions Using ADR Process

Time: 1-2 weeks from proposal to decision

Steps:

  1. Identify architecture decision point - When to formally decide

- New system/service design: Microservice vs monolith vs serverless? - Technology selection: Database (PostgreSQL vs MongoDB), language, framework - Integration approach: API-first, event-driven, batch processing, real-time streaming? - Data strategy: Schema design, replication, backup, disaster recovery? - Migration initiative: Cloud migration, platform changes, major refactoring?

  1. Research and evaluate options - Systematic evaluation of alternatives

- List 2-3 viable options (always include status quo) - For each option: Pros/cons, effort to implement, long-term maintenance, cost, risk - Prototype or spike if decision is critical and uncertain - Gather input: Team technical discussion, stakeholder concerns, security/compliance review

  1. Create Architecture Decision Record (ADR) - Document using template

- Status: Proposed (being evaluated), Accepted (decided), Deprecated (no longer used), Superseded (replaced) - Context: What problem are we solving? Business drivers? Technical constraints? - Decision: Which option did we choose and why? - Consequences: Positive and negative trade-offs of chosen approach - Alternatives considered: Why we didn't choose other options - See references/templates.md for ADR template

  1. Get stakeholder buy-in - Review and approval process

- Architecture review board: Senior engineers discuss, challenge assumptions, approve - Engineering team: Broader discussion, concerns, implementation questions - Security/compliance: Ensure meets standards, no vulnerabilities introduced - Executive review: If impacts budget, timeline, or strategy - Document approvals and who signed off

  1. Communicate decision widely - Announce and build shared understanding

- Share ADR with full engineering organization - Update architecture documentation (diagrams, decision log, runbooks) - Conduct tech talk or workshop explaining decision - Q&A session for concerns or questions

  1. Execute and monitor implementation - Track decision outcome

- Project team implements architecture per ADR - Validate: Is the system performing as expected? Trade-offs real? - Adjust: If assumptions were wrong, document lessons and potential revisions - Review periodically (quarterly or at 6 month mark) - Maintain ADR as living document

Expected Output: Formalized architecture decision with clear rationale, stakeholder consensus, and implementation plan. Organization learns from decisions, documentation becomes reference for future similar decisions.

See references/frameworks.md for architecture governance patterns, design review checklists, and technology evaluation frameworks.

Workflow 4: Establish DORA Metrics and Engineering Excellence

Time: 4-6 weeks for implementation, ongoing monitoring

Steps:

  1. Understand DORA metrics framework - The 4 key engineering performance indicators

- Deployment Frequency: How often do we deploy to production? (Target: Daily or on-demand, Elite: >1/day, High: 1/week, Medium: 1/month) - Lead Time for Changes: From code commit to production deploy? (Target: <1 day, Elite: <1 day, High: <1 week, Medium: <1 month) - Mean Time to Recovery (MTTR): How fast do we recover from production incidents? (Target: <1 hour, Elite: <1 hour, High: <4 hours, Medium: <1 day) - Change Failure Rate: What % of production changes cause incidents? (Target: <15%, Elite: <15%, High: 15-30%, Medium: 30-45%)

  1. Baseline current state - Measure where we are today

- Deployment frequency: Review last 3-6 months of Git commits, releases, deployments - Lead time: Measure time from commit to production using Git/CI/CD pipeline - Recovery time: Review incident data (PagerDuty, on-call logs) for MTTR - Failure rate: Incidents caused by deployments vs total incidents - Tools: Git logs, CI/CD pipeline data, incident tracking, APM/monitoring

  1. Set ambitious targets - Define where we want to be

- Elite level: Daily deployments, <1 day lead time, <1 hour recovery, <15% failure rate - High level: Weekly+ deployments, <1 week lead time, <4 hour recovery, <30% failure rate - Current state + 20-30% quarterly improvement targets - Tailor to business criticality (SaaS = higher availability, B2B = more conservative)

  1. Identify improvement initiatives - What changes will move metrics?

- If lead time is long → Continuous integration bottlenecks, review process slow, complex builds - If deployment frequency is low → Manual processes, complex releases, fear of deploying (test/quality gaps) - If recovery time is slow → Lack of runbooks, slow diagnosis, manual rollback processes - If failure rate is high → Insufficient testing, staging gaps, lack of monitoring/alerts

  1. Implement improvements - Execute concrete changes

- CI/CD: Faster builds (parallelization, caching), automated testing gates, progressive deployment - Testing: Better test coverage (unit, integration, E2E), automated quality gates, staging environment parity - Process: Trunk-based development, feature flags for safe deployments, automated rollback capability - Monitoring: Better observability (logs, traces, metrics), alert tuning, incident playbooks - Culture: On-call training, blameless post-mortems, learning from incidents

  1. Measure and report progress - Track metrics monthly

- Dashboard: Real-time DORA metrics visible to team - Monthly review: Are metrics trending toward targets? Which initiatives are working? - Root cause analysis: If metric regressed, what happened? (Incident spike, team changes, new complexity) - Report to leadership: Show correlation between metrics and business outcomes (delivery speed, reliability, customer satisfaction) - Celebrate wins: Highlight improvements, acknowledge effort

  1. Maintain and evolve continuously - Ongoing improvement cycle

- Quarterly review: Adjust targets as we improve, new baseline setting - Major initiatives: Cloud migration, architecture change, new product may temporarily impact metrics - New practices: Incorporate learnings, improve processes - Benchmark: Compare against industry standards, peer companies, historical trends - Iterate: Continuous improvement mindset, test changes, measure impact

Expected Output: Defined DORA metrics with baseline measurements, improvement initiatives underway, automated dashboards for visibility, and clear targets. Engineering team focused on operational excellence. Leadership sees correlation between engineering metrics and business outcomes.

See references/frameworks.md for detailed DORA implementation guide, improvement patterns, industry benchmarks, and red flag indicators.

Overview

The CTO Advisor skill provides comprehensive frameworks, tools, and templates for technical leadership excellence. It combines technology strategy methodologies, team scaling frameworks, architecture governance patterns, and engineering metrics to support CTOs in building world-class engineering organizations.

This skill addresses the full scope of CTO responsibilities: defining technology vision and roadmap, scaling engineering teams effectively, establishing architecture standards, managing vendor relationships, and driving engineering excellence through metrics and culture. All content is designed for immediate application in quarterly planning, architecture reviews, hiring initiatives, and engineering transformation programs.

Core Capabilities

Technology Strategy & Planning

  • 3-5 year technology vision development
  • Quarterly roadmap planning and execution
  • Innovation management frameworks
  • Technical debt assessment and reduction
  • Python-based tech debt analyzer tool

Team Scaling & Development

  • Engineering team scaling strategies
  • Hiring velocity and pipeline planning
  • Performance management frameworks
  • Engineering culture building
  • Python-based team scaling calculator

Architecture Governance

  • Architecture Decision Records (ADR) templates
  • Technology standards and guidelines
  • System design review processes
  • Vendor evaluation frameworks
  • Build vs buy analysis

Engineering Excellence

  • DORA metrics implementation
  • Quality metrics tracking
  • Team health indicators
  • Incident management processes
  • Post-mortem frameworks

Stakeholder Management

  • Board and executive reporting
  • Cross-functional partnerships
  • Strategic initiative planning
  • Crisis management playbooks
  • Communication templates

Quick Start

Technical Debt Assessment

# Analyze technical debt across 5 categories with prioritized reduction plan
python scripts/tech_debt_analyzer.py system_data.json

# Generate JSON output for executive dashboards
python scripts/tech_debt_analyzer.py system_data.json --output json -f debt_report.json

# View help and input schema
python scripts/tech_debt_analyzer.py --help

See references/tools.md for detailed tool documentation, scoring guidelines, and reduction planning.

Team Scaling Planning

# Calculate optimal hiring plan, team structure, and budget projections
python scripts/team_scaling_calculator.py team_data.json

# Generate JSON output for board planning
python scripts/team_scaling_calculator.py team_data.json --output json -f scaling_plan.json

# View help and input schema
python scripts/team_scaling_calculator.py --help

See references/tools.md for scenario examples, budget estimation, and risk assessment guidance.

Key Workflows

1. Conduct Technical Debt Assessment

Time: 2-4 hours for comprehensive analysis

  1. Gather System Data - Collect technical debt across all categories

- Code quality metrics (test coverage, complexity, duplication) - Infrastructure issues (outdated dependencies, security vulnerabilities) - Architecture debt (tight coupling, missing abstractions) - Documentation gaps (missing or outdated docs) - Testing coverage (unit, integration, E2E test gaps)

  1. Run Tech Debt Analyzer - Generate prioritized reduction plan
   python scripts/tech_debt_analyzer.py system_data.json
  1. Review Analysis - Examine debt categorization and severity scores

- Critical debt (blocks features or causes incidents) - High priority (impacts velocity or quality) - Medium priority (technical quality improvements) - Low priority (nice-to-have improvements)

  1. Create Reduction Roadmap - Plan quarterly debt paydown

- Allocate 10-20% of engineering capacity to debt reduction - Prioritize by risk and business impact - Set measurable targets (test coverage, incident reduction)

Expected Output: Prioritized technical debt inventory with quarterly reduction plan and capacity allocation recommendations.

2. Plan Engineering Team Scaling

Time: 3-5 hours for comprehensive planning

  1. Assess Current State - Analyze team structure and capacity

- Current headcount by role and seniority - Team velocity and throughput metrics - Skills gaps and hiring needs - Budget constraints and runway

  1. Run Team Scaling Calculator - Generate hiring plan and budget projections
   python scripts/team_scaling_calculator.py team_data.json
  1. Evaluate Recommendations - Review optimal team structure

- Hiring velocity and pipeline requirements - Team composition (IC vs. leadership ratios) - Budget impact and runway implications - Risk assessment (key person dependencies, burnout indicators)

  1. Build Execution Plan - Create quarterly hiring roadmap

- Prioritize critical roles (engineering managers, senior ICs) - Establish hiring pipelines and sourcing strategies - Plan onboarding and ramp-up timelines - Set retention and culture preservation strategies

Expected Output: Data-driven hiring plan with budget projections, team structure recommendations, and execution timeline.

3. Make Architecture Decision (ADR Process)

Time: 1-2 weeks from proposal to decision

  1. Identify Decision Point - Define architecture challenge or technology choice

- Business context and requirements - Technical constraints and trade-offs - Stakeholder needs and concerns - Timeline and urgency

  1. Research Options - Evaluate alternatives systematically

- List all viable options (including status quo) - Assess pros/cons for each option - Prototype or spike if needed - Gather team and stakeholder input

  1. Create ADR - Document decision using template from references/templates.md

- Status: Proposed/Accepted/Deprecated/Superseded - Context: Problem statement and business drivers - Decision: Chosen approach and rationale - Consequences: Positive and negative impacts

  1. Review and Approve - Get stakeholder buy-in

- Architecture review board discussion - Engineering team feedback - Security and compliance review - Executive approval if budget/strategy impact

  1. Communicate and Execute - Announce decision and track implementation

- Share ADR with engineering organization - Update architecture documentation - Track implementation progress - Review decision after 6-12 months

Expected Output: Formalized ADR with clear rationale, stakeholder alignment, and implementation plan.

4. Establish Engineering Metrics (DORA Implementation)

Time: 2-4 weeks for initial setup, ongoing monitoring

  1. Select Metrics Framework - Choose appropriate metrics for org maturity

- DORA metrics (deployment frequency, lead time, MTTR, change fail rate) - Quality metrics (test coverage, bug rates, technical debt) - Team health (satisfaction, retention, velocity) - Business impact (feature adoption, customer satisfaction)

  1. Instrument Data Collection - Set up automated tracking

- CI/CD pipeline metrics (GitHub Actions, CircleCI) - Incident management data (PagerDuty, Opsgenie) - Code quality tools (SonarQube, CodeClimate) - Survey tools for team health (Culture Amp, Officevibe)

  1. Build Dashboards - Create executive and team-level views

- Real-time DORA metrics dashboard - Quarterly trend analysis - Team-specific performance views - Benchmarking against industry standards

  1. Establish Targets - Set improvement goals

- Elite performers: Deploy frequency >1/day, lead time <1 day, MTTR <1 hour, change fail rate <15% - High performers: Deploy frequency 1/week, lead time <1 week, MTTR <1 day, change fail rate <30% - Current state baseline and quarterly improvement targets

  1. Review and Iterate - Monthly metric reviews with leadership

- Identify trends and anomalies - Celebrate wins and improvements - Address regression areas - Refine metrics based on learnings

Expected Output: Automated DORA metrics dashboard with quarterly improvement targets and executive reporting cadence.

Python Tools

tech_debt_analyzer.py

Analyzes technical debt across 5 categories with severity scoring and prioritized reduction recommendations.

Key Features:

  • Multi-category debt assessment (code quality, infrastructure, architecture, documentation, testing)
  • Severity scoring (0-100 scale with critical/high/medium/low classification)
  • Impact analysis (velocity, quality, incident risk)
  • Prioritized reduction roadmap with effort estimates
  • JSON and human-readable output formats
  • Capacity planning recommendations (10-20% allocation guidance)

Common Usage:

# Basic analysis
python scripts/tech_debt_analyzer.py system_data.json

# Generate JSON output for executive dashboards
python scripts/tech_debt_analyzer.py system_data.json --output json -f debt_report.json

# View input schema and examples
python scripts/tech_debt_analyzer.py --help

Use Cases:

  • Quarterly technical debt assessments for executive planning
  • Budget justification for engineering quality initiatives
  • Risk assessment before major product launches
  • New CTO onboarding to understand inherited debt

See references/tools.md for input format specifications, scoring algorithms, and integration examples.

team_scaling_calculator.py

Calculates optimal hiring plans, team structure recommendations, and budget projections for engineering organizations.

Key Features:

  • Hiring velocity modeling based on growth targets
  • Team composition recommendations (IC vs. manager ratios by org size)
  • Budget projections with salary bands by role and location
  • Risk assessment (key person dependencies, burnout indicators)
  • Scenario planning (conservative, moderate, aggressive growth)
  • JSON and human-readable output formats
  • Runway impact analysis

Common Usage:

# Basic team scaling analysis
python scripts/team_scaling_calculator.py team_data.json

# Generate JSON output for board planning
python scripts/team_scaling_calculator.py team_data.json --output json -f scaling_plan.json

# View input schema and examples
python scripts/team_scaling_calculator.py --help

Use Cases:

  • Annual and quarterly hiring planning
  • Board-level budget discussions
  • Fundraising planning (runway and hiring velocity modeling)
  • Organization design and restructuring initiatives
  • New CTO transition planning (understanding team structure needs)

See references/tools.md for input format specifications, calculation methodologies, and scenario examples.

Reference Materials

All detailed frameworks, templates, and tool documentation have been organized into focused reference files:

Technical Leadership Frameworks

  • Technology strategy and roadmap development
  • Innovation management frameworks
  • Technical debt assessment strategies
  • Team scaling and structure patterns
  • Performance management systems
  • Architecture governance (ADRs)
  • Technology evaluation frameworks
  • Vendor relationship management
  • DORA and quality metrics
  • Crisis management playbooks
  • Stakeholder reporting frameworks
  • Strategic initiatives (cloud, AI/ML, platform)

Communication Templates

  • Weekly CTO schedule template
  • Technology strategy presentation
  • Team all-hands structure
  • Board update email format
  • ADR (Architecture Decision Record) template
  • Incident post-mortem template
  • Technology evaluation scorecard
  • Engineering team OKR template
  • Hiring scorecard template
  • 1-on-1 meeting template

Python Tools Guide

  • Tech debt analyzer comprehensive documentation
  • Team scaling calculator detailed guide
  • Input format specifications and examples
  • Output interpretation guidelines
  • Integration workflow examples
  • Best practices and troubleshooting
  • Real-world scenario examples
  • Data privacy and security notes

Success Indicators

Technical Excellence

  • System uptime >99.9%
  • Deploy frequency >1 per day
  • Technical debt <10% capacity allocation
  • Zero critical security incidents
  • Lead time for changes <1 day

Team Success

  • Team satisfaction score >8/10
  • Voluntary attrition <10% annually
  • Key positions filled >90%
  • Diversity metrics improving
  • Internal promotion rate >30%

Business Impact

  • Features delivered on-time >80%
  • Engineering enables revenue growth
  • Cost per transaction decreasing
  • Innovation driving competitive advantage
  • Customer-reported issues declining

Red Flags

  • Technical debt increasing quarter-over-quarter
  • Attrition rate rising above 15%
  • Sprint velocity declining consistently
  • Production incidents increasing
  • Team morale scores dropping
  • Budget overruns (>10% variance)
  • Vendor lock-in concerns growing
  • Security vulnerabilities accumulating

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.71%
按下载量换算56

windsurf

24.5%
按下载量换算43

trae

17.85%
按下载量换算31

OpenCode

12.88%
按下载量换算23

Codex

8.37%
按下载量换算15

Antigravity

3.64%
按下载量换算6

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills