record-a-skill-custom

Converts demonstrated workflows and evidence into confirmed reusable skill specifications.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill record-a-skill-custom-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: record-a-skill-custom
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/record-a-skill-custom
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill record-a-skill-custom-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a demonstrated process into a reusable skill usually loses critical details: rules get mixed with one-off data, sensitive content leaks into files, and duplicate skills get built because nobody checked for overlap. This Skill captures a workflow from evidence or a live walkthrough and produces a confirmed, provenance-tagged specification ready for construction. ## Core Features & Use Cases - Evidence intake and screening: Accepts transcripts, screenshots, logs, SOPs, and live guided walkthroughs, then runs a three-layer sensitive-content screen before anything is written to disk. - Workflow reconstruction with provenance: Separates stable rules from runtime data and tags every material decision, dependency, and exception with provenance and confidence ratings. - Overlap check and delegated build: Delegates duplicate detection to existing-asset-finder and hands the confirmed specification to skill-builder for construction and testing. - Use Case: After walking through a monthly reporting process on screen, invoke this Skill to reconstruct the workflow, confirm the specification, and have a new reusable skill built from it. ## Quick Start Type /record-a-skill-custom followed by a workflow name or path to your evidence files to begin the guided recording workflow.

Frequently Asked Questions about record-a-skill-custom

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

FAQPage Schema
How do I turn a screen recording into a Claude Code skill?▼

Convert the raw video into a supported artifact first, such as a transcript, ordered screenshots, or a written description, since raw mp4 or mov files are not accepted. Then invoke /record-a-skill-custom with the evidence path and follow the guided confirmation gates.

How do I record a workflow as a reusable skill?▼

Invoke /record-a-skill-custom explicitly; it never auto-triggers from natural language. Choose pre-processed evidence, a live guided walkthrough, or a hybrid, then confirm the reconstructed specification before it is handed to skill-builder for construction.

Does it check for existing skills before creating a new one?▼

Yes, it delegates a candidate asset profile to existing-asset-finder, which returns a REUSE, EXTEND, MERGE, CREATE, or STOP disposition. The workflow never builds a new skill without consuming that overlap report.

How are secrets and PII in evidence handled?▼

A three-layer screen runs before any persistent write: deterministic pattern matching, semantic review, and user confirmation for ambiguous findings. Detected values are never reproduced; only their category and safe location are reported, with redacted placeholders used in working copies.

What are the limitations of recording a skill from a demonstration?▼

Raw video and audio cannot be inspected directly and must be converted to transcripts or screenshots first. The workflow is intentionally long and multi-gated, and low-confidence or conflicting items must be resolved or explicitly accepted as limitations before handoff.