api-for-yourself

仓库创建 2026年1月29日最近提交 13 小时前SkillHot 收录 4 小时前
▸ 精选理由

将模糊的个人偏好结构化为可读可用的规范,便于标准化团队互动。

这个 Skill 做什么

把“如何与我合作”以 API 规范形式生成,便于团队对齐与 onboarding。

把“怎么跟我合作”写成一个可调用的 API 规范:列出可请求的 endpoint(你该怎么问、会得到什么)、rate limits、错误码、鉴权和变更日志。用于入职、团队对齐或写个人 README,把模糊的工作方式硬性变成明确的接口和约束。好玩的地方是格式能很幽默,但真正把沟通期望量化、便于自动化查阅。

▸ 展开 SKILL.md 英文原文

Publish 'how to work with me' as a literal API spec — endpoints (what to ask me for and what you'll get back), rate limits (meeting and interrupt tolerance), error codes (what happens when you surprise me Friday 5pm), auth (how to earn trust), and a changelog. Use when onboarding to a new team, when a new manager or report arrives, for a team working-styles session, or 'write my README/user manual'. Produces a personal API spec that's genuinely funny and secretly the best onboarding doc on the team.

Skill 开发管理自我文档团队对齐入职规范通用
1.2k
Stars
220
Forks
40
仓库内 Skill
+74
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/main/skills/api-for-yourself/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/main/skills/api-for-yourself/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# API For Yourself Skill

"User manual for me" documents have existed for years and mostly read like
horoscopes ("I value transparency"). The API-spec format fixes them by force:
an endpoint must say what you send and what comes back; a rate limit must be a
number; an error code must name the actual failure behaviour. The joke is the
format — the payload is real self-knowledge, and the test of every line is
*would a new teammate behave differently after reading it?* Deadpan technical
voice, honest contents, one page.

## What This Skill Produces

- A **personal API spec**: endpoints, request formats, rate limits, error
  codes, auth & scopes, dependencies, scheduled maintenance, changelog —
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有