Skip to main content
coleam00
GitHub 创作者资料

coleam00

按仓库查看 25 个 GitHub 仓库中的 118 个已收集 skills。

已收集 skills
118
仓库
25
更新
2026年8月29日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
skills
31 个 skills · 2026年8月26日
软件开发工程师其他计算机职业软件质量保证分析师与测试员项目管理专家综合办公文员计算机系统分析师
6 个职业分类 · 已分类 97%
26%占比
#02
ai-native-starter-pack
21 个 skills · 2026年7月29日
软件开发工程师软件质量保证分析师与测试员项目管理专家网络与计算机系统管理员
4 个职业分类 · 已分类 100%
18%占比
#03
Archon
12 个 skills · 2026年8月29日
软件开发工程师软件质量保证分析师与测试员
2 个职业分类 · 已分类 100%
10%占比
#04
frontend-mix
9 个 skills · 2026年6月2日
软件开发工程师软件质量保证分析师与测试员其他计算机职业网页与数字界面设计师
4 个职业分类 · 已分类 100%
7.6%占比
#05
second-brain-skills
5 个 skills · 2026年1月24日
平面设计师其他计算机职业网页开发工程师软件开发工程师
4 个职业分类 · 已分类 100%
4.2%占比
#06
hyperframes-ai-video-generation
5 个 skills · 2026年5月13日
软件开发工程师影片与视频编辑特效艺术家和动画师音视频技术员
4 个职业分类 · 已分类 100%
4.2%占比
#07
custom-agent-with-skills
5 个 skills · 2026年1月26日
综合办公文员其他高等院校教师软件质量保证分析师与测试员餐厅厨师
4 个职业分类 · 已分类 100%
4.2%占比
#08
helpline
4 个 skills · 2026年5月19日
软件开发工程师软件质量保证分析师与测试员
2 个职业分类 · 已分类 100%
3.4%占比
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

hooks-create
未分类

Author a working Claude Code hook from a plain-English description of what it should guarantee or do. You describe the behavior ("never let the agent edit my migrations", "don't stop until the tests pass", "log every command"); this skill picks the right…

2026年8月26日
build-dark-factory
其他计算机职业

Take a PRD and build a dark factory around it - a repository that takes work in as an issue and ships validated code out with nobody at the keyboard - one component at a time, into the user's actual repo. Covers the five components in construction order - the…

2026年8月14日
opportunity-scan
其他计算机职业

Scan how you actually work with your coding agent and surface what to encode next. Point it at ONE run's artifacts to find what would have prevented a specific failure (the reactive loop — 'that went wrong, what should change in the AI layer?'), or at a…

2026年8月11日
piv-implement
软件开发工程师

Executes an implementation plan task-by-task with validation at every step. Use when you have a completed feature plan and want to implement it in one pass.

2026年8月9日
piv-investigate-issue
软件开发工程师

Investigate a GitHub issue — fan out parallel exploration, find the root cause (5 Whys, evidence-backed), and write a reviewable RCA artifact (then post a summary to the issue). The investigate step before piv-implement-issue. Use to diagnose a bug/issue…

2026年8月9日
piv-review-pr
软件质量保证分析师与测试员

Full pull-request review — fetch the PR, run the project's validation, review the diff with fresh eyes (dispatching the code-reviewer agent), categorize issues by severity, post the review to GitHub (approve / request-changes / comment), and save a report.…

2026年8月9日
plan-create-prd
项目管理专家

