345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commercial & finance, and your daily productivity skills.
dot-skill
dot-skill is an open-source integrations skill for Claude Code and compatible agents, published by titanwings. Its author describes it as: “Unified meta-skill engine for distilling colleague, relationship, or celebrity characters into reusable Skills. | 统一的 meta-skill 引擎,把 colleague、relationship、celebrity 三类对象蒸馏成可复用 Skill。”. The project has 23k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/titanwings/colleague-skill ~/.claude/skills/colleague-skill`.
What dot-skill does
> **Language / 语言**: This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. Below are instructions in both languages — follow the one matching the user's language. > > 本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。
Installation
Add dot-skill to your agent with:
git clone https://github.com/titanwings/colleague-skill ~/.claude/skills/colleague-skill Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for dot-skill is organised into these sections:
- 触发条件
- 工具使用规则
- 主流程:创建新 Skill
- Step 0:确认 character family
- Step 1:基础信息录入
- Step 2:原材料导入
- Step 3:分析原材料
- celebrity / budget-friendly
- celebrity / budget-unfriendly
- Step 4:生成并预览
- Step 5:写入文件
- 进化模式:追加文件
When to use it
Reach for dot-skill when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
About titanwings/colleague-skill
[](LICENSE) [](https://python.org) [](https://agentskills.io) [](https://github.com/titanwings/colleague-skill/stargazers)
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 23,366 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does dot-skill do?
- Unified meta-skill engine for distilling colleague, relationship, or celebrity characters into reusable Skills. | 统一的 meta-skill 引擎,把 colleague、relationship、celebrity 三类对象蒸馏成可复用 Skill。
- How do I install dot-skill?
- Run git clone https://github.com/titanwings/colleague-skill ~/.claude/skills/colleague-skill in your agent, then reload your skills. Review the source at https://github.com/titanwings/colleague-skill before installing.
- Is dot-skill free to use?
- Yes. dot-skill is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Related skills
More Integrations →One paragraph describing what this agent does, who it's for, and when to activate it.
Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools.
Mint a tamper-evident, post-quantum-signed receipt for a consequential agent action (deploy, delete, pay, grant-access, model decision) so it can be verified later from the certificate alone. Use when an autonomous agent takes a side-effecting action that may need to be proven later, or when satisfying EU AI Act Article 12 record-keeping. Three decisions: whether an action needs a receipt, minting it, verifying it. Signing is delegated to the open-source OpenAgentOntology package. Not after-the-fact log analysis; not a hosted notary; not a legal opinion.