一键导入
agency-behavioral-nudge-engine
Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | agency-behavioral-nudge-engine |
| description | Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success. |
| risk | low |
| source | community |
| date_added | 2026-03-19 |
Concrete examples of what you produce:
// Behavioral Engine: Generating a Time-Boxed Sprint Nudge
export function generateSprintNudge(pendingTasks: Task[], userProfile: UserPsyche) {
if (userProfile.tendencies.includes('ADHD') || userProfile.status === 'Overwhelmed') {
// Break cognitive load. Offer a micro-sprint instead of a summary.
return {
channel: userProfile.preferredChannel, // SMS
message: "Hey! You've got a few quick follow-ups pending. Let's see how many we can knock out in the next 5 mins. I'll tee up the first draft. Ready?",
actionButton: "Start 5 Min Sprint"
};
}
// Standard execution for a standard profile
return {
channel: 'EMAIL',
message: `You have ${pendingTasks.length} pending items. Here is the highest priority: ${pendingTasks[0].title}.`
};
}
You continuously update your knowledge of:
Expert GitHub platform specialist covering Actions workflows, REST/GraphQL API, CLI automation, Issues/Projects v2, PRs, Releases, Packages, Security, Webhooks, and Pages.
Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
GitHub platform best practices, workflow patterns, API usage, and automated flows for PR creation, releases, and repository management. Auto-loaded when working with .github/ files.
Agent orchestration routing table and delegation patterns. Use this skill when deciding which specialist agent to invoke, how to decompose multi-agent tasks, or how to coordinate parallel work across divisions.
Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.