Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

system-create-skill系统创造技能

Agent Skill

system-create-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

2

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:system-create-skill(系统创造技能)
来源仓库:https://github.com/multicam/qara
仓库路径:skills/system-create-skill
安装命令:
npx skills add https://github.com/multicam/qara --skill system-create-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/multicam/qara --skill system-create-skill

简介

系统创建技能确保:

  • 每项创建的技能都遵循架构标准
  • 自动验证合规性
  • 模板驱动一致性
  • 质量门可防止技能不合规
  • 哲学植根于流程之中
  • 三大核心运营:
  • 创建 - 具有架构合规性的新技能
  • 验证 - 现有技能符合标准
  • 更新 - 修改技能,同时保持合规性
  • 事实来源之一:
  • ${PAI_DIR}/skills/CORE/skill-struct.md
  • 对以下行为零容忍:
  • 孤立的工作流程(未路由)
  • 不可见文件(未链接)
  • 模糊的触发因素(不全面)
  • 结构性违规(错误的原型)
  • 相关文档:
  • ${PAI_DIR}/skills/CORE/skill-struct.md
  • - 规范架构指南(主要)
  • ${PAI_DIR}/skills/CORE/CONSTITUTION.md
  • - PAI总体理念
  • 每周安装量
  • 20
  • 存储库
  • 多机位/卡拉
  • GitHub 之星
  • 2
  • 第一次看到
  • 2026 年 1 月 27 日
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 套接字通行证
  • 斯尼克通行证

SKILL.md

Workflow Routing (SYSTEM PROMPT)

CRITICAL: Every skill creation request MUST follow architectural compliance validation.

When user requests creating a new skill: Examples: "create skill", "create a skill", "new skill", "build skill", "make skill", "skill for X", "Create-A-Skill" → READ: ${PAI_DIR}/skills/CORE/skill-structure.md → READ: ${PAI_DIR}/skills/system-create-skill/workflows/create-skill.md → EXECUTE: Complete skill creation workflow with architectural validation

When user requests validating existing skill: Examples: "validate skill", "check skill compliance", "audit skill", "verify skill structure" → READ: ${PAI_DIR}/skills/CORE/skill-structure.md → READ: ${PAI_DIR}/skills/system-create-skill/workflows/validate-skill.md → EXECUTE: Skill compliance audit workflow

When user requests updating existing skill: Examples: "update skill", "refactor skill", "fix skill routing", "add workflow to skill" → READ: ${PAI_DIR}/skills/CORE/skill-structure.md → READ: ${PAI_DIR}/skills/system-create-skill/workflows/update-skill.md → EXECUTE: Skill update workflow with compliance checking

When user requests canonicalizing a skill: Examples: "canonicalize skill", "canonicalize this skill", "canonicalize [skill-name]", "rebuild skill to standards", "refactor skill to canonical structure" → READ: ${PAI_DIR}/skills/CORE/skill-structure.md → READ: ${PAI_DIR}/skills/system-create-skill/workflows/canonicalize-skill.md → EXECUTE: Complete skill canonicalization workflow - analyze current skill structure and rebuild according to canonical architecture while preserving functionality


When to Activate This Skill

Direct Skill Creation Requests

  • "create skill", "create a skill", "new skill for X"
  • "build skill", "make skill", "add skill"
  • "Create-A-Skill" (canonical name)
  • "skill for [purpose]" or "need a skill that does X"

Skill Validation Requests

  • "validate skill", "check skill compliance", "audit skill structure"
  • "verify skill follows standards", "is this skill compliant"
  • "review skill architecture", "skill quality check"

Skill Update Requests

  • "update skill", "refactor skill", "fix skill routing"
  • "add workflow to skill", "extend skill"
  • "reorganize skill structure", "migrate skill"

Skill Canonicalization Requests

  • "canonicalize skill", "canonicalize this skill", "canonicalize [skill-name]"
  • "rebuild skill to standards", "refactor skill to canonical structure"
  • "fix skill compliance", "bring skill to canonical form"
  • "standardize skill structure", "make skill compliant"

Quality & Compliance Indicators

  • User mentions "architectural standards" or "compliance"
  • User references "skill-structure.md"
  • User asks about "skill best practices" or "skill patterns"
  • User needs to ensure skill follows "template" or "philosophy"

Core Principles

Architectural Compliance

MANDATORY: Every skill MUST comply with the canonical architecture defined in: ${PAI_DIR}/skills/CORE/skill-structure.md

This document defines:

  • The 3 skill archetypes (Minimal, Standard, Complex)
  • The 4-level routing hierarchy
  • Mandatory structural requirements
  • Workflow organization patterns
  • Naming conventions
  • Routing patterns

