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

manual-guide手动引导

Agent Skill

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

总安装

906

周安装

37

GitHub Stars

11

下载量

293
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill manual-guide

简介

manual-guide 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于操作指南、流程说明或人工引导类信息检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 具体用法可结合原始 README 和仓库内容进一步核验。

SKILL.md

Platform Notes

  • Optional helper plugins may help in some environments, but they must not be treated as required for this skill.

Manual Guide (End-User Documentation)

Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.

Use When

  • Generate end-user manuals and reference guides for ERP modules. Use when the user asks to document a feature, write a user manual, or sync a reference guide. This skill is explicitly separate from doc-architect (which manages AI guidance docs...
  • The task needs reusable judgment, domain constraints, or a proven workflow rather than ad hoc advice.

Do Not Use When

  • The task is unrelated to manual-guide or would be better handled by a more specific companion skill.
  • The request only needs a trivial answer and none of this skill's constraints or references materially help.

Required Inputs

  • Gather relevant project context, constraints, and the concrete problem to solve.
  • Confirm the desired deliverable: design, code, review, migration plan, audit, or documentation.

Workflow

  • Read this SKILL.md first, then load only the referenced deep-dive files that are necessary for the task.
  • Apply the ordered guidance, checklists, and decision rules in this skill instead of cherry-picking isolated snippets.
  • Produce the deliverable with assumptions, risks, and follow-up work made explicit when they matter.

Quality Standards

  • Keep outputs execution-oriented, concise, and aligned with the repository's baseline engineering standards.
  • Preserve compatibility with existing project conventions unless the skill explicitly requires a stronger standard.
  • Prefer deterministic, reviewable steps over vague advice or tool-specific magic.

Anti-Patterns

  • Treating examples as copy-paste truth without checking fit, constraints, or failure modes.
  • Loading every reference file by default instead of using progressive disclosure.

Outputs

  • A concrete result that fits the task: implementation guidance, review findings, architecture decisions, templates, or generated artifacts.
  • Clear assumptions, tradeoffs, or unresolved gaps when the task cannot be completed from available context alone.
  • References used, companion skills, or follow-up actions when they materially improve execution.

Evidence Produced

CategoryArtifactFormatExample
Release evidenceEnd-user manualMarkdown doc covering feature walkthrough, screenshots, and FAQ per ERP moduledocs/manuals/inventory-manual.md

References

  • Use the links and companion skills already referenced in this file when deeper context is needed.

Create end-user manuals and reference guides. This is not for AI instruction documents. Do not edit or generate AGENTS.md or other AI guidance files when this skill is used.

Why Manuals Matter (SaaS Baseline)

End-user manuals and system guides are required deliverables for any SaaS application. Features are not considered complete until:

  • A user-facing manual exists for the feature
  • The manual includes step-by-step instructions, screenshots/visuals, and edge cases
  • The manual is aligned with the feature spec and user workflows

Documentation Standards (MANDATORY): ALL manual files must follow strict formatting rules:

  • 500-line hard limit per manual page - no exceptions
  • Two-tier structure: Manual index/TOC + Individual topic pages (max 500 lines each)
  • Smart subdirectory grouping in /manuals/ by module
  • See doc-standards.md for complete requirements

Trigger Phrases

Activate when the user asks to:

  • "Document feature [X]"
  • "Write manual for [Module]"
  • "Sync reference guide"

Contextual Discovery (Intelligence Phase)

Before writing a single word, analyze these four pillars:

  1. Plans: Scan docs/plans/**/*.md to understand business intent and user stories.
  2. Schema: Scan database/schema/*.sql to identify constraints, triggers, and auto-generated fields.
  3. Codebase: Read implementation in src/ or app/ to see actual UI behavior and data flow.
  4. Documentation: Check docs/* for style guides or technical debt notes.

Output Structure (Dual-Workflow)

Every guide must include:

  1. Conceptual Overview

- Why the feature exists - How it works from a business perspective

  1. Procedural Steps

- Numbered steps for the happy path - Use bold for UI elements (buttons, menus, fields)

  1. Technical Reference

- Tables for auto-generated fields, required inputs, and background triggers

  1. Edge Cases

- Derived from schema constraints and validation rules

Comprehensive Manual Standards (Required)

Use these standards to design manuals for SaaS web apps. Summarize and adapt per module.

1) Documentation Strategy

  • Define audience personas (first-time users, regular users, admins, integrators)
  • Define documentation types (getting started, feature guides, troubleshooting, API docs)
  • Maintain a content audit checklist per release

2) Information Architecture

Organize manuals with a clear hierarchy:

  • Getting Started
  • Tutorials & Guides
  • How-To Articles
  • Reference (feature specs, error codes, shortcuts)
  • Troubleshooting
  • Best Practices
  • What’s New

3) Writing & Microcopy Standards

  • Use active voice and direct instructions
  • Provide numbered, testable steps
  • Use consistent UI terms and button labels
  • Include FAQ and common errors

4) Visual & Media Standards

  • High-resolution screenshots, annotated where needed
  • Blur sensitive data
  • Use consistent naming and alt text
  • Optional short videos with captions

5) Accessibility & Localization

  • Meet WCAG accessibility basics (contrast, headings, alt text, keyboard nav)
  • Prepare for translation and locale formatting

6) Maintenance & Versioning

  • Update manuals alongside feature releases
  • Track changes via version control and changelogs
  • Use analytics/feedback to prioritize improvements

7) Distribution & Promotion

  • Provide in-app help links and searchable docs
  • Publish release notes and guided walkthroughs
  • Maintain downloadable print/PDF versions

Tone & Style

  • Professional, instructional, literal-minded
  • Use tables to compare workflows (e.g., POS vs Direct Sales)
  • Avoid implementation details that are irrelevant to end users

Manual Delivery Requirements (Required)

  • Manuals must be created in /manuals/ using subdirectories for major areas.
  • Create a core page: /public/user-manuals.php based on the standard template (e.g., skeleton.php).
  • The core page should dynamically include manual files, e.g. user-manuals.php?manual=pos-system.
  • When asked to design a manual:

1. Check if /public/user-manuals.php exists. 2. Check if /manuals/ exists and contains subdirectories. 3. If no folders exist, study the codebase and create up to 10 top-level manual sections. 4. Create /manuals/AGENTS.md describing the directory purpose and what each subfolder should contain. 5. Create the manual PHP file for the requested module in its subfolder.

Manual UI Expectations (Web)

  • Make manuals enjoyable and interactive, not static help pages.
  • Use a clean, high-contrast layout with subtle depth (glassmorphism-like panels).
  • Provide a top progress indicator and section anchors.
  • Provide a fast live search/omnibox (Cmd/Ctrl+K) with visual previews when feasible.
  • Use highlighted UI callouts (dim rest of page on hover/focus of a term).
  • Ensure mobile readability and fast load time.

Manual PDF Expectations

  • Produce a clean, print-ready manual for export.
  • Support a dark-mode style variant where feasible.
  • Use high-quality typography (sans for headings, monospace for field names).
  • Include visual anchors (clean UI illustrations rather than heavy screenshots).
  • Optional QR code links for video walkthroughs or live demos.

Tool Permissions

  • Allowed: read_file, list_dir, grep_search, file_search, create_file, apply_patch
  • Use edits only for manuals and /public/user-manuals.php scaffolding

Output Formatting

  • Manuals should be created as PHP files in /manuals/<section>/ and included dynamically by user-manuals.php

Cross-References to SDLC & Documentation Skills

Related Skills

SkillRelationship
sdlc-user-deploySDLC-standard user documentation (User Manual, Training Materials, Ops Guide). This skill produces in-app PHP manuals; sdlc-user-deploy produces SDLC-standard markdown docs. Use both for complete coverage.
sdlc-planningSRS defines features that need manuals. Use SRS feature list as manual scope checklist.
sdlc-designAPI docs and SDD inform technical reference sections in manuals.
sdlc-testingTest cases reveal edge cases that should be documented in manuals.
doc-architectGenerates AI guidance docs (AGENTS.md). NOT end-user manuals — use this skill instead.
feature-planningSpecs include Documentation Impact notes that define manual requirements.
spec-architectSpecs are "manual-ready" — use their workflow descriptions for manual content.
project-requirementsUser workflows and business rules inform manual content.
report-print-pdfReport export patterns — reference in manual sections about report features.

When to Use Which Documentation Skill

NeedSkill
In-app PHP manual for ERP modulemanual-guide (this skill)
SDLC-standard user manual (markdown)sdlc-user-deploy
AI guidance docs (AGENTS.md)doc-architect
Project README and CLAUDE.md updatesupdate-claude-documentation
Feature spec with documentation impactspec-architect or feature-planning

Back to: Skills Repository Related: sdlc-user-deploy | doc-architect | feature-planning Last Updated: 2026-02-20

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.21%
按下载量换算109

Claude

32.08%
按下载量换算94

Cursor

16.79%
按下载量换算49

Gemini CLI

9.67%
按下载量换算28

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills