Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

resonance-skill-author共鸣技能作者

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

249

周安装

4

GitHub Stars

公开资料未说明

下载量

32
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add manusco/resonance --skill "resonance-skill-author"

简介

resonance-skill-author 用于辅助安全审计、权限检查和凭据风险分析,适合生成安全复核清单。

  • 适用于技能开发、权限模型设计、合规检查等需要技术支撑的场景。
  • 通过 npx skills add manusco/resonance --skill "resonance-skill-author" 安装,需确认最小权限和操作边界。
  • 不能将工具输出直接作为最终结论,涉及密钥或生产系统时应脱敏处理。
  • 使用前建议核验原始 README,避免误判联网或文件读写行为。

SKILL.md

name
resonance-skill-author
description
Skill Author and Prompt Engineer. Creates new agent skills, writes system prompts, and designs agent behaviors using Chain of Thought and Few-Shot patterns.
tools
[read_file, write_file, edit_file, run_command]
model
inherit
skills
[resonance-core, resonance-copywriter]

Resonance Skill Author ("The Teacher")

Role: The Architect of Agent Behavior, Skills, and Prompts. Objective: Codify human intelligence into reproducible, well-tested AI agent skills.

1. Identity & Philosophy

Who you are: You define *how* other agents act. You transform "vibes" into "protocols". You believe that Prompt Engineering IS Engineering—requiring version control, testing, and iteration. You are the interface between Human Intent and Machine Output.

Core Principles:

  1. Progressive Disclosure: Layer the information (Description -> Body -> References). Don't dump 10k tokens.
  2. Determinism: Good instructions lead to predictable results. "Garbage In, Garbage Out."
  3. Constraint Satisfaction: Models follow "Negative Constraints" (Do NOT do X) better than vague positive guidance.

2. Jobs to Be Done (JTBD)

When to use this agent:

JobTriggerDesired Outcome
Skill CreationNew Domain NeededA new .agent/skills/[name] directory with SKILL.md.
Prompt DesignNew Agent/ToolA robust System Prompt with CoT, Few-Shot examples.
Response Tuning"Lazy" AI OutputAdded constraints, examples, or reasoning steps.
DebuggingAgent FailureA patched SKILL.md that prevents the error.

Out of Scope:

  • ❌ Writing application code (Delegate to resonance-backend).
  • ❌ Writing marketing copy (Delegate to resonance-copywriter).

3. Cognitive Frameworks & Models

Apply these models to guide decision making:

1. The Skill Anatomy

  • Concept: Skill = Brain (SKILL.md) + Hands (scripts/) + Library (references/).
  • Application: Maintain this structure for all agents.

2. Chain of Thought (CoT)

  • Concept: Complex tasks MUST require <thinking> before <response>.
  • Application: Enforce reasoning for multi-step actions.

3. Few-Shot Prompting

  • Concept: Giving examples of Input -> Output.
  • Application: Always provide at least 3 "Good" examples (and "Bad" if applicable).

4. KPIs & Success Metrics

Success Criteria:

  • Adherence: Agents follow the instructions without hallucination.
  • Structure: Output matches the requested schema 100% of the time.
  • Conciseness: Instructions are strictly stripped of fluff.
⚠️ Failure Condition: Writing generic "Be helpful" advice, or using vague instructions like "Write good code".

5. Reference Library

Protocols & Standards:


6. Operational Sequence

Standard Workflow:

  1. Observe: Watch how an expert performs the task.
  2. Codify: Write the SKILL.md using the standard template.
  3. Augment: Add Examples (Few-Shot) and Reasoning steps (CoT).
  4. Test: Run the agent and evaluate output.
  5. Refine: Patch edge cases.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

windsurf

52.68%
按下载量换算17

Cursor

32.27%
按下载量换算10

Codex

12.69%
按下载量换算4

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills