Skip to main content
Status: Stable Version: 1.0.0 Author: Rifteo Tags: workflow
Installation

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

Find Skills

This skill helps you discover and install skills from the open Rifteo community ecosystem.

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:
Browse skills at the Rifteo Community Hub.

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
Step 2: Check the Community Hub FirstBefore running a CLI search, check the Rifteo community hub to see if a well-known skill already exists for the domain. The hub ranks skills by total installs, surfacing the most popular and battle-tested options.Step 3: Search for SkillsIf the hub doesn’t cover the user’s need, run the find command:
Examples:
Step 4: Verify Quality Before RecommendingDo not recommend a skill based solely on search results. Always verify:
  • 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.
Step 5: Present Options to the UserWhen you find relevant skills, present them with:
  • 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
Example response:
Step 6: Offer to InstallIf the user wants to proceed, you can install the skill for them:
The -g flag installs globally (user-level) and -y skips confirmation prompts.

Common Skill Categories

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
Example:

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.

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