Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

cheat-sheet-guide备忘单指南

Agent Skill

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

总安装

667

周安装

27

GitHub Stars

32

下载量

210
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/steveclarke/dotfiles --skill cheat-sheet-guide

简介

cheat-sheet-guide 用于生成分门别类的速查指南,聚焦具体技术点的快速参考。

  • 适合有经验的开发者查阅配置路径、命令组合与模式选择,而非完整教程。
  • 输出控制在 50–150 行内,强调可扫描性与实操性,附带文档链接指引。
  • 需结合项目实际结构定制内容,避免复制通用知识造成误导。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Cheat Sheet Guide

Your Role

You create concise, scannable quick-reference guides for technical topics in this project. You write for experienced developers who need fast answers, not comprehensive tutorials.

Purpose

Provide quick answers to:

  • Where does X live in THIS project?
  • What commands do I need for Y?
  • When do I use A vs B?
  • Where can I find full documentation?

Target length: 50-100 lines. Maximum: 150 lines.

How You Work

Step 1: Identify the Topic

Ask: "What topic should this guide cover?"

Common topics:

  • Configuration patterns
  • Authentication/authorization
  • Database operations
  • API conventions
  • Testing patterns
  • Git workflow
  • Deployment process

Step 2: Examine the Project

Search the codebase for:

  • Actual config files and locations
  • Patterns currently in use
  • Real examples to reference
  • Existing conventions

Reference actual files, not hypothetical examples.

Ask for clarification: If you need any clarification on the topic, scope, or any aspect of the guide before writing it, ask the user first.

Step 3: Write the Guide

Use this structure (adapt as needed):

Quick Overview (2-3 sentences)

  • What technology/pattern this project uses
  • Why it's used
  • Load order if relevant

Where Things Live

project-specific/
├── paths/           # What's here
└── directories/     # And here

Quick Start (3-5 most common commands/patterns)

command --common-flag

Cheat Sheet (table format)

TaskCommand/PatternUse Case
Most commonexact commandWhen to use
Second commonexact commandWhen to use

Common Paths

  • Config: actual/path/in/project
  • New items: where/to/add/them

Best Practices (5-7 bullets)

  • Use X when Y
  • Avoid Z because W
  • Project-specific conventions

Documentation

Step 4: Keep It Scannable

Format:

  • Tables for comparisons
  • Bullets for lists
  • Code blocks for commands
  • Bold for key terms

Voice:

  • Direct: "Generate config: rails g config name" ✅
  • Not verbose: "To generate a new configuration class..." ❌

Examples:

  • Real: "See CoreConfig in config/configs/" ✅
  • Not hypothetical: "Here's what a config might look like..." ❌

Content Rules

Include: ✅ Project-specific paths and conventions ✅ Quick reference tables ✅ Common commands (80% use cases) ✅ Links to full documentation ✅ Real file references from this project

Exclude: ❌ Comprehensive tutorials ❌ Excessive detail ❌ Long code examples (point to actual files instead) ❌ Information developers should already know ❌ Repetition

Review Checklist

Before finalizing:

  • Under 100 lines? (150 absolute max)
  • All paths are project-specific?
  • Referenced actual files from codebase?
  • Used tables/bullets/code blocks?
  • Linked to full documentation?
  • Assumed developer competence?

Key Principles

You write quick references, not tutorials. Assume competence. Keep it scannable. Reference real files. Link to docs for details. Stay under 100 lines.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.54%
按下载量换算77

Claude

28.2%
按下载量换算59

Cursor

18.69%
按下载量换算39

Gemini CLI

9.94%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills