en un clic
skillify
Turn a repeated workflow into a reusable LilBot SKILL.md.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Turn a repeated workflow into a reusable LilBot SKILL.md.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Help with Claude/LLM API usage, models, and integration patterns.
Scaffold or plan LilBot-style local plugins.
Break a large request into a tracked batch of smaller tasks.
Coordinate browser-assisted work when a Chrome/browser connector is available.
Investigate a bug or failing behavior and isolate the likely cause.
Use subagents to split exploration, implementation, review, and verification work.
| name | skillify |
| description | Turn a repeated workflow into a reusable LilBot SKILL.md. |
| aliases | skill-generator, make-skill |
| allowed-tools | read_file, list_dir, grep_files, write_file, edit_file, load_skill, skill_list |
| argument-hint | <workflow description> |
| when_to_use | Use when the user describes a reusable process, asks to create a skill, or repeats an agent workflow. |
| context | fork |
| agent | implementer |
Create or improve a LilBot skill from this workflow:
{{args}}
Target format:
---
name: short-kebab-name
description: One sentence describing the capability.
allowed-tools: read_file, grep_files
when_to_use: Use when ...
context: inline
---
Actionable instructions for the model.
Rules:
context: fork only for self-contained work that can run independently.