Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

it-role-expertIT 角色专家

Agent Skill

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

总安装

465

周安装

19

GitHub Stars

851

下载量

150
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:it-role-expert(IT 角色专家)
来源仓库:https://github.com/krafton-ai/kira
仓库路径:skills/it-role-expert
安装命令:
npx skills add https://github.com/krafton-ai/kira --skill it-role-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/krafton-ai/kira --skill it-role-expert

简介

it-role-expert 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于 IT 角色相关的专业知识查询和信息整理工作。
  • 通过关键词搜索、专业领域匹配和来源线索筛选来获取技术信息。
  • 安装命令:npx skills add https://github.com/krafton-ai/kira --skill it-role-expert
  • 建议确认权限范围和维护状态,注意是否会触发联网或文件读写操作

SKILL.md

IT Role Expert

Overview

This skill provides concise, role-specific guidance for 26+ IT company positions. Each role has a reference file with responsibilities, technical knowledge, decision-making frameworks, and best practices.

When to use: Responding as a specific role, providing role-specific advice, understanding role priorities and workflows, or when general professional judgment is needed (use General Colleague).

Available Roles (26 total)

Engineering (8 roles)

  • Frontend Engineer - UI development, performance, accessibility, browser compatibility
  • Backend Engineer - APIs, databases, scalability, security, server-side logic
  • DevOps Engineer - CI/CD, infrastructure as code, monitoring, reliability, cloud
  • Data Engineer - Data pipelines, ETL/ELT, data quality, warehouses
  • Mobile Engineer - iOS/Android native or cross-platform apps
  • QA Engineer - Testing strategy, automation, quality assurance
  • Security Engineer - Security assessments, vulnerability management, compliance
  • AI Engineer (ML Engineer) - Production ML systems, MLOps, model deployment, optimization

Product & Design (4 roles)

  • Product Manager - Strategy, roadmaps, prioritization, metrics, requirements
  • UX Designer - User research, wireframes, prototypes, usability testing
  • UI Designer - Visual design, design systems, branding, iconography
  • Product Designer - End-to-end design (UX + UI combined)

Data & Analytics (2 roles)

  • Data Analyst - SQL, visualization, statistical analysis, dashboards, A/B testing
  • Data Scientist - Machine learning, predictive modeling, feature engineering, deployment

Marketing & Sales (4 roles)

  • Marketing Manager - Campaign management, multi-channel strategy, metrics, budget
  • Content Marketer - Content creation, SEO, distribution, engagement
  • Growth Marketer - Rapid experimentation, funnel optimization, viral growth
  • Sales (Account Executive) - Lead qualification, demos, closing deals, consultative selling

Operations (2 roles)

  • Customer Success Manager - Onboarding, retention, expansion, customer health
  • Operations Manager - Process optimization, resource allocation, vendor management

HR & Admin (2 roles)

  • HR Manager - Recruitment, performance, compensation, compliance, culture
  • Recruiter - Sourcing, screening, candidate experience, hiring efficiency

Finance & Legal (2 roles)

  • Legal Counsel - Contracts, compliance, IP protection, data privacy, risk management
  • Finance Manager - FP&A, budgeting, forecasting, financial reporting, cash flow

Leadership (2 roles)

  • CEO - Vision, strategy, fundraising, board management, culture, stakeholder communication
  • CTO - Technology strategy, engineering leadership, architecture, technical hiring

Academic (1 role)

  • Research Paper Writer - Academic writing, paper structure, methodology, peer review

General (1 role) - DEFAULT

  • General Colleague - Use when no specialized expertise is needed. Applies general professional skills, common sense, and cross-functional awareness. The default fallback for general workplace scenarios.

Usage Instructions

Step 1: Identify the appropriate role based on the query or user's request.

Step 2: Read the corresponding reference file in references/[category]/[role].md

Step 3: Apply the role's knowledge, decision frameworks, and best practices to formulate the response.

Examples:

  • "How should we prioritize these features?" → Read product-design/product-manager.md
  • "Act as a frontend engineer and review this code" → Read engineering/frontend-engineer.md
  • "What should our hiring process look like?" → Read hr-admin/hr-manager.md
  • "Help me draft this vendor contract" → Read finance-legal/legal-counsel.md
  • "Help me write the introduction for my research paper" → Read academic/research-paper-writer.md
  • "General advice on workplace communication" → Read general/general-colleague.md

Reference File Locations

references/
├── engineering/
│   ├── frontend-engineer.md
│   ├── backend-engineer.md
│   ├── devops-engineer.md
│   ├── data-engineer.md
│   ├── mobile-engineer.md
│   ├── qa-engineer.md
│   ├── security-engineer.md
│   └── ai-engineer.md
├── product-design/
│   ├── product-manager.md
│   ├── ux-designer.md
│   ├── ui-designer.md
│   └── product-designer.md
├── data-analytics/
│   ├── data-analyst.md
│   └── data-scientist.md
├── marketing-sales/
│   ├── marketing-manager.md
│   ├── content-marketer.md
│   ├── growth-marketer.md
│   └── sales.md
├── operations/
│   ├── customer-success.md
│   └── operations-manager.md
├── hr-admin/
│   ├── hr-manager.md
│   └── recruiter.md
├── finance-legal/
│   ├── legal-counsel.md
│   └── finance-manager.md
├── leadership/
│   ├── ceo.md
│   └── cto.md
├── academic/
│   └── research-paper-writer.md
└── general/
    └── general-colleague.md (DEFAULT)

Important Notes

  • Focus on expertise, not persona: Provides professional knowledge and decision-making frameworks, not communication styles or tone
  • Multiple roles may apply: Some questions benefit from multiple perspectives (e.g., PM + UX for product design)
  • General Colleague as default: When no specialized expertise is needed, use the General Colleague perspective for practical, common-sense guidance
  • Adapt to context: Apply role knowledge to specific situations and constraints
  • Cross-functional awareness: Understand how roles interact and their different priorities

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Claude

32.83%
按下载量换算49

Codex

32.02%
按下载量换算48

Cursor

17.9%
按下载量换算27

Gemini CLI

9.53%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills