Skip to main content
Tencent
GitHub 创作者资料

Tencent

按仓库查看 23 个 GitHub 仓库中的 93 个已收集 skills。

已收集 skills
93
仓库
23
更新
2026年8月29日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

aig-agent-redteam
信息安全分析师

当用户要求 AI/Agent 安全评估、蓝军演习、AI 安全审查、提示词注入测试、MCP/Skill/插件/代码包审计、Agent 工具链滥用测试,或需要生成类似渗透测试报告的 Markdown/HTML 时,必须使用本 skill。本 skill 让 Agent 以授权蓝军视角成为 AI 安全专家,面向 AI 产品、Agent、MCP Server、Skill、代码仓库和 AI 基础设施进行安全演习。优先使用第一性原理推理和真实证据,而不是机械跑 payload 库;脚本只用于 HTTP…

2026年8月18日
agentic-supply-chain-detection
信息安全分析师

Detect agentic supply-chain risks: compromised dependencies, malicious plugins/tools/models, and untrusted update sources.

2026年7月29日
cascading-failure-detection
信息安全分析师

Detect error propagation, chain failures, and single-point breakdowns that cascade across agent workflows.

2026年7月29日
human-agent-trust-exploit-detection
信息安全分析师

Detect social engineering, deceptive responses, false assurances, or prompts that induce unsafe user actions.

2026年7月29日
inter-agent-comm-security-detection
信息安全分析师

Detect data leakage, missing boundaries, or privilege mismatch in inter-agent communication.

2026年7月29日
unexpected-code-execution-detection
信息安全分析师

Detect command injection, eval/exec usage, remote execution, or arbitrary code loading.

2026年7月29日
owasp-asi
信息安全分析师

OWASP Top 10 for Agentic Applications 2026 (ASI) classification framework. Use for mapping security findings to standardized risk categories.

2026年7月29日
authorization-bypass-detection
信息安全分析师

Detect privilege escalation and unauthorized access via dialogue. Use when the agent has roles, admin functions, or multi-user data.

2026年7月22日
已展示 8 / 19 个已收集 Skill。
已展示 8 / 10 个已收集 Skill。
brainstorming
项目管理专家

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026年8月4日
knowledge-distillation
项目管理专家

通用知识沉淀能力 - 提供从项目交付过程中提炼可复用经验、教训和模式的标准化方法论,包括信息收集、精简提炼、结构化输出。不绑定任何特定工作流或存储方式。当用户说"帮我做知识沉淀"、"总结一下这次需求的经验"、"记录一下踩坑"、"沉淀一下这次的技术决策"、"做个复盘"时使用本技能。

2026年8月4日
tech-design
软件开发工程师

通用技术方案撰写技能。根据需求输入(需求分析报告或口头描述)自动生成结构完整的技术方案 Markdown 文档。当用户说"帮我写技术方案"、"出一个技术设计文档"、"写一份 design doc"、"给这个需求出方案"时使用本技能。

2026年8月4日
writing-plans
项目管理专家

Use when you have a spec or requirements for a multi-step task, before touching code

2026年8月4日
devflow-codex
其他计算机职业

在 Codex 中运行 devflow。用户提到 devflow、start/resume/status/abort devflow、多 agent 工作流,或要求“按 Codex devflow 跑”时使用。

2026年8月4日
knowledge-distillation
其他计算机职业

通用知识沉淀能力。用于从 devflow 或其他交付过程的需求、设计、实现、审查、测试产物中提炼可复用经验、技术决策、踩坑记录和流程改进。

2026年8月4日
superpowers-brainstorming
其他计算机职业

Use during devflow TASK-01 requirement clarification before design or implementation. Explores user intent, requirements, constraints, and success criteria.

2026年8月4日
brainstorming
其他计算机职业

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026年8月4日
已展示 8 / 10 个已收集 Skill。
kdit-development-spec
软件开发工程师

在编码或架构设计前强制执行"需求澄清 → 可行性分析 → 结构设计 → 测试设计 → 编码实现 → 校验 → 文档同步"的七步流程。 适用于功能开发、重构、新模块创建、架构讨论与设计评审等需要先设计后实现的场景。 关键词:development spec、先设计后编码、架构讨论、设计评审、需求确认、结构体设计、单元测试先行、vibe testing。

2026年3月30日
kdit-architecture
软件开发工程师

kDiT 架构知识库:全局架构图、数据流、Node/Pipeline/Generator/Adapter 子系统设计、 PinHub 沙箱机制、PoolKey 间接寻址、DeviceInfo/NodeContext 规范。 关键词:architecture、架构、Node、Pipeline、Generator、Adapter、Engine、Executor、PinHub、Pool。

2026年3月30日
kdit-standards
软件开发工程师

kDiT 编码规范:Import 风格(方案 B)、Python 3.10+ 类型注解、Key 类型体系、 Node/Tensor API 开发约束、异常处理规则、类命名规范。 关键词:standards、规范、import、类型注解、Key、异常处理、命名。

2026年3月30日
kdit-quality
软件质量保证分析师与测试员

kDiT 质量保障与交付验收:单元测试规范(*_test.py 命名、tests/kdit/ 镜像结构)、 pre-commit 格式检查(black 120字符、ruff)、pytest vs ruff 维度差异、文档同步规则。 关键词:quality、测试、test、pytest、pre-commit、ruff、black、验收。

2026年3月30日
kdit-bugfix
软件开发工程师

Bug 修复工作流:修复 bug 时强制执行"根因分析 → 反思测试缺口 → 修复代码 → 补充单元测试 → 验证"流程。 确保每次 bug 修复都附带回归测试,并反思为什么现有测试没能覆盖到。 关键词:bug fix、修复、regression、回归测试、测试缺口。

2026年3月30日
kdit-code-review
软件质量保证分析师与测试员

kDiT 代码评审技能:除常规 CR 项(安全漏洞、格式规范、逻辑正确性)外,重点基于项目 .skills/ 中的架构设计 和编码规范进行评审,确保代码不违背设计原则和约束。 关键词:code review、CR、评审、review、架构合规。

2026年3月30日
kdit-debug
软件开发工程师

系统化调试工作流:当现象不明确、根因未知时,强制执行"信息收集 → 假设生成 → 逐层验证 → 定位根因 → 记录结论"的排查流程。 区别于 bugfix(已知问题修代码),debug 侧重于从混沌的现象中找到问题本质。 关键词:debug、调试、排查、诊断、日志分析、二分法、断点、现象不明。

2026年3月30日
kdit-performance
软件开发工程师

kDiT 性能调优专家:GPU OOM 排查、推理延迟分析、tensor 内存优化、分布式通信瓶颈诊断。 针对视频生成推理框架的特有性能问题,提供系统化的 profiling → 分析 → 优化 → 验证流程。 关键词:performance、性能、OOM、内存、GPU、延迟、profiling、优化、throughput。

2026年3月30日
skillhone
软件开发工程师

SkillHone — toolkit for evaluating, optimizing, and managing agent skills. Use when asked to "evaluate a skill", "run probe", "optimize/iterate a skill", "create a new skill experiment", "seed a skill repo", or "run skill benchmarks"; also use when the user…

2026年8月9日
forgejo
软件开发工程师

Forgejo REST API toolkit — manage issues, pull requests, wikis, and repos on a Forgejo server. Use when the agent needs to file an issue, open / review / merge a PR, read or write a wiki page, or look up repo / branch info. One standalone script per resource…

2026年6月22日
skillhone-optimization
软件开发工程师

Optimize a skill by planning, exploring available tools, diagnosing failures, and implementing fixes via PR. Use this skill as soon as an optimization loop starts, especially on the first iteration when community tools or reference approaches should be…

2026年6月22日
skillhone-synthesis
软件开发工程师

Use this skill to synthesize closed-form, automatically verifiable benchmark Q/A by exploring a tool environment, building a reusable exploration graph, and mining multiple hard questions from that graph. Use for: building a benchmark, writing eval items,…

2026年6月22日
skillhone-evaluation
软件质量保证分析师与测试员

Run and interpret skill evaluations. Use when you need to evaluate a skill, run probe/test/PR-val, check if a PR regresses quality, compare two versions, or diagnose why the score dropped. Handles the full eval lifecycle including solver trajectory diagnosis…

2026年6月22日
skillhone-prd
项目管理专家

Interactively gather a PRD (Product Requirements Document) for an agent skill that is about to be built or optimized by SkillHone. Use when the user says things like "I want to write a new skill", "help me spec this skill", "what should <x>-skill do", or…

2026年6月22日
已展示 12 / 23 个仓库