Skip to contents

Searches GitHub for repositories tagged with a rule topic and matching a keyword query. Searches across all supported rule topic conventions (e.g. claude-rule, cursor-rule).

Usage

find_rule(query)

Arguments

query

Keyword to search for.

Value

A data frame with columns:

  • name: repository name.

  • description: repository description.

  • owner: repository owner login.

  • url: full URL of the repository.

  • stars: number of GitHub stars.

Examples

if (FALSE) { # \dontrun{
# Requires GitHub API access; may fail due to rate limiting
find_rule('testing')
} # }