Interactive, problem-first PRD generator — interviews the user to surface the thesis (the problem, and WHY build it) and a falsifiable hypothesis, then writes a focused PRODUCT-level PRD (problem · evidence · hypothesis · users · MVP · success metrics ·…

2026年8月9日
rules-create-global
软件开发工程师

Set up your project's global rules, a lean and well-structured root CLAUDE.md (plus a starter .claude/), following the course methodology. Greenfield: pass your PRD and/or architecture-spec path and it derives rules from your engineering decisions (a PRD…

2026年8月9日
已展示 8 / 31 个已收集 Skill。
spec
项目管理专家

Slice an epic or next-epic doc into PIV-sized tickets with a dependency graph. Turns a large strategic doc into the discrete units of work that the PIV loop consumes. Accepts a Confluence page id OR a local PRD/epic doc path; optionally cross-references a…

2026年7月29日
agent-browser
软件质量保证分析师与测试员

Drive a real browser to validate web apps end-to-end. Use when you need to navigate to a URL, interact with UI elements, fill forms, click buttons, take screenshots, assert page state, or run a full end-to-end validation flow for a web feature. The primary…

2026年5月24日
create-rules
软件开发工程师

Derive the AI Layer's global rules (CLAUDE.md) and on-demand context modules FROM an existing codebase by analyzing its real structure, conventions, and patterns. Use on a brownfield codebase that has no CLAUDE.md yet (Brownfield Type A) to build the…

2026年5月24日
plan-feature
软件开发工程师

Creates a comprehensive, context-rich implementation plan through deep codebase analysis and external research. Use when you have a feature request and need a one-pass-ready plan before writing any code.

2026年5月24日
prime-backend
软件开发工程师

Primes the agent with focused understanding of the backend portion of the codebase — API routes, services, data models, and database layer — without loading unrelated frontend code. Use at the start of a session when the work is scoped to API endpoints,…

2026年5月24日
prime-frontend
软件开发工程师

Primes the agent with focused understanding of the frontend portion of the codebase — components, routing, state management, and styling — without loading unrelated backend code. Use at the start of a session when the work is scoped to UI or client-side…

2026年5月24日
code-review-fix
软件质量保证分析师与测试员

Fixes bugs surfaced by a manual or AI code review, one at a time, with tests, then runs full validation. Use after a code review has produced a list of issues or a review file.

2026年5月21日
code-review
软件质量保证分析师与测试员

Performs a technical code review of recently changed files for bugs, security issues, and standards compliance, then writes a report. Use before committing, as a pre-commit quality gate.

2026年5月21日
已展示 8 / 21 个已收集 Skill。
archon-cli
软件开发工程师

Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon",…

2026年8月29日
rulecheck
软件质量保证分析师与测试员

Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.

2026年8月18日
release
软件开发工程师

Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release -…

2026年8月4日
test-release
软件质量保证分析师与测试员

Verify a released archon binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating that a hotfix binary actually works after a re-tag. Triggers: "test the…

2026年8月4日
docker-extend
软件开发工程师

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container',…

2026年4月5日
replicate-issue
软件质量保证分析师与测试员

Replicate and validate a GitHub issue by spinning up Archon, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or…

2026年4月4日
validate-ui
软件质量保证分析师与测试员

Comprehensive end-to-end validation of the Archon Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Archon web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration,…

2026年4月4日
agent-browser
软件质量保证分析师与测试员

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026年3月30日
已展示 8 / 12 个已收集 Skill。
frontend-mix-explore
软件开发工程师

Gather context for a mixed-provider full-stack build before planning. Run this skill in a Claude Code session on Sonnet (cheap context gathering, no heavy reasoning needed). It inspects the repo, reads the spec if you point it at one, and writes a context.md…

2026年6月2日
frontend-mix-plan
软件开发工程师

Plan a full-stack web application by producing a three-section spec (UI / Integration / Deployment) that downstream provider-specific sessions can execute. Run this skill in a Claude Code session on Opus, AFTER frontend-mix-explore has produced a context.md.…

2026年6月2日
frontend-mix-fix-validation
软件质量保证分析师与测试员

Address validation failures recorded by the frontend-mix-validate session. Run this skill in a Claude Code session driving Opus - failures that survived two Sonnet repair attempts need real judgment, not more grinding. Reads validation-issues.md, fixes each…

2026年6月1日
frontend-mix-smoke
软件质量保证分析师与测试员

Runtime smoke-test a freshly validated mixed-provider build by driving the RUNNING app with agent-browser - load every route, exercise the primary interaction, check status codes and console errors. Run this skill in a Claude Code session driving Sonnet.…

2026年6月1日
frontend-mix-validate
软件质量保证分析师与测试员

Run the full validation suite (install, type-check, lint, build, tests) on a freshly integrated app and fix anything broken. Run this skill in a Claude Code session driving Sonnet - validation is grind work, Sonnet is the right tool. Two-attempt cap per step;…

2026年6月1日
frontend-mix-deploy
软件开发工程师

Deploy a validated build per SECTION C of a planning document. Run this skill in a Claude Code session driving Opus - the deploy step is reasoning-light most of the time but needs judgment when the dry-run output looks off. Skill is generic: it does whatever…

2026年5月29日
frontend-mix-design
网页与数字界面设计师

Design and scaffold a beautiful frontend from SECTION A of a planning document. Run this skill in a Pi session driving Gemini 3.5 Flash, because Gemini builds the most beautiful frontends right now. The skill only builds the UI surface - auth, API calls, and…

2026年5月29日
frontend-mix-integrate
软件开发工程师

Wire up auth, backend API, and third-party SDK integrations into a UI scaffold by executing SECTION B of a planning document. Run this skill in a Claude Code session driving Opus - integration is reasoning-heavy. The skill is plan-driven, not vendor-specific:…

2026年5月29日
已展示 8 / 9 个已收集 Skill。
brand-voice-generator
平面设计师

Generate tone-of-voice and brand-system files for use with the PPTX Generator and other brand-aware skills. TRIGGERS - Use this skill when user says: - "help me create a brand system" / "set up my brand" - "generate my tone of voice" / "create my voice…

2026年1月24日
mcp-client
其他计算机职业

Universal MCP client for connecting to any MCP server with progressive disclosure. Wraps MCP servers as skills to avoid context window bloat from tool definitions. Use when interacting with external MCP servers (Zapier, Sequential Thinking, GitHub,…

2026年1月24日
pptx-generator
平面设计师

Generate and edit presentation slides as PPTX files. Also create LinkedIn carousels and manage reusable slide layouts. TRIGGERS - Use this skill when user says: - "create slides for [brand]" / "generate presentation for [brand]" / "make slides for [brand]" -…

2026年1月24日
remotion-best-practices
网页开发工程师

Create and edit Remotion videos with domain-specific knowledge. TRIGGERS - Use this skill when: - User mentions "Remotion" in their request - User references a Remotion project path (remotion-videos/*, contains remotion.config.ts) - User asks to create,…

2026年1月24日
sop-creator
软件开发工程师

Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a…

2026年1月24日
已展示 12 / 25 个仓库