원클릭으로
ecosystem-guide
Navigating LLM tooling workflows. Use when choosing recall, search, SQLite, MCP, secret-safety, or skill validation tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Navigating LLM tooling workflows. Use when choosing recall, search, SQLite, MCP, secret-safety, or skill validation tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Coordinate parallel agent work. Use when decomposing complex tasks, running review/implementation in parallel, managing task lists, or choosing shared vs isolated workspaces.
Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.
SvelteKit data flow guidance. Use when working with load functions, form actions, server/client boundaries, serialization, or invalidation.
Implement SvelteKit remote functions. Use for query(), query.live(), form(), command(), and prerender() patterns in .remote.ts files.
SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.
Svelte 5 core best practices. Use when creating, editing, or reviewing .svelte, .svelte.ts, or .svelte.js files. Routes to deeper Svelte skills.
| name | ecosystem-guide |
| description | Navigating LLM tooling workflows. Use when choosing recall, search, SQLite, MCP, secret-safety, or skill validation tools. |
| metadata | {"last_updated":"2026-05-15","verified_against":"current local skill refresh"} |
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 | 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 |
| 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 |
| 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 |
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
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.
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