skills/find-skills/SKILL.md
Use when user asks to find, install, or search for agent skills. Also use when user asks 'can you do X' or 'is there a skill for X' where X is a specialized capability. Keywords: install skill, find skill, npx skills, skills.sh, extend agent, add capability.
npx skillsauth add acedergren/agentic-tools find-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Discover and install skills from the open agent skills ecosystem via the Skills CLI.
npx skills find [query] # Search by keyword
npx skills add <owner/repo@skill> # Install a skill
npx skills add <owner/repo@skill> -g -y # Install globally, skip prompts
npx skills check # Check for updates
npx skills update # Update all installed skills
npx skills init my-skill-name # Scaffold a new skill
Browse: https://skills.sh/
| Source | Skills |
|--------|--------|
| acedergren/agentic-tools | OCI (compute, IAM, networking, DBA, finops, landing-zones, genai), orchestrate, prd, implement, tdd, health-check, stitch-*, migrate, doc-sync, quality-commit, prod-readiness |
| vercel-labs/agent-skills | React, Next.js, Vercel deployment, performance |
| ComposioHQ/awesome-claude-skills | General-purpose catalogue |
Install from agentic-tools:
npx skills add acedergren/agentic-tools@orchestrate
npx skills add acedergren/agentic-tools@oracle-dba
npx skills add acedergren/agentic-tools@prd
| Situation | Decision | |-----------|----------| | User explicitly asks for a skill | Install | | Specialized domain (OCI, Stitch, TDD workflow) | Install — domain skills have non-obvious knowledge | | General programming question | Answer directly — no skill needed | | User says "can you do X" | Check for skill first, answer directly if none found |
Default: check before assuming no skill exists.
npx skills find [domain] [task] — specific beats generic ("react testing" > "testing")acedergren/agentic-tools directly for OCI, auth, and workflow skillsIf npx isn't available: npm i -g skills then retry.
npx skills find [query] returned no matches.
Options:
- I can help directly with my general capabilities
- Create your own: npx skills init my-skill-name
-g unless user explicitly wants project-local — project-local install puts skills in ./node_modules/.claude/ which most users don't wantnpx skills find exhausts all options — check known sources table above for OCI/workflow skills that may not be indexed yetdevelopment
--- name: api-audit description: "Use when auditing API routes for schema drift, missing auth, or validation gaps. Scans routes against shared TypeScript types to find mismatches, missing middleware, and undocumented endpoints. Read-only — produces a severity-grouped report. Keywords: audit routes, schema drift, auth gaps, missing validation, type mismatch, orphaned schemas. Triggers on "audit API routes" or "find schema drift"." --- # API Route & Type Audit Skill ## When to Use Load this skil
development
Use when drafting, translating, polishing, or reviewing Swedish text so it sounds natural, fluent, contemporary, and appropriate for its audience. Triggers include "write better Swedish", "make this sound natural in Swedish", "translate into Swedish", "polish this Swedish", "tech company Swedish", "contemporary Swedish words", "Swedish developer docs", and "avoid Anglicisms".
development
Use when working with shadcn-svelte components, TanStack Table in Svelte 5, or Tailwind v4.1. Covers non-obvious reactivity bugs, library selection trade-offs, and migration pitfalls not in the official docs. Keywords: shadcn-svelte, TanStack Table, Tailwind v4.1, Svelte 5 runes, bits-ui, superforms, data table, svelte-check.
data-ai
Use when mapping IDCS claims to org membership after OAuth login succeeds. Covers mapProfileToUser, session.create.before, session.create.after hooks, MERGE INTO upserts, tenant-org mapping, and first-admin bootstrap. Keywords: IDCS groups, org_members, provisioning, session hooks, tenant map, MERGE INTO.