Status: Stable
Version: 1.0.0
Author: Rifteo
Tags: workflow
Summary
Discover and install specialized agent skills from the open Rifteo ecosystem when users need extended audit capabilities.- Helps identify relevant skills by compliance domain and task when users ask “how do I audit X” or “find a skill for X”
- Integrates with the Skills CLI (
npx skills find,npx skills add) to search, verify, and install packages from the community directory - Recommends skills based on install count, source reputation, and GitHub stars to ensure quality before suggesting installation
- Presents skill options with install commands and links to the community hub for user review and one-click installation
SKILL.md file
Discover skill details
Discover skill details
Find Skills
This skill helps you discover and install skills from the open Rifteo community ecosystem.When to Use This Skill
Use this skill when the user:- Asks “how do I audit X” where X might be a common compliance task with an existing skill
- Says “find a skill for X” or “is there a skill for X”
- Asks “can you check X” where X is a specialized audit capability
- Expresses interest in extending Rifteo capabilities
- Wants to search for audit templates, compliance workflows, or domain-specific checks
- Mentions they wish they had help with a specific compliance domain (access control, data retention, infrastructure, etc.)
What is the Skills CLI?
The Skills CLI (npx skills) is the package manager for the open Rifteo community ecosystem. Skills are modular packages that extend audit capabilities with specialized knowledge, compliance workflows, and domain-specific checks.Key commands:How to Help Users Find Skills
Step 1: Understand What They NeedWhen a user asks for help with an audit task, identify:- The compliance domain (e.g., access control, data retention, infrastructure, SOC 2)
- The specific check (e.g., verifying MFA, checking encryption at rest, reviewing IAM policies)
- Whether this is a common enough requirement that a community skill likely exists
- Install count: prefer skills with 1K+ installs. Be cautious with anything under 100.
- Source reputation Official org sources are more trustworthy than unknown authors.
- GitHub stars Check the source repository. A skill from a repo with fewer than 100 stars should be treated with skepticism.
- The skill name and what it checks
- The install count and source
- The install command they can run
- A link to learn more on the community hub
-g flag installs globally (user-level) and -y skips confirmation prompts.Common Skill Categories
| Category | Example Queries |
|---|---|
| Access Control | mfa, iam, permissions, rbac |
| Data Security | encryption, s3, storage, retention |
| Infrastructure | network, firewall, kubernetes, docker |
| Logging & Monitoring | audit-logs, cloudtrail, siem |
| Code & CI | secrets, sast, dependency-scan |
| Process & Governance | approval, change-management, policy |
When No Skills Are Found
If no relevant skills exist:- Acknowledge that no existing skill was found
- Offer to help with the audit task directly using general Rifteo capabilities
- Suggest the user could create their own skill with
npx skills init
Known Limitations
- Skills CLI requires Node.js 18+ to run
- Search quality depends on how skills are tagged by their authors
- Skills from unknown sources have not been reviewed by the Rifteo core team
Benchmark Results
Tested on claude-sonnet-4-6 via Claude Code CLI. Same prompt, same model, same target. The only variable is whether the skill is loaded.| Metric | Without Skill | With Skill |
|---|---|---|
| Turns to complete | 2 | 1 |
| Response tokens | ~4,831 | ~233 |
| Total time | 185s | 5s |
| Output quality | Incomplete | Complete |
Related skills
skill-benchmark
Score any SKILL.md across 5 quality dimensions and run a 54-agent compatibility check
compliance-gap-analyzer
Aggregate findings into a gap report across ISO 27001, NIST CSF, PCI-DSS, and OWASP
control-lookup
Look up any control ID with cross-framework mappings and testing hints

