archivar-skill

Automates copying, secret scanning, and committing skills to a private repository.

Updated Jul 12, 2026
One-click install
npx skills add https://github.com/guaderrama/skills --skill archivar-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archivar-skill
Source: https://github.com/guaderrama/skills/tree/main/skills/archivar-skill
Command: npx skills add https://github.com/guaderrama/skills --skill archivar-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the archiving process of skills in Ivan's personal repository, ensuring safe storage and version control.

Core Features & Use Cases

  • Skill Archiving: Copies, secret scanning, and commits the skill to Ivan's private repository.
  • Version Control: Maintains a history of skill versions and changes.
  • Use Case: When Ivan says 'guarda este skill en mi biblioteca', 'archívalo en ivan-skills', or provides a skill to be archived.

Quick Start

Use the archivar-skill to archive a skill by executing the command 'archivar-skill <skill-name>'.

Frequently Asked Questions about archivar-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate archiving skills in a private repository?

To automate archiving skills in a private repository, you can use a script that copies the skill, runs secret scanning, and commits the changes to maintain a secure skill library. This ensures safe storage and version control.

What is secret scanning in skill repository management?

Secret scanning in skill repository management is the process of checking code for sensitive data before committing. It prevents unauthorized access by ensuring no secrets are archived in the private repository during the copy and commit process.

How do I maintain version control for a personal skill library?

You maintain version control for a personal skill library by automating the copy and commit process to a private repository. This maintains a history of skill versions and changes, ensuring secure and organized skill archiving.

Does skill archiving work without secret scanning?

Skill archiving can technically copy and commit files without secret scanning, but it is not recommended. Secret scanning is required to maintain a secure skill library and prevent sensitive data from being stored in your version control history.

What's the best way to archive a skill to a private repository?

The best way to archive a skill to a private repository is to automate the process using a dedicated script. This handles copying the skill, executing secret scanning, and committing changes, which safely manages versions and maintains library security.

Why does secret scanning fail when archiving a skill?

Secret scanning might fail during skill archiving if it detects hardcoded credentials or sensitive data within the skill files. You must remove or secure these secrets before the archiving process can successfully commit to the private repository.