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

developer-pip-designer开发人员 pip 设计师

Agent Skill

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

总安装

269

周安装

11

GitHub Stars

公开资料未说明

下载量

86
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:developer-pip-designer(开发人员 pip 设计师)
来源仓库:https://github.com/clous-ai/agents
仓库路径:skills/developer-pip-designer
安装命令:
npx skills add clous-ai/agents --skill "developer-pip-designer"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

AgentSkills.tonpx skills
npx skills add clous-ai/agents --skill "developer-pip-designer"

简介

developer-pip-designer 辅助 Python 包依赖管理与虚拟环境配置。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中优化项目可复现性。
  • 通过 npx 从 GitHub 仓库安装后可自动生成 requirements.txt 或 pyproject.toml。
  • 注意锁定版本范围,防止依赖冲突导致构建失败。
  • 适合多项目并行开发者统一管理运行时环境。

SKILL.md

name
developer-pip-designer
description
This skill should be used when the user asks to "create a PIP", "design performance improvement plan", "write performance plan", "document performance issues", or "create formal improvement plan". Creates fair, legal-safe PIPs with clear expectations, measurable milestones, evidence documentation, and legally-compliant language.
version
0.1.0
license
MIT

Developer PIP Designer

Create Performance Improvement Plans (PIPs) that are fair, specific, measurable, and legally defensible while supporting employee success.

Purpose

Design PIPs that:

  • Clearly document performance gaps
  • Set specific, measurable improvement goals
  • Provide support and resources
  • Establish fair timeline and checkpoints
  • Use legally-safe language
  • Create paper trail for potential termination

Core Framework

PIP Structure

# Performance Improvement Plan

**Employee:** [Name]
**Role:** [Title]
**Manager:** [Manager Name]
**Start Date:** [Date]
**Duration:** 90 days
**Review Date:** [90 days from start]

## Performance Gaps

### Gap 1: [Specific Area]
**Current Performance:** [Observable, specific behaviors]
**Expected Performance:** [Clear standard for role/level]
**Evidence:**
- [Date]: [Specific incident/pattern]
- [Date]: [Specific incident/pattern]

### Gap 2: [Specific Area]
[Same structure]

## Improvement Goals

### Goal 1: [Measurable objective]
**Success Criteria:** [How measured, by when]
**Support Provided:** [Resources, training, mentorship]
**Checkpoint Date:** Week 4

### Goal 2: [Measurable objective]
[Same structure]

## Support & Resources

- Weekly 1:1s with manager
- [Specific training/resources]
- [Mentorship/pairing]
- [Tools/access needed]

## Checkpoints

| Date | Milestone | Success Criteria |
|------|-----------|------------------|
| Week 2 | Early progress check | [Specific deliverable] |
| Week 4 | First formal review | [Measurable outcome] |
| Week 8 | Midpoint assessment | [Measurable outcome] |
| Week 12 | Final review | [All goals met Y/N] |

## Consequences

If performance does not improve to meet expectations by [End Date], employment may be terminated.

## Acknowledgment

_Employee Signature:_ _________________ _Date:_ _______
_Manager Signature:_ _________________ _Date:_ _______

*This is a working document. Please consult HR before finalizing.*

Legal-Safe Language

❌ AVOID:

  • "You're not a team player"
  • "Your attitude is bad"
  • "You don't fit our culture"
  • "Always" / "Never"
  • Vague criticisms

✅ USE INSTEAD:

  • "Missed 3 of last 4 sprint commitments"
  • "Received feedback from 2 teammates about..."
  • "Code reviews average 36 hours (team norm: 24 hours)"
  • Specific, observable, measurable behaviors

Documentation Requirements

For each performance gap:

  1. Specific dates and incidents
  2. Observable behaviors (not assumptions)
  3. Impact on team/product
  4. Prior feedback given (documented)
  5. Attempts to address informally

Evidence to Gather:

  • Performance review notes
  • 1:1 meeting notes
  • Peer feedback
  • Project outcomes
  • Attendance records
  • Code review metrics

Common Mistakes

Mistake: Surprise PIP (no prior feedback) Fix: Document informal feedback first, escalate gradually

Mistake: Vague goals ("be more proactive") Fix: Specific, measurable ("Ship 2 features independently by Week 8")

Mistake: Unrealistic timeline Fix: 60-90 days standard, longer for complex skills

Mistake: No support provided Fix: Explicit mentorship, training, resources

Using Supporting Resources

Templates

  • templates/pip-template.md - Full PIP document template
  • templates/evidence-log.json - Performance issue tracking

References

  • references/legal-pip-language.md - Compliant phrasing
  • references/pip-best-practices.md - Fair, effective PIPs

Scripts

  • scripts/validate-pip-legal.py - Check for problematic language

IMPORTANT: Always consult HR and legal before issuing PIP.


Progressive Disclosure: Legal compliance, difficult scenarios, and manager coaching in references/.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

29.26%
按下载量换算25

Claude Code

23.93%
按下载量换算21

Gemini CLI

14.99%
按下载量换算13

windsurf

11.31%
按下载量换算10

OpenCode

7.41%
按下载量换算6

Cursor

3.17%
按下载量换算3

安全审计

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

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills