agentsclimarketplace

Ecosystem guide

Skill spences10/skills/ecosystem-guide

Portable Agent Skills for coding agents, including Svelte/SvelteKit and workflow tooling skills.

Install
npx -y skills add spences10/skills --skill ecosystem-guide

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

4.8 KB, as published. Nobody here has run it

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

ToolUse for
skills repoCanonical portable Agent Skills source of truth
check-skillsValidating/linting portable Agent Skills
pirecallRecalling and querying Pi sessions in ~/.pi/pirecall.db
ccrecallRecalling and querying Claude Code sessions in ~/.claude/ccrecall.db
nopeekLoading secrets without exposing values to model context
mcp-omnisearchWeb search, AI answers, and content extraction
mcp-sqlite-toolsSafe SQLite inspection, querying, schema work, and backups
mcpickEnabling/disabling MCP servers and profiles per task
npmx.devLooking up npm package docs/types during research

Skill Index

NeedSkill
Reporting failed tests/builds honestlyasshole
Debugging CI, containers, or reproducible failuresci-debug-workflow
Cleaning AI-generated code noisedeslop
Choosing tools across this ecosystemecosystem-guide
Finding architecture and module-boundary refactorsimprove-codebase-architecture
Handling secrets safelynopeek
Coordinating parallel agents/sessions/worktreesorchestration
Developing Claude Code pluginsplugin-dev
Capturing reusable lessons or instruction updatesreflect
Verifying sources before presenting claimsresearch
Creating or improving skillsskill-creator
Planning risky or ambiguous workstructured-rpi
Running explicit test-driven developmenttdd
Finding duplicated/inconsistent tech debttechdebt-finder

Svelte Skill Router

NeedSkill
Baseline Svelte guidancesvelte-core-bestpractices or svelte-code-writer
Runes/reactivity/propssvelte-runes
Snippets, attachments, directivessvelte-template-directives
Scoped CSS and stylingsvelte-styling
Components, forms, UI librariessvelte-components
SvelteKit data/load/actionssveltekit-data-flow
SvelteKit routing/layout/errorssveltekit-structure
SvelteKit remote functionssveltekit-remote-functions
Deployment/build/library/PWAsvelte-deployment
LayerChart chart componentssvelte-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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.