AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Find Skills

skill-rohitg00-skillkit-find-skills · by rohitg00

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugi…

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-rohitg00-skillkit-find-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rohitg00-skillkit-find-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Find Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Find Skills

Universal skill discovery across all AI agent skill marketplaces.

When to Use

Use this skill when the user:

  • Asks "how do I do X" where X might have an existing skill
  • Says "find a skill for X" or "is there a skill that can..."
  • Wants to extend agent capabilities with specialized knowledge
  • Mentions a domain (testing, deployment, design, security, etc.)

SkillKit CLI Commands

# Search skills
npx skillkit@latest find 

# Install from GitHub
npx skillkit@latest install 

# Browse TUI marketplace
npx skillkit@latest marketplace

# List installed skills
npx skillkit@latest list

# Get recommendations based on your project
npx skillkit@latest recommend

Skill Sources (400K+ skills)

Official Partners

| Source | Install | |--------|---------| | Anthropic | npx skillkit@latest install anthropics/skills | | Vercel | npx skillkit@latest install vercel-labs/agent-skills | | Expo | npx skillkit@latest install expo/skills | | Remotion | npx skillkit@latest install remotion-dev/skills | | Supabase | npx skillkit@latest install supabase/agent-skills | | Stripe | npx skillkit@latest install stripe/ai |

Community Collections

| Source | Focus | |--------|-------| | trailofbits/skills | Security, auditing | | obra/superpowers | TDD, workflow | | wshobson/agents | Dev patterns | | ComposioHQ/awesome-claude-skills | Curated collection | | langgenius/dify | AI platform | | better-auth/skills | Authentication | | elysiajs/skills | Bun/ElysiaJS | | rohitg00/kubectl-mcp-server | Kubernetes MCP |

How to Help Users

Step 1: Understand the Need

Identify:

  1. Domain (React, testing, DevOps, security, etc.)
  2. Specific task (writing tests, deployment, code review)
  3. Technology stack

Step 2: Search for Skills

Run search with relevant keywords:

npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"

Step 3: Present Results

When you find skills, show:

  1. Skill name and description
  2. The install command
  3. Source repository

Example response:

Found: "React Best Practices" from Vercel Labs
- React and Next.js patterns from Vercel Engineering

Install:
npx skillkit@latest install vercel-labs/agent-skills

Step 4: Install

Install for the user:

npx skillkit@latest install 

Or install specific skill (non-interactive):

npx skillkit@latest install owner/repo --skills skill-name
npx skillkit@latest install anthropics/skills --skills frontend-design
npx skillkit@latest install vercel-labs/agent-skills -s react-best-practices

Common Searches

| Need | Search Query | |------|--------------| | React patterns | npx skillkit@latest find react | | Testing | npx skillkit@latest find testing jest | | TypeScript | npx skillkit@latest find typescript | | DevOps | npx skillkit@latest find docker kubernetes | | Security | npx skillkit@latest find security | | API design | npx skillkit@latest find api rest graphql | | Mobile | npx skillkit@latest find react-native expo | | Database | npx skillkit@latest find postgres prisma |

When No Skills Found

If no matching skill exists:

  1. Offer to help directly with your capabilities
  2. Suggest creating a custom skill:

``bash npx skillkit@latest init my-skill ``

  1. Recommend publishing to share with others:

``bash npx skillkit@latest publish ``

Browse Online

  • Website: https://agentskills.com
  • GitHub: https://github.com/rohitg00/skillkit

Important Notes

  • Use owner/repo format, NOT full URLs
  • Use --skills (plural) or -s flag for specific skills
  • Add @latest to npx for latest version: npx skillkit@latest

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.