con un clic
dummy-test-skill
Use when [TRIGGER: specific symptoms or situations]...
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when [TRIGGER: specific symptoms or situations]...
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use when the user asks to create, combine, split, preview, or extract content from PDF files. Triggers include "markdown to pdf", "mermaid in pdf", "merge PDFs", "split a PDF", "extract text from pdf", "fill AcroForm", "preview pdf as image", and similar PDF generation or manipulation tasks.
Use when summarizing meeting transcripts OR articles, papers, and threads into structured Markdown or wiki note-JSON. Model-agnostic meta-skill: auto-detects content type, selects a template, and produces a two-level pyramid (or opt-in structured note-JSON) optimized for people, AI agents, RAG, and Obsidian.
Use when converting a web page (URL) or a saved .html/.htm/.mhtml/.webarchive into clean Markdown — a web-clipper for Obsidian notes and a universal HTML→Markdown step for agent workflows. Triggers include "html to markdown", "url to markdown", "web page to obsidian", "webarchive to markdown", "mhtml to markdown", "scrape page to notes", "clip this article".
Use when the user asks to create, edit, convert, validate, preview, or password-protect Microsoft Word .docx documents. Triggers include "markdown to docx", "docx to markdown", "fill Word template", "accept tracked changes", "validate docx", "preview docx as image", "encrypt/decrypt docx", and related .docx round-trip or template-fill tasks.
Use to DRIVE the running Obsidian desktop app from the shell via its official CLI: link-safe rename/move, typed properties, task toggles, daily-note capture, template insertion, Base queries, file-history restore, open notes/panes. Triggers: "rename/move the note", "open in Obsidian", "daily note", "set a property", "query the base", "restore a version", "obsidian cli". NOT for knowledge lookup — for anything ABOUT vault content use wiki-ingest query mode first.
Use when the user asks to create, edit, convert, preview, clean, or password-protect Microsoft PowerPoint .pptx presentations. Triggers include "markdown to pptx", "pptx to markdown", "slides from outline", "mermaid in slides", "pptx to pdf", "slide thumbnails", "drop orphan slides", "OCR slide images", "encrypt/decrypt pptx", and related presentation or OOXML round-trip tasks.
| name | dummy-test-skill |
| description | Use when [TRIGGER: specific symptoms or situations]... |
Purpose: [Detailed explanation of WHY this skill exists and WHAT problem it solves]
STOP and READ THIS if you are thinking:
List what this skill allows the agent to do.
Use this section when mode is script-first or hybrid.
python3 scripts/[tool].py --arg valueProvide step-by-step instructions. Use graduated language:
MUST + explain why...
For complex tasks, use a checklist:
- [ ] Analysis
- [ ] Execution
- [ ] Verification
| DO THIS | DO NOT DO THIS |
|---|---|
| [Best practice] | [Common mistake] |
| [Best practice] | [Common mistake] |
| Agent Excuse | Reality / Counter-Argument |
|---|---|
| "[Excuse 1]" | "[Counter-argument]" |
| "[Excuse 2]" | "[Counter-argument]" |
Refer to examples/ directory for full files, or include short snippets here.
Input:
[User Request]
Output:
[Ideal Agent Response/Action]
Describe the usage of files in assets/, references/, and scripts in scripts/.
scripts/helpers.py: [Description]assets/template.json: [Description]references/guidelines.md: [Description]Define 2-3 test prompts in evals/evals.json — see skill-creator §14 for format.