🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 99 |
| ⭐ GitHub Stars | 315(fork 3) |
| 🗓️ 最近推送 | 2026-07-14 |
| 🌱 项目创建 | 2026-04-24 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 1 |
📝 工具简介
mizchi开发的agent skills,通过APM分发使用。
📖 怎么用
1) 安装:全局装单个 skill 用 `apm install -g mizchi/skills/<category>/<skill-name>`;想固定版本就加 `#v0.1.0` 后缀;不用 APM 的话用 `npx skills add mizchi/skills --skill <skill-name>`。2) 配置:项目级安装要编辑 `apm.yml`,在 `dependencies` 下加 `apm: - mizchi/skills/<category>/<skill-name>`。3) 开始用:装完直接调用对应 skill;维护 README 用 `pkf run gen:readme` 同步,CI 检查用 `pkf run check:readme`。
📋 迷你测评
mizchi开发的agent skills,通过APM分发。亮点是分发机制轻量,安装方便。适合想快速试装技能的开发者。
📄 README 要点
这是mizchi维护的一套agent技能合集,通过APM(Agent包管理器)分发。每个目录都是一个独立的技能,遵循agentskills.io开放标准。安装方式挺灵活,可以全局装、按用户装,或者写进项目的apm.yml里,还能固定到特定版本标签。最关键的是它遵循开放格式,所以Claude Code、Codex、opencode、Gemini CLI、Cursor这些主流agent都能直接用,不非得用APM。每个技能目录里都有README,里面有复制粘贴就能用的安装示例。技能覆盖前端咨询工具包等方向,适合想给agent快速加技能又不想被某个特定工具绑死的人。
查看英文原文
mizchi/skills A collection of agent skills maintained by @mizchi, distributed via APM (Agent Package Manager). Each directory is a standalone skill following the agentskills.io open standard. Install Install an individual skill (global / user scope): [安装/使用命令见下方] Or add to a project's apm.yml : [安装/使用命令见下方] Pin to a tag: [安装/使用命令见下方] These follow the open Agent Skills format, so any compatible agent (Claude Code, Codex, opencode, Gemini CLI, Cursor, …) can use them without APM. Each skill's README shows a npx skills add command (the skills CLI, installs into every detected agent) and a raw npx degit folder copy as alternatives: [安装/使用命令见下方] Every skill directory carries its own README.md with copy paste install examples, generated from the skill's SKILL.md frontmatter. Regenerate them all after editing any frontmatter: [安装/使用命令见下方] Skills Frontend A toolkit for frontend consulting engagements. Install skills from mizchi/skills/frontend/ . Skill Install path Description frontend review triage frontend/review triage Day 0 initial assessment — scorecard, top 3 risks, app classification. frontend review ci frontend/review ci CI timing analysis — bottleneck identification, sharding/cache/concurrency recommendations. frontend review hygiene frontend/review hygiene Code quality — TypeScript strictness, lint, dead code, duplication. frontend review deps frontend/review deps Dependency health — freshness, CVE triage with attack vector weighting, Tier 1/2/3 library detection. frontend review testing frontend/review testing Testing posture — vitest coverage, Playwright config, VRT setup. frontend review security frontend/review security Security review — HTML sinks, auth/token storage, route guards, env var exposure, AI self pentest. frontend review state frontend/review state State management architecture — server/URL/form/UI classification, Jotai/Zustand/Redux anti patterns. frontend review performance frontend/review performance Rendering performance — profiler first, memo
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除