Install
$ agentstack add skill-builderced-agent-skills-find-skills ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- 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)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: BuilderCed
- Source: BuilderCed/agent-skills
- License: MIT
- Homepage: https://skills.sh/BuilderCed/agent-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.