Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vudovn avatar

Skillify

  • 13 installs
  • 8.1k repo stars
  • Updated August 4, 2026
  • vudovn/antigravity-kit

Helps with ai & agent building tasks.

About

skillify is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • skillify
  • AI & Agent Building
  • AI-coding skill

Skillify by the numbers

  • 13 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #11,409 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/vudovn/antigravity-kit --skill skillify

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars8.1k
Last updatedAugust 4, 2026
Repositoryvudovn/antigravity-kit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Skillify — Auto-Create Skills from Workflows

Turn repetitive patterns into reusable skills. If you've done it three times, it should be a skill.

When to Skillify

Good candidates:

  • You've seen the user ask for the same type of work 3+ times
  • A workflow involves 5+ consistent steps
  • The pattern works across different projects
  • Other agents could benefit from this knowledge

Bad candidates:

  • One-off tasks (just do them)
  • Project-specific hacks (use memory instead)
  • Already covered by existing skills (check first)

---

Skill Creation Protocol

Step 1: Identify the Pattern

What triggers this workflow? (user says X, file type Y, domain Z)
What steps are always the same?
What parts vary between uses?
What's the expected output?

Step 2: Generate SKILL.md

Use this template:

---
name: [kebab-case-name]
description: [One sentence describing what this skill does]
when_to_use: "[When the user asks X, works with Y files, or Z domain. NOT for A.]"
allowed-tools: [Read, Write, Edit, Grep, Glob, Bash — only what's needed]
effort: [low | medium | high]
---

# [Skill Name] — [Short Subtitle]

> [One-line philosophy or principle]

## Overview
[2-3 sentences explaining what this skill enables]

## When to Use
✅ Good for: [list]
❌ Not for: [list]

## Protocol
### Step 1: [First Action]
[Instructions]

### Step 2: [Second Action]
[Instructions]

### Step N: [Verification]
[How to verify the skill worked correctly]

## Best Practices
[3-5 key rules]

Step 3: Place the Skill

.agents/skills/[skill-name]/SKILL.md

Step 4: Verify

  • [ ] Frontmatter has all required fields (name, description, when_to_use)
  • [ ] when_to_use clearly defines triggers AND exclusions
  • [ ] Steps are actionable, not vague
  • [ ] Skill doesn't duplicate an existing one

---

Naming Conventions

PatternSkill NameExample
Action-based[verb]-[noun]verify-changes, batch-operations
Domain-based[domain]-[aspect]database-design, api-patterns
Tool-based[tool]-patternstailwind-patterns, prisma-expert

Rules:

  • kebab-case only
  • 2-3 words maximum
  • Descriptive, not clever
  • No abbreviations unless universally known

---

Quality Checklist

Before finalizing a new skill:

CheckCriteria
UniquenessNo existing skill covers this (grep .agents/skills/)
ReusabilityUseful across multiple projects, not just one
CompletenessHas overview, when to use, protocol, verification
FrontmatterAll required fields present and accurate
ClarityA new agent could follow these instructions cold

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.