skill-developer

Create and manage AI agent skills with triggers and enforcement policies.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill skill-developer-lips85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-developer
Source: https://github.com/lips85/antigravity-skills-bootstrap/tree/main/skills/skill-developer
Command: npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill skill-developer-lips85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for creating, managing, and debugging AI skills, ensuring adherence to best practices and enabling seamless integration into AI agent workflows.

Core Features & Use Cases

  • Skill Creation: Guides users through the process of defining new skills with proper structure and metadata.
  • Trigger Configuration: Explains and facilitates the setup of various trigger types (keywords, intent patterns, file paths, content) for automatic skill activation.
  • Enforcement & Safety: Details how to implement blocking guardrails, suggestions, and skip conditions to ensure safe and effective skill usage.
  • Use Case: When developing a new AI skill for code review, use this Skill to understand how to define its triggers, set appropriate enforcement levels, and ensure it doesn't interfere with other agent functions.

Quick Start

Use the skill-developer skill to create a new skill named 'code-review-assistant' by following the step-by-step guide.

Frequently Asked Questions about skill-developer

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

FAQPage Schema
How do I define trigger patterns for AI agent skills?

To define trigger patterns for AI agent skills, you configure prompt triggers using keywords, intent patterns, file paths, or content. This setup enables automatic skill activation based on specific contextual cues.

What are the best practices for debugging AI skill activation issues?

Debugging AI skill activation issues involves inspecting configured trigger mechanisms and enforcement policies. You verify hook mechanisms and skip conditions to identify why an AI agent fails to initiate the intended workflow.

How does an enforcement policy work when building AI skills?

An enforcement policy works by implementing blocking guardrails, suggestions, and skip conditions to manage AI skill automation safely. It ensures skills execute correctly without interfering with other agent functions.

Can I use hook mechanisms to prevent an AI agent skill from running?

Yes, you can use hook mechanisms to prevent an AI agent skill from running by defining blocking guardrails and skip conditions. This ensures safe and effective skill usage during automated workflows.

What is the structure needed to create a new AI skill from scratch?

Creating a new AI skill requires defining its core structure, metadata, trigger mechanisms, and enforcement policies. This framework supports the development lifecycle from initial skill definition to final integration.

When should I configure file triggers versus prompt triggers for skill automation?

Configure file triggers for skill automation when activation depends on specific file paths or content, and use prompt triggers when relying on keywords or intent patterns to initiate the AI agent workflow.