Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$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
Desarrolladores de softwareDesarrolladores webEspecialistas en gestión de proyectosAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosAnalistas de seguridad de la información
7 occupation categories · 80% classified
28%share
#02
claude-code-toolkit
19 skills · 2026-04-24
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresAnalistas de sistemas informáticosCientíficos de datosEstadísticos
7 occupation categories · 100% classified
21%share
#03
svelte-skills-kit
10 skills · 2026-04-24
Desarrolladores webDesarrolladores de software
2 occupation categories · 100% classified
11%share
#04
devhub-crm
9 skills · 2025-11-02
Desarrolladores webAdministradores de bases de datosAnalistas de garantía de calidad de software y probadoresArquitectos de bases de datosDesarrolladores de software
5 occupation categories · 100% classified
10%share
#05
ralph-town
9 skills · 2026-04-24
Desarrolladores de softwareAdministradores de redes y sistemas informáticos
2 occupation categories · 100% classified
10%share
#06
svelte-claude-skills
7 skills · 2026-02-08
Desarrolladores de softwareDesarrolladores webAdministradores de redes y sistemas informáticosAnalistas de sistemas informáticos
4 occupation categories · 100% classified
7.9%share
#07
my-pi
5 skills · 2026-05-25
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 occupation categories · 100% classified
5.6%share
#08
scottspence.com
2 skills · 2026-04-28
Escritores y 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
sin clasificar

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
sin clasificar

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
sin clasificar

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
sin clasificar

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

2026-05-31
sveltekit-structure
sin clasificar

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
Desarrolladores 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
Desarrolladores 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 en gestión de proyectos

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 y sistemas informáticos

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
Científicos de datos

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
Desarrolladores 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
Desarrolladores 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 informáticos

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
Desarrolladores 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
Otras ocupaciones informáticas

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

2026-04-24
worktree-mastery
Desarrolladores de softwareAdministradores de redes y sistemas informáticos

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
Desarrolladores de software

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

2026-04-24
svelte-components
Desarrolladores 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
Desarrolladores web

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

2026-04-24
svelte-runes
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 los repositorios cargados