spences10/skills

ecosystem-guide

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

First seen May 7, 2026

Installation

$ npx skills add spences10/skills --skill ecosystem-guide

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from spences10/skills · top by installs.

npx skills add spences10/skills

Browse all from spences10/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code
More metadata
last_updated
2026-05-15
verified_against
current local skill refresh

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,908 B
  • docs SUMMARY.md 145 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 33 installs

SKILL.md

Agent Workflow Ecosystem Guide

Use this as the index for the LLM tooling system in this repo. If another skill mentions one of these tools or repo skills, keep it listed here so agents can understand how the ecosystem fits together.

Tool Index

Tool Use for
skills repo Canonical portable Agent Skills source of truth
check-skills Validating/linting portable Agent Skills
pirecall Recalling and querying Pi sessions in ~/.pi/pirecall.db
ccrecall Recalling and querying Claude Code sessions in ~/.claude/ccrecall.db
nopeek Loading secrets without exposing values to model context
mcp-omnisearch Web search, AI answers, and content extraction
mcp-sqlite-tools Safe SQLite inspection, querying, schema work, and backups
mcpick Enabling/disabling MCP servers and profiles per task
npmx.dev Looking up npm package docs/types during research

Skill Index

Need Skill
Reporting failed tests/builds honestly asshole
Debugging CI, containers, or reproducible failures ci-debug-workflow
Cleaning AI-generated code noise deslop
Choosing tools across this ecosystem ecosystem-guide
Finding architecture and module-boundary refactors improve-codebase-architecture
Handling secrets safely nopeek
Coordinating parallel agents/sessions/worktrees orchestration
Developing Claude Code plugins plugin-dev
Capturing reusable lessons or instruction updates reflect
Verifying sources before presenting claims research
Creating or improving skills skill-creator
Planning risky or ambiguous work structured-rpi
Running explicit test-driven development tdd
Finding duplicated/inconsistent tech debt techdebt-finder

Svelte Skill Router

Need Skill
Baseline Svelte guidance svelte-core-bestpractices or svelte-code-writer
Runes/reactivity/props svelte-runes
Snippets, attachments, directives svelte-template-directives
Scoped CSS and styling svelte-styling
Components, forms, UI libraries svelte-components
SvelteKit data/load/actions sveltekit-data-flow
SvelteKit routing/layout/errors sveltekit-structure
SvelteKit remote functions sveltekit-remote-functions
Deployment/build/library/PWA svelte-deployment
LayerChart chart components svelte-layerchart

Common Commands

pnpx pirecall recall "what did we decide?" --json
pnpx ccrecall recall "last auth work" --json
pnpx nopeek load .env --only DATABASE_URL
pnpx check-skills validate . --recursive
pnpx mcpick enable omnisearch sqlite-tools

MCP Setup

Install common MCP tools when a harness supports MCP servers:

npm i -g mcp-omnisearch mcp-sqlite-tools mcpick

Use mcp-omnisearch for research, mcp-sqlite-tools for local databases, and mcpick for keeping MCP context lean.

Skill Authoring + Validation

Use skill-creator for authoring, then validate before finishing:

pnpx check-skills validate ./my-skill
pnpx check-skills validate . --recursive --llm --quiet
pnpx check-skills validate . --recursive --no-quality