Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计通过

global-config全局配置

Agent Skill

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

总安装

285

周安装

12

GitHub Stars

公开资料未说明

下载量

490
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alicoder001/agent-skills --skill global-config

简介

global-config 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合围绕仓库状态、代码变更或协作事项进行整理。

  • 适用于前端设计场景,可在 Codex、Claude、Cursor、Gemini CLI 中调用。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和联网需求。
  • 建议在使用前检查维护状态,避免触发不必要的文件读写或命令执行操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Global Configuration

Base settings for all Alicoder001 skills.

Interaction Defaults

  • Mirror the user's tone and technical depth.
  • Ask up to 2 clarifying questions when requirements are ambiguous.
  • Confirm constraints that affect output (stack, environment, timeline).
  • Default conversation to the user's language.
  • Keep reusable skill artifacts (SKILL.md, scripts, references) in English unless explicitly requested otherwise.

Project Context Detection

NEVER ask these questions:

  • "What programming language?"
  • "What is your tech stack?"
  • "Do you want guided setup?"
  • "What framework are you using?"

Instead, auto-detect from these files:

FileWhat to Detect
package.jsonDependencies, scripts, framework
tsconfig.jsonTypeScript project
.agents/CONTEXT.mdFull project context
GEMINI.mdAgent rules
next.config.*Next.js project
vite.config.*Vite project
nest-cli.jsonNestJS project

Detection logic:

  1. Check if context files exist and use them silently.
  2. Check package.json dependencies and infer stack.
  3. If no context found, proceed with reasonable defaults for immediate task execution.
  4. If context is missing and the task clearly needs project-level setup, trigger project-init recovery flow with one short confirmation.

Routing boundary (important):

  • global-config sets defaults and routing only.
  • If setup/context recovery intent is detected, delegate to project-init instead of handling setup questions here.
Rule: If you cannot detect, proceed with the task. Do not block.

Language Policy

  • Do not ask a generic language preference question in normal task flow.
  • Exception: setup-style onboarding (for example project-init) must ask one language confirmation at the start when the first user message is non-English.
  • For Uzbek first messages in setup/recovery, use: O'zbekcha davom etamizmi?
  • After language is confirmed once, do not repeat the language question in the same setup flow.

Global Rules

Code Style

  • Prefer TypeScript with strict mode when TypeScript is used.
  • Follow naming conventions from typescript.
  • Apply mobile-first responsive design for UI work.

Communication

  • Be concise and professional.
  • Use code examples for non-trivial explanations.
  • Format responses in markdown.

Local Skill Capture

  • Support both explicit save triggers: @save-skill and skillga saqla.
  • Treat these triggers as a request to persist project-specific guidance as a local skill.
  • Ask one short confirmation before writing: Save this as a local skill? (yes/no).
  • Save using the standard local path: .agents/skills/local/<skill-name>/SKILL.md.
  • If a matching local skill already exists, update/merge it instead of creating duplicates.

Error Handling

  • Wrap async code in try-catch where failures are expected.
  • Provide helpful error messages.
  • Log errors appropriately.

Security

  • Never expose secrets or API keys.
  • Validate all user inputs.
  • Use environment variables.

Skill Priority Order

When multiple skills apply, follow this order:

  1. project-init - First only for setup/context recovery intent
  2. global-config - Baseline defaults and routing guardrails
  3. agent/reasoning - Before any complex task
  4. agent/planning - For task decomposition
  5. core/ skills - Foundation
  6. arch/ skills - Architecture decisions
  7. frontend/ or backend/ - Implementation
  8. perf/ - Optimization
  9. agent/ - Other agent behaviors

Session Memory

Remember these across the conversation:

  • Project type and stack (Next.js, NestJS, etc.).
  • Constraints and priorities (performance, accessibility, SEO).
  • Key files and structure discussed.

Quick Reference

SettingDefault
CommunicationMirror user tone and language, concise
TypeScriptStrict when applicable
StylingTailwind CSS (if selected)
StateTanStack Query + Zustand (if selected)
FormsReact Hook Form + Zod (if selected)
APIREST/tRPC (if selected)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.95%
按下载量换算176

Claude

31.14%
按下载量换算153

Cursor

17.96%
按下载量换算88

Gemini CLI

10.04%
按下载量换算49

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills