Examples

Examples from Firma-AI/openauthority.

by @firma-ai 22 skills

Skills in this plugin

22
  1. Git Add · firma-ai
    Stages specified file paths or glob patterns for commit in a git repository.
    1 install
  2. Git Log · firma-ai
    Returns formatted commit history for a git repository, with optional limit and path filters.
    1 install
  3. Git Diff · firma-ai
    Returns unified diff output for a git repository, with optional ref and path filters.
    1 install
  4. Git Push · firma-ai
    Pushes commits from the current branch to a remote git repository.
    1 install
  5. List Dir · firma-ai
    Lists file and directory names in a specified path, with optional recursive traversal.
    1 install
  6. Make Dir · firma-ai
    Creates a directory at the specified path, including any missing parent directories. Returns gracefully if the directory already exists.
    1 install
  7. Copy File · firma-ai
    Copies a file from a source path to a destination path. The source file remains unchanged after the operation.
    1 install
  8. Edit File · firma-ai
    Replaces the first occurrence of old_string with new_string in a file.
    1 install
  9. Git Clone · firma-ai
    Clones a remote git repository to a specified local path.
    1 install
  10. Git Merge · firma-ai
    Merges a specified branch into the current branch in a git repository.
    1 install
  11. Git Reset · firma-ai
    Resets the current HEAD to a specified commit with a chosen reset mode (soft, mixed, or hard).
    1 install
  12. Move File · firma-ai
    Moves a file from a source path to a destination path. The source file is removed after a successful move.
    1 install
  13. Read File · firma-ai
    Reads the UTF-8 text content of a file and returns it as a string.
    1 install
  14. Find Files · firma-ai
    Searches a directory tree recursively for files whose relative path matches a glob pattern, returning an array of absolute file paths.
    1 install
  15. Git Branch · firma-ai
    Creates a new branch in a git repository with an optional starting point.
    1 install
  16. Git Status · firma-ai
    Returns the current git repository status with staged, unstaged, and untracked file lists.
    1 install
  17. Grep Files · firma-ai
    Searches for a regex pattern across files in a directory tree, returning an array of matches with file paths, line numbers, and matched line content.
    1 install
  18. Write File · firma-ai
    Writes UTF-8 text content to a file, creating it (and any missing parent directories) if it does not exist, or overwriting it if it does.
    1 install
  19. Delete File · firma-ai
    Removes a file or empty directory at the specified path. Recursive deletion and trash/recycle-bin moves are out of scope.
    1 install
  20. Check Exists · firma-ai
    Checks whether a given path exists in the filesystem, returning a boolean result for both files and directories.
    1 install
  21. Git Checkout · firma-ai
    Switches the working directory to a specified branch or commit in a git repository.
    1 install
  22. Read Files Batch · firma-ai
    Reads the UTF-8 text content of multiple files in a single concurrent operation, returning a mapping of paths to their content or error status.
    1 install