skill-issues — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-issues (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A curated marketplace of open Agent Skills by Enrique Vasallo.
Each skill is authored as a real Agent Skill using SKILL.md, compatible with the emerging open skills ecosystem.
.
├── skills/
│ ├── obsidian/ # Obsidian vault skills (symlinked from vault)
│ │ ├── bases/
│ │ ├── capturador/
│ │ ├── diagrama-arquitectura/
│ │ ├── diario-reflexivo/
│ │ ├── documentador/
│ │ ├── escritor/
│ │ ├── explorador/
│ │ ├── formato-obsidian/
│ │ ├── kanban-manager/
│ │ ├── organizador/
│ │ ├── procesador/
│ │ ├── prompt-engineer/
│ │ ├── registrador/
│ │ └── revision/
│ └── general/ # General-purpose skills
│ └── mac-secrets/
├── catalog/
│ └── index.json
├── scripts/
│ ├── validate_marketplace.py
│ └── link-vault.sh
├── docs/
│ └── marketplace-model.md
└── .claude-plugin/
├── plugin.json
└── marketplace.jsonskills/obsidian/)Skills for managing an Obsidian vault via MCP. Symlinked into the vault's .agents/skills/ directory.
| Skill | Description |
|---|---|
bases | Create and edit Obsidian Bases (.base) for database views, dashboards, and trackers |
capturador | Capture valuable LLM responses as permanent vault notes (LLM Wiki pattern) |
diagrama-arquitectura | Generate Mermaid diagrams (flowcharts, sequences, ER, state, etc.) in Obsidian |
diario-reflexivo | Guide journal entries with reflection, gratitude, and emotional-analysis prompts |
documentador | Generate project documentation by analyzing code repositories |
escritor | Draft, edit, and polish text while preserving the user's personal voice and style |
explorador | Research topics in depth, generate knowledge notes, maintain MOCs |
formato-obsidian | Reference for Obsidian Flavored Markdown syntax |
kanban-manager | Manage workflows with Obsidian Kanban boards |
organizador | Vault health: clean orphans, validate frontmatter, detect duplicates and contradictions |
procesador | Capture and process external resources (articles, papers, docs) into the vault |
prompt-engineer | Design, iterate, and version LLM prompts with metrics |
registrador | Document changelogs and operational learnings (runbooks, troubleshooting) |
revision | Generate daily, weekly, and habit reviews — summarize activity and plan next steps |
skills/general/)| Skill | Description |
|---|---|
mac-secrets | Store and manage secrets in macOS Keychain for dev tools and MCP servers |
To link Obsidian vault skills to this repo:
git clone https://github.com/Vasallo94/skill-issue.git
./scripts/link-vault.sh ~/path/to/your/vaultThis creates a symlink from <vault>/.agents/skills to skills/obsidian/, so edits sync via Git.
SKILL.md is the portable unitobsidian/, general/)SKILL.md is the source of truthpython3 scripts/validate_marketplace.pyRuns automatically on push/PR via GitHub Actions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.