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

Find Skills

skill-builderced-agent-skills-find-skills · by BuilderCed

Helps users discover and install agent skills when they ask "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Searches this repo first, then the broader ecosystem via npx skills.

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

Install

$ agentstack add skill-builderced-agent-skills-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-builderced-agent-skills-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

Discover and install skills from this repository and the broader ecosystem.

When to Use

Activate when the user:

  • Asks "how do I do X" where X might be a common task with an existing skill
  • Says "find a skill for X" or "is there a skill for X"
  • Asks "can you do X" where X is a specialized capability
  • Wants to search for tools, templates, or workflows
  • Mentions they wish they had help with a specific domain

Step 1: Check This Repository First

This repo specializes in regulated industries, French professional skills, and underserved markets. Check here first for:

Compliance & Regulatory (EU)

| Skill | Use When | |-------|----------| | eu-ai-act-compliance | Deploying AI in EU, classifying risk, adding disclosures | | eu-nis2-compliance | Cybersecurity obligations for essential/important entities | | eu-dora-compliance | Digital resilience for financial sector | | gdpr-data-protection | Processing personal data, DPIA, data rights | | eu-regulatory-router | Unsure which EU regulation applies |

French Professional & Personal

| Skill | Use When | |-------|----------| | fr-comptabilite | French accounting (PCG, TVA, liasse fiscale) | | fr-fec-generator | Generating FEC files for tax authority | | fr-facturation-electronique | E-invoicing (Factur-X, mandatory 2026) | | fr-fiscalite-particulier | Personal income tax, brackets, deductions, crypto | | fr-droit-immobilier | Leases, diagnostics, housing law, renovation aids | | fr-fiscalite-investissement | PEA, CTO, assurance-vie, PER, capital gains |

Security, Privacy & DevSecOps

| Skill | Use When | |-------|----------| | skill-security-audit | Auditing a skill before installation | | devsecops-supply-chain | SBOM, SLSA, dependency security | | pii-detection | Detecting personal data in code/data |

Agent Eval, Data, Documents, Offline, Africa, Infra

| Skill | Use When | |-------|----------| | agent-eval-framework | Testing agent outputs systematically | | fr-open-data-explorer | French open data (SIRENE, DVF, DPE) | | invoice-processing | Extracting/validating invoices | | offline-first-development | Building offline-capable apps | | africa-mobile-money | M-Pesa, Orange Money integration | | api-resilience-patterns | Circuit breakers, retry, rate limiting | | context-engineering | Optimizing agent context and token usage | | skill-lifecycle-management | Managing skill versioning and freshness |

Step 2: Search the Broader Ecosystem

If no skill in this repo matches, search the open ecosystem using the Skills CLI:

npx skills find [query]

Examples:

  • User asks "make my React app faster" → npx skills find react performance
  • User asks "help with PR reviews" → npx skills find pr review
  • User asks "create a changelog" → npx skills find changelog

Browse all skills at: https://skills.sh/

Step 3: Verify Quality Before Recommending

Do not recommend a skill based solely on search results. Always verify:

  1. Install count — Prefer skills with 1K+ installs. Be cautious under 100.
  2. Source reputation — Official sources (vercel-labs, anthropics, supabase, mongodb) are more trustworthy than unknown authors.
  3. GitHub stars — Skills from repos with <100 stars should be treated with skepticism.
  4. Security — Use skill-security-audit to scan any skill from an untrusted source before installing.

Step 4: Install

# From this repo
npx skills add BuilderCed/agent-skills --skill [skill-name]

# From another repo
npx skills add [owner/repo] --skill [skill-name]

# Global install (user-level)
npx skills add [source] --skill [name] -g -y

# Check for updates
npx skills check

# Update all
npx skills update

Step 5: When No Skill Exists

If no relevant skill exists anywhere:

  1. Acknowledge that no existing skill was found
  2. Offer to help with the task directly using general capabilities
  3. Suggest creating a custom skill: npx skills init my-skill-name

What This Skill Does NOT Do

  • Does not install skills automatically without user confirmation
  • Does not recommend skills it hasn't verified for quality
  • Does not replace domain expertise (skills are guidance, not guarantees)

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.