Skip to main content
spences10
GitHub 创作者资料

spences10

按仓库查看 12 个 GitHub 仓库中的 98 个已收集 skills。

已收集 skills
98
仓库
12
更新
2026年8月28日
仓库分布

Skills 分布在哪些仓库

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

这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

operating-tailscale-agent-hosts
网络与计算机系统管理员

Private remote coding-agent hosts over Tailscale. Use when configuring unattended Linux workers, persistent remote agents, or private access to development services.

2026年7月19日
orchestration
软件开发工程师

Coordinate parallel agent work. Use when decomposing complex tasks, running review/implementation in parallel, managing task lists, or choosing shared vs isolated workspaces.

2026年7月4日
svelte-deployment
软件开发工程师

Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.

2026年6月8日
sveltekit-data-flow
软件开发工程师

SvelteKit data flow guidance. Use when working with load functions, form actions, server/client boundaries, serialization, or invalidation.

2026年6月8日
sveltekit-remote-functions
软件开发工程师

Implement SvelteKit remote functions. Use for query(), query.live(), form(), command(), and prerender() patterns in .remote.ts files.

2026年6月8日
sveltekit-structure
软件开发工程师

SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.

2026年6月8日
svelte-core-bestpractices
软件开发工程师

Svelte 5 core best practices. Use when creating, editing, or reviewing .svelte, .svelte.ts, or .svelte.js files. Routes to deeper Svelte skills.

2026年5月31日
svelte-layerchart
软件开发工程师

Build Svelte LayerChart components. Use for tooltip snippets, Chart context access, gradients, highlights, axes, and Svelte 5 snippet patterns.

2026年5月31日
已展示 8 / 26 个已收集 Skill。
mcp-setup
网络与计算机系统管理员

Setup guide for essential MCP servers. Use when configuring MCP servers or when user asks about search, SQLite, or MCP management.

2026年4月24日
analytics
数据科学家

Query Claude Code session analytics from ccrecall database. Use when user asks about token usage, session history, or wants to analyze their Claude Code usage patterns.

2026年4月24日
advanced-prompting
软件开发工程师

High-leverage prompts that challenge Claude's defaults. Use for "grill me", "prove it works", "scrap this", "what would 10x engineer do", "find ways this fails".

2026年4月24日
claude-md-maintenance
软件开发工程师

Maintain CLAUDE.md files effectively. Use when adding lessons learned, updating conventions, or restructuring project instructions.

2026年4月24日
orchestration
计算机系统分析师

Multi-agent orchestration patterns for Claude Code team mode. Use when coordinating teammates, decomposing complex tasks, or managing shared task lists.

2026年4月24日
structured-rpi
软件开发工程师

Enhanced Research-Plan-Implement workflow with structured phase gates. Use when tackling complex tasks that benefit from a phased approach with user checkpoints.

2026年4月24日
terminal-optimization
其他计算机职业

Terminal setup for Claude Code. Use for Ghostty config, statusline customization, voice dictation, tmux worktrees.

2026年4月24日
worktree-mastery
软件开发工程师网络与计算机系统管理员

Git worktree patterns for parallel Claude sessions. Run multiple Claude instances on same repo without conflicts.

2026年4月24日
已展示 8 / 19 个已收集 Skill。
create-harness
未分类

Use when assessing ambiguous or high-risk coding work before creating an approved task harness. Establishes evidence, existing primitives, rejected options, a smallest vertical slice, and an optional execution contract.

2026年8月27日
execute-harness
未分类

Use when running an existing /tmp Pi task harness. Executes inside the active contract, records status, respects enforcement, and loops through validation.

2026年8月27日
pi-release-workflow
软件开发工程师

Use when preparing or validating Pi monorepo releases, including Changesets, pnpm lockfile updates, package previews, release-age policy, and installability checks.

2026年7月26日
pi-primitive-check
软件开发工程师

Use when evaluating proposed Pi customisation work against built-in Pi primitives before implementation, especially extensions, packages, slash commands, and workflow ideas.

2026年7月26日
pi-review-gated-delivery
软件开发工程师

Use when coordinating review-gated delivery of discrete GitHub issues between one implementation peer and a review-only lead, with user-owned Changesets and approval-gated commits.

2026年7月15日
review-harness
其他计算机职业

Use when reviewing implementation work that ran through a /tmp Pi task harness. Checks contract drift, unsafe shortcuts, validation evidence, and status honesty.

2026年7月12日
pi-observability-local-dev
软件开发工程师

Use when developing or reviewing packages/pi-observability dashboard/server changes locally, especially rebuilding dist, restarting the 43190 server, validating UI behavior, or keeping the local dashboard in sync with source edits.

2026年6月25日
pi-extension-development
软件开发工程师

Use when creating or modifying Pi extensions, built-in extension wiring, prompt shims, package scaffolds, package READMEs, or packages/pi-* implementation in this monorepo.

2026年6月1日
已展示 8 / 10 个已收集 Skill。
sveltekit-remote-functions
软件开发工程师

SvelteKit remote functions guidance. Use for query(), form(), command(), and prerender() patterns in .remote.ts files.

2026年4月24日
svelte-components
网页开发工程师

Svelte component patterns. Use for web components, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or third-party integration.

2026年4月24日
svelte-deployment
软件开发工程师

Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.

2026年4月24日
svelte-runes
软件开发工程师

Svelte runes guidance. Use for reactive state, props, effects, or migration. Covers $state, $derived, $effect, $props, $bindable. Prevents reactivity mistakes.

2026年4月24日
svelte-styling
软件开发工程师

Svelte CSS styling patterns. Use for scoped styles, CSS custom properties, style: directive, :global, or styling child components.

2026年4月24日
sveltekit-data-flow
软件开发工程师

SvelteKit data flow guidance. Use for load functions, form actions, server/client data, and invalidation. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error(), invalidateAll().

2026年4月24日
sveltekit-structure
软件开发工程师

SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.

2026年4月24日
ecosystem-guide
其他计算机职业

Guide to spences10's Claude Code ecosystem tools. Use when user asks which tool to use, how tools relate, or needs help choosing between MCP servers, skills, or CLIs.

2026年4月24日
已展示 8 / 10 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 12 / 12 个仓库
已展示全部仓库