Find skills
31 cross-platform AI agent skills for regulated industries & underserved markets. EU compliance (AI Act, NIS2, DORA, GDPR), French professional (accounting, tax, notary, real estate), security audit, agent evaluation, Africa mobile money, offline-first.
npx -y skills add BuilderCed/agent-skills --skill find-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.9 KB, as published. Nobody here has run it
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:
- Install count — Prefer skills with 1K+ installs. Be cautious under 100.
- Source reputation — Official sources (
vercel-labs,anthropics,supabase,mongodb) are more trustworthy than unknown authors. - GitHub stars — Skills from repos with <100 stars should be treated with skepticism.
- Security — Use
skill-security-auditto 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:
- Acknowledge that no existing skill was found
- Offer to help with the task directly using general capabilities
- 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)