一个面向编码智能体的便携技能包,提供可组合的技能,如UI原型、本地Web应用驱动、仓库索引和Git工作树管理。

Stars

9

7 天增长

暂无数据

Fork 数

4

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-07-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它采用标准化的可组合技能格式,并支持可选的上游集成,使智能体能够执行结构化任务(如基于实物的UI设计和隔离的Git操作),且可通过CLI轻松安装。

适合谁使用

  • 构建或扩展编码智能体的开发者
  • Vercel skills CLI的使用者
  • 希望借助智能体辅助UI原型设计的前端工程师
  • Git工作流自动化实践者

典型使用场景

  • 使用ui-mockups和drive-local-webapp在实现前确定UI视觉规范
  • 通过无头Chromium截图自动化测试本地Web应用
  • 使用cbm-onboard通过codebase-memory-mcp索引并保持仓库最新
  • 使用spin-worktree为问题分支或PR创建隔离的Git工作树

项目优势

  • 技能可组合,并能协同工作(例如UI工作流绑定了浏览器驱动)
  • 通过标准skills CLI可单个或全部安装,操作简单
  • 可选的上游技能(如grilling、codebase-design)可增强工作流而不破坏核心功能
  • 清晰说明了额外依赖和安全注意事项(如技能可能修改仓库或安装钩子)

使用前须知

  • 部分技能需要预先安装特定工具(Node.js 20+、Playwright、Git、GitHub CLI)
  • 可选的上游技能未打包在内,需用户从所有者仓库单独安装
  • 启动进程或修改仓库的技能在执行前需要仔细审查

README 快速开始

Connor Griffin's agent skills

A portable skill pack for coding agents. Skills live under skills/ and work with clients that support the Agent Skills format. Some skills compose: the UI workflow uses the bundled browser driver for rendered evidence.

Included skills

SkillPurposeExtra requirement
ui-mockupsExplore grounded UI directions and lock one visual spec before implementationdrive-local-webapp for rendered review; parallel-agent support is recommended
drive-local-webappDrive and screenshot a local web app with headless ChromiumNode.js 20+; installs Playwright locally
cbm-onboardIndex a repository with codebase-memory-mcp and keep it currentcodebase-memory-mcp on PATH
spin-worktreeCreate isolated Git worktrees for issue and PR workGit; GitHub CLI only for --pr discovery

Install

Install the primary UI workflow with its required browser driver using the standard skills CLI:

npx skills add ConnorGriffin/skills \
  --skill ui-mockups \
  --skill drive-local-webapp

Install another skill by itself:

npx skills add ConnorGriffin/skills --skill spin-worktree

Install every skill:

npx skills add ConnorGriffin/skills --all

The CLI prompts for the target agents and whether to install per-project or globally. Review skill instructions and scripts before running them; several skills intentionally start processes, modify repositories, or install Git hooks.

Optional upstream skills

Optional integrations are enhancements, not hidden runtime requirements:

  • Codebase Memory: accelerates structural exploration. Without it, use ordinary repository search and file reads.
  • grilling: sharpens the UI brief. Without it, run the short inline interview described by ui-mockups.
  • codebase-design: helps shape non-trivial render logic. Without it, keep the shipping module shape and preserve locality.
  • impeccable: adds a final visual-quality audit. Without it, run the explicit contrast, focus, overflow, and target-size checks.

Install Matt Pocock's optional skills from their owner rather than copying them into this pack:

np

项目描述

Portable coding-agent skills for UI mockups, browser verification, Codebase Memory, and isolated worktrees.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

yetone
精选
yetone GitHub avatar

kill-ai-slop

Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

AI 与机器学习AI 智能体
805
gnipbao
精选
gnipbao GitHub avatar

story-to-handdrawn-video

A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

AI 与机器学习AI 智能体
683
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958