Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
spences10
GitHub creator profile

spences10

Repository-level view of 89 collected skills across 11 GitHub repositories, including approximate occupation coverage.

skills collected
89
repositories
11
occupation fields
3
updated
2026-05-31
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
25 skills · 2026-05-31
Desenvolvedores de softwareDesenvolvedores webEspecialistas em gestão de projetosAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de segurança da informação
7 occupation categories · 80% classified
28%share
#02
claude-code-toolkit
19 skills · 2026-04-24
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresAnalistas de sistemas de computadorCientistas de dadosEstatísticos
7 occupation categories · 100% classified
21%share
#03
svelte-skills-kit
10 skills · 2026-04-24
Desenvolvedores webDesenvolvedores de software
2 occupation categories · 100% classified
11%share
#04
devhub-crm
9 skills · 2025-11-02
Desenvolvedores webAdministradores de banco de dadosAnalistas de garantia de qualidade de software e testadoresArquitetos de banco de dadosDesenvolvedores de software
5 occupation categories · 100% classified
10%share
#05
ralph-town
9 skills · 2026-04-24
Desenvolvedores de softwareAdministradores de redes e sistemas de computador
2 occupation categories · 100% classified
10%share
#06
svelte-claude-skills
7 skills · 2026-02-08
Desenvolvedores de softwareDesenvolvedores webAdministradores de redes e sistemas de computadorAnalistas de sistemas de computador
4 occupation categories · 100% classified
7.9%share
#07
my-pi
5 skills · 2026-05-25
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 occupation categories · 100% classified
5.6%share
#08
scottspence.com
2 skills · 2026-04-28
Escritores e autores
1 occupation categories · 100% classified
2.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
skills
25 skills61updated 2026-05-31
28% of creator
svelte-core-bestpractices
sem classificação

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

2026-05-31
svelte-layerchart
sem classificação

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

2026-05-31
svelte-template-directives
sem classificação

Svelte template directive guidance. Use when working with snippets, attachments, dynamic HTML, declaration tags, debugging tags, or global DOM events.

2026-05-31
sveltekit-remote-functions
sem classificação

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

2026-05-31
sveltekit-structure
sem classificação

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-05-31
svelte-components
Desenvolvedores web

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

2026-05-16
svelte-runes
Desenvolvedores web

Implement Svelte 5 runes correctly. Use for reactive state, props, effects, $state.raw, $derived.by, $props, and $bindable.

2026-05-16
ecosystem-guide
Especialistas em gestão de projetos

Navigating LLM tooling workflows. Use when choosing recall, search, SQLite, MCP, secret-safety, or skill validation tools.

2026-05-16
Showing top 8 of 25 collected skills in this repository.
#002
claude-code-toolkit
19 skills332updated 2026-04-24
21% of creator
mcp-setup
Administradores de redes e sistemas de computador

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

2026-04-24
analytics
Cientistas de dados

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-04-24
advanced-prompting
Desenvolvedores de software

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-04-24
claude-md-maintenance
Desenvolvedores de software

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

2026-04-24
orchestration
Analistas de sistemas de computador

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

2026-04-24
structured-rpi
Desenvolvedores de software

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

2026-04-24
terminal-optimization
Outras ocupações de informática

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

2026-04-24
worktree-mastery
Desenvolvedores de softwareAdministradores de redes e sistemas de computador

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

2026-04-24
Showing top 8 of 19 collected skills in this repository.
#003
svelte-skills-kit
10 skills832updated 2026-04-24
11% of creator
sveltekit-remote-functions
Desenvolvedores de software

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

2026-04-24
svelte-components
Desenvolvedores web

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

2026-04-24
svelte-deployment
Desenvolvedores web

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

2026-04-24
svelte-runes
Desenvolvedores web

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

2026-04-24
svelte-styling
Desenvolvedores web

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

2026-04-24
sveltekit-data-flow
Desenvolvedores web

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-04-24
sveltekit-structure
Desenvolvedores web

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-04-24
ecosystem-guide
Desenvolvedores de software

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-04-24
Showing top 8 of 10 collected skills in this repository.
#004
devhub-crm
9 skills60updated 2025-11-02
10% of creator
Showing top 8 of 9 collected skills in this repository.
#005
ralph-town
9 skills20updated 2026-04-24
10% of creator
Showing top 8 of 9 collected skills in this repository.
#006
svelte-claude-skills
7 skills20820updated 2026-02-08
7.9% of creator
#007
my-pi
5 skills377updated 2026-05-25
5.6% of creator
#008
scottspence.com
2 skills5910updated 2026-04-28
2.2% of creator
Mostrando 11 de 11 repositorios
Todos os repositorios foram exibidos