PrimeFlow
A personal index of core competencies and practical insights. It documents the specific tools and skill sets I prioritize for building reliable software and managing projects.
Install / Use
/learn @heyallencao/PrimeFlowREADME
Skills-by-Allen
English
A collection of open-source skills for Claude Code and other AI agents.
These skills are built around one idea: you should control how AI agents work, not the other way around.
Skills
| Skill | Description | |-------|-------------| | handoff-session | Cross-session handoff protocol. Freeze your work context, resume in any session or agent. |
How to use
Copy the skill folder into your project and add it to your Claude Code skills path.
Each skill folder contains:
SKILL.md— the skill definition loaded by the agentREADME.md— usage documentationscripts/— helper scripts if neededreferences/— templates and references
Why
AI agents have a context window problem. When context fills up, the agent compresses silently — you don't know what got dropped. When you switch sessions or agents, context resets — you have to re-explain everything.
These skills are built to give that control back to you.
中文
开源 Claude Code Skills 合集。
核心思路只有一个:工作现场的控制权应该在你手里,不是 AI 的黑盒里。
Skills 列表
| Skill | 说明 | |-------|------| | handoff-session | 跨会话交接协议。冻结工作现场,在任意会话或 agent 中恢复执行。 |
使用方式
把 skill 文件夹复制到你的项目中,添加到 Claude Code 的 skills 路径即可。
每个 skill 包含:
SKILL.md— agent 加载的 skill 定义README.md— 使用说明scripts/— 辅助脚本(如有)references/— 模板与参考文件
