Token导航 LogoToken导航TokenDH.com
开发规范只读github未标认证来源可访问许可证需确认审计通过

import-guidelines进口指南

Agent Skill

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

总安装

643

周安装

26

GitHub Stars

66

下载量

202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill import-guidelines

简介

进口指南技能用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理的任务场景。
  • 核心能力包括开发规范制定、代码标准检查和最佳实践指导,支持团队协作开发。
  • 安装方式:github;安装命令:npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill import-guidelines。
  • 使用前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。

SKILL.md

/dm:import-guidelines

Purpose

Import and structure brand guidelines into the persistent brand knowledge layer. Converts unstructured guideline documents, style guides, restriction lists, and messaging playbooks into structured, enforceable markdown files that are automatically applied across all modules and commands.

Input Required

The user provides one or more of:

  • Pasted guideline content: Text from an existing brand guide, style guide, or restriction list
  • Verbal description: Spoken/typed rules ("we never use exclamation marks", "always lead with data")
  • Category to update: Which guideline category to add to (voice-and-tone, messaging, restrictions, channel-styles, visual-identity, or custom)
  • Source document reference: Description of where these guidelines come from

If the user doesn't specify a category, analyze the content and route it to the correct category automatically.

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for existing guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load existing guidelines to merge with (not overwrite). If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Classify the content — Determine which guideline category (or categories) the input belongs to:

- Voice rules, writing style, tone → voice-and-tone.md - Key messages, taglines, positioning, value props → messaging.md - Banned words, restricted claims, disclaimers, prohibited topics → restrictions.md - Per-channel format/tone rules → channel-styles.md - Colors, fonts, logo rules, imagery style → visual-identity.md - Anything else → custom/{descriptive-name}.md

  1. Structure the content — Convert unstructured input into organized markdown:

- Extract individual rules as bullet points - Group by sub-topic with clear headings - Add before/after examples where the input provides them - Preserve the user's intent — don't add rules they didn't specify - Use the framework structure from skills/context-engine/guidelines-framework.md

  1. Check for conflicts — Compare new guidelines against existing profile settings:

- If guidelines say "casual tone" but profile has formality=8, flag the conflict - If restrictions ban words that appear in existing brand messaging, flag it - Present conflicts to the user and ask which takes precedence - Note: channel-styles intentionally override base voice for specific channels (not a conflict)

  1. Merge with existing guidelines — If the category already has content:

- Show the user what already exists - Ask: merge (add new rules to existing), replace (overwrite), or cancel - When merging, deduplicate rules and maintain organization

  1. Save and confirm — Write the structured guideline file:

- Save using guidelines-manager.py --brand {slug} --action save --category {category} - Or write directly to ~/.claude-marketing/brands/{slug}/guidelines/{file} - Manifest is rebuilt automatically on save - Confirm: show the category, rule count, and a preview of what was saved

  1. Ask about additional categories — If the user's input might span multiple categories:

- "I also noticed messaging content — would you like me to save that to messaging.md?" - "Some of these rules are channel-specific — should I also create channel-styles.md?"

Output

  • Confirmation of what was saved, with rule counts
  • Preview of the structured guideline file
  • Any conflicts flagged between guidelines and existing brand profile
  • Suggestion to import additional categories if relevant content was detected
  • Reminder: "These guidelines will be automatically applied when creating content. Use /dm:import-guidelines again to add more."

Guideline Categories Reference

CategoryFileWhat Goes Here
Voice & Tonevoice-and-tone.mdWriting style, tone rules, dos/don'ts, readability, pronoun preferences
Messagingmessaging.mdPositioning, value props, key messages, taglines, elevator pitches, proof points
Restrictionsrestrictions.mdBanned words, restricted claims, mandatory disclaimers, prohibited topics
Channel Styleschannel-styles.mdPer-channel tone, format, hashtag/emoji policies, content types
Visual Identityvisual-identity.mdColors, fonts, logo rules, photography style (text descriptions)
Customcustom/{name}.mdAccessibility rules, legal review triggers, seasonal rules, partner guidelines

Examples

User: "Here's our brand voice guide: We're friendly but professional. Never use jargon. Always explain technical concepts simply. Use 'you' not 'customers'. Sentences should be under 20 words."

Result: Saves to voice-and-tone.md:

# Brand Voice & Tone Guide

## Core Voice
- Friendly but professional
- Always explain technical concepts in plain language
- Use "you" and "your" — never "customers" or "users"

## Writing Style
- Sentences: maximum 20 words
- No jargon — if a simpler word exists, use it

## Dos and Don'ts
- DO: Use plain language and direct address
- DON'T: Use industry jargon or technical terminology without explanation

User: "We can never use the words 'cheap', 'guarantee', 'best', or 'revolutionary'. Health claims need a disclaimer."

Result: Saves to restrictions.md:

# Brand Restrictions & Guardrails

## Banned Words and Phrases
- "cheap" → use "affordable" or "cost-effective"
- "guarantee" → use "committed to" or "designed to"
- "best" → use specific proof points instead
- "revolutionary" → use "innovative" or describe the specific innovation

## Mandatory Disclaimers
- Health/wellness claims: Include "This is not medical advice. Consult your healthcare provider."

Reference Files

  • skills/context-engine/guidelines-framework.md — Full framework for structuring and applying guidelines
  • scripts/guidelines-manager.py — CLI for guideline CRUD operations

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.54%
按下载量换算72

Claude

28.12%
按下载量换算57

Cursor

19.37%
按下载量换算39

Gemini CLI

9.59%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills