workflow_skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workflow_skillify" with this command: npx skills add wimi321/workflow-skillify

Workflow Skillify

Use this skill at the end of a repeatable process to capture it as a standalone skill.

Workflow

  1. Summarize the session and extract user-visible goals, corrections, and constraints.
  2. Identify inputs, outputs, artifacts, and success criteria.
  3. Interview for missing details only where the workflow is ambiguous.
  4. Write a clean SKILL.md with trigger conditions, steps, and optional arguments.
  5. Save the skill in the appropriate repo-level or personal location.

Guardrails

  • Capture the user's corrections, not just the first draft of the process.
  • Keep the resulting skill concrete and execution-oriented.
  • Do not over-question simple workflows.

Example Requests

  • Turn this successful session into a reusable skill.
  • Capture the process we just followed as a formal skill.

Inputs

  • Session history
  • User corrections
  • Desired save scope

Outputs

  • Reusable SKILL.md
  • Trigger and argument guidance

Success Criteria

  • The resulting skill captures the real workflow.
  • User corrections are preserved as rules.
  • The saved skill is specific and reusable.

Non-Goals

  • Over-interviewing simple workflows
  • Saving a vague process with no triggers or success criteria

Source Provenance

Derived from src/skills/bundled/skillify.ts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Verifier Skill Generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Registry SourceRecently Updated
890Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1160Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
900Profile unavailable
Coding

Session Debug Log Investigator

Use when diagnosing a failing or confusing Claude Code session by enabling debug logging, tailing recent logs, and explaining warnings or errors.

Registry SourceRecently Updated
950Profile unavailable