dev-skillify

Convert a user-described workflow into a reusable SKILL.md definition.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-skillify-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-skillify
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/dev-skillify
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-skillify-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you convert a repeatable workflow into a structured custom skill, so you can trigger the same process reliably instead of rewriting instructions each time.

Core Features & Use Cases

It guides you to define a clear skill slug, specify precise trigger conditions, outline step-by-step workflow actions, list explicit inputs/outputs, and document anti-patterns to prevent unsafe or unhelpful behavior, making it ideal for personal workspace automation and repeatable operations.

Quick Start

Tell the AI: "Create a new skill to generate my daily standup note; slug is daily-standup; trigger when I ask for a standup update; read my todo list from the workspace; output a ready-to-send message and avoid collecting secrets."

Frequently Asked Questions about dev-skillify

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

FAQPage Schema
How do I convert a repeatable workflow into a custom skill for Claude?

To convert a repeatable workflow into a custom skill, you define a SKILL.md file with YAML frontmatter, specifying a precise name, trigger conditions, step-by-step actions, inputs, outputs, and anti-patterns for reliable automation.

What are trigger phrases in workspace automation and when should I use them?

Trigger phrases in workspace automation are specific keywords or sentences that invoke a custom skill's workflow. You should use them when you need Claude to reliably execute a deterministic process without rewriting instructions each time.

Do I need YAML frontmatter to configure custom skills?

Yes, YAML frontmatter is required to configure custom skills. It must include a precise name and description to support reliable skill discovery and ensure Claude triggers the correct workflow based on your specified phrases.

How do I prevent unsafe or unhelpful behavior when creating workflow automation?

You prevent unsafe or unhelpful behavior in workflow automation by documenting explicit anti-patterns within your custom skill definition, ensuring Claude avoids collecting secrets or executing unintended actions during deterministic outputs.

Can I use custom skills for personal workspace automation without coding?

Yes, you can use custom skills for personal workspace automation by simply describing your repeatable workflow to the AI, specifying a slug, trigger conditions, and desired outputs to generate a ready-to-use SKILL.md file.

What is the best way to define inputs and outputs for a custom skill?

The best way to define inputs and outputs for a custom skill is to list them explicitly in the SKILL.md file, ensuring the workflow reads necessary workspace data and produces deterministic, ready-to-send results based on those parameters.