All in one Skill manager for AI coding agents. Install, update, and sync Skills across Claude Code, Cursor, Copilot + more.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
no tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 8
- fs package/dist/commands/init.js :7
import { existsSync, mkdirSync, writeFileSync } from 'fs'; - fs package/dist/commands/install.js :5
import { existsSync, rmSync, lstatSync } from 'fs'; - fs package/dist/commands/remove.js :7
import { existsSync, rmSync } from 'fs'; - fs package/dist/index.js :8
import { readFileSync } from 'fs'; - fs package/dist/lib/agents.js :5
import { existsSync } from 'fs'; - fs package/dist/lib/installer.js :5
import { existsSync, mkdirSync, cpSync, rmSync, lstatSync, readdirSync, renameSync } from 'fs'; - fs package/dist/lib/manifest.js :5
import { existsSync, readFileSync, writeFileSync, renameSync, unlinkSync } from 'fs'; - fs package/dist/lib/project-manifest.js :5
import { existsSync, readFileSync, writeFileSync, renameSync, unlinkSync } from 'fs';
shell / exec 2
- shell package/dist/lib/auth.js :4
import { execFileSync } from 'child_process'; - shell package/dist/telemetry.js :13
import { spawn } from 'child_process';
network 2
- net package/dist/lib/http.js :38
const res = await fetch(url, { - net package/dist/telemetry-worker.js :22
await fetch(TELEMETRY_URL, {
secrets 1
- secrets package/dist/lib/auth.js :23
const fromEnv = process.env.SKILLFISH_GITHUB_TOKEN?.trim() ||
declared dependencies 17
- @clack/prompts@^0.11.0
- commander@^14.0.2
- giget@^3.1.1
- picocolors@^1.1.1
- update-notifier@^7.3.1
- @eslint/js@^9.39.2
- @types/node@^25.0.10
- @types/update-notifier@^6.0.8
- eslint@^9.39.2
- eslint-config-prettier@^10.1.8
- husky@^9.1.7
- lint-staged@^16.2.7
- prettier@^3.8.1
- tsx@^4.21.0
- typescript@^5.4.0
- typescript-eslint@^8.53.1
- vitest@^4.0.17