NON-NEGOTIABLE Requirements:

  1. Workflow Routing Section FIRST - Immediately after YAML frontmatter
  2. Every Workflow Must Be Routed - No orphaned workflow files
  3. Every Secondary File Must Be Linked - From main SKILL.md body
  4. Canonical Structure Template - Follow the exact structure
  5. Progressive Disclosure - SKILL.md → workflows → documentation → references

Template-Driven Philosophy

Consistency over creativity when it comes to structure:

  • Use established archetypes (Minimal/Standard/Complex)
  • Follow canonical naming conventions
  • Implement proven routing patterns
  • Maintain predictable organization

Creativity where it matters:

  • Domain-specific workflows
  • Custom capabilities
  • Unique integrations
  • Innovative approaches to problems

Quality Gates

Every created/updated skill must pass:

  1. Structural Validation

- Correct archetype directory structure - Proper file naming conventions - Required files present

  1. Routing Validation

- Workflow Routing section present and FIRST - All workflows explicitly routed - Activation triggers comprehensive (8-category pattern)

  1. Documentation Validation

- All files referenced in SKILL.md - Clear purpose and when-to-use guidance - Examples provided

  1. Integration Validation

- No duplication of CORE context - Compatible with agent workflows


Skill Creation Process

Step 1: Define Skill Purpose

Ask user to clarify:

  • What does this skill do? (Core capability)
  • When should it activate? (Trigger patterns)
  • What workflows does it need? (Count and categories)
  • What integrations? (Agents, external services)

Step 2: Choose Archetype

Based on workflow count and complexity - see references/archetype-templates.md for details:

Minimal Skill (1-3 workflows) - Zero framework dependencies Standard Skill (3-15 workflows) - Optional documentation/references Complex Skill (15+ workflows) - Full documentation hierarchy

Step 3: Read Architecture Document

ALWAYS read the canonical architecture before creating:

${PAI_DIR}/skills/CORE/skill-structure.md

This ensures:

  • Latest architectural requirements
  • Current best practices
  • Proven routing patterns
  • Quality standards

Step 4: Create Skill Structure

Use the canonical template from skill-structure.md - follow exact structure for chosen archetype.

Step 5: Validate Compliance

Run through quality gates:

  • ✅ Workflow Routing section present and FIRST?
  • ✅ All workflows explicitly routed?
  • ✅ All files referenced in main body?
  • ✅ Activation triggers comprehensive?
  • ✅ Examples provided?
  • ✅ Naming conventions followed?

Step 6: Test Activation

Verify skill activates with natural language triggers from description.


Extended Context

Primary Reference Document

${PAI_DIR}/skills/CORE/skill-structure.md

  • Canonical guide for all skill structure and routing
  • Defines the 3 archetypes (Minimal, Standard, Complex)
  • The 4-level routing hierarchy
  • All structural requirements and naming conventions
  • Routing pattern examples
  • Complete skill ecosystem reference
  • ALWAYS read this before creating or updating skills

Workflow Files

${PAI_DIR}/skills/system-create-skill/workflows/create-skill.md

  • Complete skill creation workflow
  • Step-by-step process with validation gates
  • Template generation
  • Quality assurance checks

${PAI_DIR}/skills/system-create-skill/workflows/validate-skill.md

  • Skill compliance audit workflow
  • Structural validation
  • Routing validation
  • Documentation validation
  • Integration validation

${PAI_DIR}/skills/system-create-skill/workflows/update-skill.md

  • Skill update and refactoring workflow
  • Adding workflows to existing skills
  • Reorganizing skill structure
  • Migration patterns

Reference Documentation

READ: references/archetype-templates.md for complete structure templates and archetype selection guide

READ: references/skill-examples.md for 6 detailed examples covering all common scenarios


Summary

system-create-skill ensures:

  • Every created skill follows architectural standards
  • Compliance is validated automatically
  • Templates drive consistency
  • Quality gates prevent non-compliant skills
  • Philosophy is embedded in process

Three core operations:

  1. Create - New skills with architectural compliance
  2. Validate - Existing skills against standards
  3. Update - Modify skills while maintaining compliance

One source of truth: ${PAI_DIR}/skills/CORE/skill-structure.md

Zero tolerance for:

  • Orphaned workflows (not routed)
  • Invisible files (not linked)
  • Vague triggers (not comprehensive)
  • Structural violations (wrong archetype)

Related Documentation:

  • ${PAI_DIR}/skills/CORE/skill-structure.md - Canonical architecture guide (PRIMARY)
  • ${PAI_DIR}/skills/CORE/CONSTITUTION.md - Overall PAI philosophy

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.85%
按下载量换算56

Claude

29.3%
按下载量换算48

Cursor

20.1%
按下载量换算33

Gemini CLI

8.69%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills