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

alignment-values-north-star对齐值北极星

Agent Skill

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

总安装

1,152

周安装

49

GitHub Stars

85

下载量

404
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:alignment-values-north-star(对齐值北极星)
来源仓库:https://github.com/lyndonkl/claude
仓库路径:skills/alignment-values-north-star
安装命令:
npx skills add https://github.com/lyndonkl/claude --skill alignment-values-north-star
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/lyndonkl/claude --skill alignment-values-north-star

简介

对齐值北极星提供三层治理框架:北极星方向、价值观护栏和行为十诫,用于团队对齐。

  • 适用于需要建立工程团队共同认知和价值基准的场景,支持多宿主环境集成。
  • 通过分层结构明确战略方向、核心原则和可观测行为,提升团队决策一致性。
  • 安装命令:npx skills add https://github.com/lyndonkl/claude --skill alignment-values-north-star
  • 使用前应理解三层模型关系,北极星设定愿景,价值观定义边界,行为十诫体现实践。

SKILL.md

Alignment: Values & North Star

Table of Contents

- 1. Understand Context - 2. Choose Framework - 3. Develop Alignment Artifact - 4. Validate Quality - 5. Deliver and Socialize

The framework has three layers: North Star (aspirational direction), Values/Guardrails (core operating principles), and Decision Tenets/Behaviors (concrete, observable demonstrations of values).

Quick Example:

# Engineering Team Alignment

## North Star
Build systems that developers love to use and operators trust to run.

## Values
- **Simplicity**: Choose boring technology that works over exciting technology that might
- **Reliability**: Every service has SLOs and we honor them
- **Empathy**: Design for the developer experience, not just system performance

## Decision Tenets
When choosing between options:
✓ Pick the solution with fewer moving parts
✓ Choose managed services over self-hosted when quality is comparable
✓ Optimize for debuggability over micro-optimizations
✓ Document decisions (ADRs) for future context

## Behaviors (What This Looks Like)
- Code reviews comment on operational complexity, not just correctness
- We say no to features that compromise reliability
- Postmortems focus on learning, not blame
- Documentation is part of "done"

Workflow

Copy this checklist and track your progress:

Alignment Framework Progress:
- [ ] Step 1: Understand context
- [ ] Step 2: Choose framework
- [ ] Step 3: Develop alignment artifact
- [ ] Step 4: Validate quality
- [ ] Step 5: Deliver and socialize

Step 1: Understand context

Gather background: team/organization (size, stage, structure), current situation (new team, scaling, misalignment, crisis), trigger (why alignment needed NOW), stakeholders (who needs to align), hard decisions (where misalignment shows up), and existing artifacts (mission, values, culture statements). This ensures the framework addresses real needs.

Step 2: Choose framework

For new teams/startups (< 30 people, defining identity from scratch) → Use resources/template.md. For scaling organizations (existing values need refinement, multiple teams, need decision framework) → Study resources/methodology.md. To see examples → Review resources/examples/ (engineering-team.md, product-vision.md, company-values.md).

Step 3: Develop alignment artifact

Create alignment-values-north-star.md with: compelling North Star (1-2 sentences, aspirational but specific), 3-5 core values (specific to this team, not generic), decision tenets ("When X vs Y, we..."), observable behaviors (concrete examples), anti-patterns (optional - what we DON'T do), and context (optional - why these values). See Common Patterns for team-type specific guidance.

Step 4: Validate quality

Self-check using resources/evaluators/rubric_alignment_values_north_star.json. Verify: North Star is inspiring yet concrete, values are specific and distinctive, decision tenets guide real decisions, behaviors are observable/measurable, usable for decisions TODAY, trade-offs acknowledged, no contradictions, distinguishes this team from others. Minimum standard: Score ≥ 3.5 (aim for 4.5+ if organization-wide).

Step 5: Deliver and socialize

Present completed framework with rationale (why these values), examples of application in decisions, rollout/socialization approach (hiring, decision-making, onboarding, team meetings), and review cadence (typically annually). Ensure team can recall and apply key points.

Common Patterns

For technical teams:

  • Focus on technical trade-offs (simplicity vs performance, speed vs quality)
  • Make architectural principles explicit
  • Include operational considerations
  • Address technical debt philosophy

For product teams:

  • Center on user/customer value
  • Address feature prioritization philosophy
  • Include quality bar and launch criteria
  • Make product-market fit assumptions explicit

For company-wide values:

  • Keep values aspirational but grounded
  • Include specific behaviors (not just values)
  • Address how values interact (what wins when they conflict?)
  • Make hiring/firing implications clear

For crisis/change:

  • Acknowledge what's changing
  • Re-center on core that remains
  • Be explicit about new priorities
  • Include timeline for transition

Guardrails

Do:

  • Make values specific and distinctive (not generic)
  • Include concrete behaviors and examples
  • Acknowledge trade-offs (what you're NOT optimizing for)
  • Test values against real decisions
  • Keep it concise (1-2 pages max)
  • Make it memorable (people should be able to recall key points)
  • Involve the team in creating it (not top-down)

Don't:

  • Use corporate jargon or buzzwords
  • Make it so generic it could apply to any company
  • Create laundry list of every good quality
  • Ignore tensions between values
  • Make it purely aspirational (need concrete behaviors)
  • Set it and forget it (values should evolve)
  • Weaponize values to shut down dissent

Quick Reference

  • Standard template: resources/template.md
  • Scaling/complex cases: resources/methodology.md
  • Examples: resources/examples/engineering-team.md, resources/examples/product-vision.md, resources/examples/company-values.md
  • Quality rubric: resources/evaluators/rubric_alignment_values_north_star.json

Output naming: alignment-values-north-star.md or {team-name}-alignment.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

30.34%
按下载量换算123

Gemini CLI

24.5%
按下载量换算99

Antigravity

17.17%
按下载量换算69

windsurf

12.52%
按下载量换算51

OpenCode

7.17%
按下载量换算29

github-copilot

2.99%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills